@charset "UTF-8";
.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:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  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: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.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;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.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-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.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 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.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: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.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: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.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: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.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: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.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: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.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:hover,
a.text-primary:focus {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  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;
}
*,
::before,
::after {
  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: rgba(0, 0, 0, 0);
}
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;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -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: 0.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;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.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 {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: 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%;
  padding-right: 15px;
  padding-left: 15px;
  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-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  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 {
  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 th,
.table td {
  padding: 0.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 th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 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 th,
.table-dark td,
.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, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.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 {
  *,
  ::before,
  ::after {
    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;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    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 th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.full-page-numbers .numbers .total:before,
.full-page-numbers,
.full-page-share-list .stalk:before,
.full-page-share-list .stalk,
.civi-popup-video .video-overlay,
.civi-popup-video .icon:before,
.civi-team-member-carousel .social-networks a,
.civi-team-member-carousel .social-networks,
.civi-team-member-carousel .info,
.civi-team-member-carousel .overlay,
.civi-team-member-carousel .photo,
.civi-team-member-style-03 .social-networks a,
.civi-team-member-style-03 .social-networks,
.civi-team-member-style-03 .info,
.civi-team-member-style-03 .overlay,
.civi-team-member-style-03 .photo,
.civi-team-member-style-02 .social-networks a,
.civi-team-member-style-02 .social-networks,
.civi-team-member-style-02 .info,
.civi-team-member-style-02 .overlay,
.civi-team-member-style-02 .photo,
.civi-team-member-style-01 .overlay,
.civi-team-member-style-01 .photo,
.civi-social-networks .link-icon,
.civi-social-networks .link-text,
.civi-list .text,
.civi-list .icon,
.civi-gradation .count,
.civi-blog-overlay-style-float-02 .post-overlay-background,
.civi-blog-overlay-style-float .post-overlay-background,
.civi-blog .post-wrapper,
.civi-modern-carousel-style-02 .slide-button:after,
.civi-modern-carousel-style-02 .slide-image,
.civi-modern-carousel-style-01 .slide-image,
.elementor-widget-civi-image-carousel .image img,
.civi-light-gallery .civi-overlay,
.civi-image-box .image,
.civi-image-box:before,
.civi-image-box,
.elementor-widget-civi-icon-box.civi-icon-box-style-02 .civi-icon-box:after,
.elementor-widget-civi-icon-box .heading-divider:after,
.elementor-widget-civi-icon-box .icon,
.elementor-widget-civi-icon-box .heading,
.elementor-widget-civi-icon-box .description,
.elementor-widget-civi-icon-box .icon-box-button,
.elementor-widget-civi-icon-box .civi-icon-box:before,
.elementor-widget-civi-icon-box .civi-icon-box,
.svg-defs-gradient .stop-a,
.svg-defs-gradient .stop-b,
.civi-icon .icon,
.civi-accordion .accordion-icon,
.civi-accordion .accordion-title,
.civi-accordion .accordion-header,
.civi-grid-pagination .navigation-buttons .nav-link,
.civi-grid-wrapper.filter-style-01 .filter-counter,
.civi-image,
.dialog-widget .dialog-close-button i,
.civi-swiper.pagination-style-05 .swiper-pagination-bullet:after,
.civi-swiper .swiper-pagination-bullet:before,
.civi-swiper:hover .swiper-nav-button {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.elementor-section.elementor-section-content-align-right::after,
.civi-social-networks ul::after,
.civi-timeline.style-01 .timeline-item::after {
  content: "";
  display: table;
  clear: both;
}
.civi-twitter.style-list .tweet .tweet-text a,
.civi-blog .post-overlay-meta a {
  position: relative;
}
.civi-twitter.style-list .tweet .tweet-text a:after,
.civi-blog .post-overlay-meta a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0;
  background: currentColor;
}
.civi-twitter.style-list .tweet .tweet-text a:hover:after,
.civi-blog .post-overlay-meta a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.civi-blog-list-03 .post-title a:before,
.civi-blog-list-03 .post-title a:after {
  -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: 900;
}
.dialog-widget .dialog-close-button i {
  -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;
}
.elementor-form .elementor-message-success:before,
.civi-grid-sorting .ordering .civi-fake-select-current .label: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: 400;
}
.civi-twitter.style-list .tweet: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 Brands";
  font-weight: 400;
}
body {
  font-size: 16px;
  color: #555;
  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: #111;
  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;
}
h6 {
  font-size: 16px;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
a {
  color: #555;
}
a:hover {
  color: #007456;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a,
button,
input,
svg {
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
button:focus {
  outline: 0;
}
input[type="text"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="file"],
textarea {
  font-size: 16px;
  border: 1px solid #ddd;
  padding: 10.5px 16px;
  color: #555;
  border-radius: 4px;
  width: 100%;
}
input[type="text"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="date"]::placeholder,
input[type="file"]::placeholder,
textarea::placeholder {
  color: #999;
}
input[type="password"] {
  font: small-caption;
  font-size: 16px;
}
button,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus {
  border-color: #007456;
  outline: none;
}
select {
  padding: 12.5px 36px 12.5px 16px;
  font-size: 16px;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 4px;
}
select:focus {
  outline: none;
}
.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;
}
@-webkit-keyframes autofill {
  to {
    color: #666 !important;
    background: #fff !important;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
figure {
  margin-bottom: 0;
}
ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.rtl {
  direction: rtl;
}
.align-center {
  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.visibility .bg-overlay,
.page-loading-effect.visibility .entry-loading {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  -o-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
}
.page-loading-effect .bg-overlay {
  opacity: 1;
  visibility: visible;
  background: #fff;
  z-index: 999999;
  -webkit-transition: all 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  -o-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
}
.page-loading-effect .entry-loading {
  opacity: 1;
  visibility: visible;
  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%);
  -webkit-transition: all 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  -o-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
}
.civi-ldef-circle {
  display: inline-block;
  transform: translateZ(1px);
}
.civi-ldef-circle > span {
  display: inline-block;
  width: 51px;
  height: 51px;
  margin: 6px;
  border-radius: 50%;
  background: #007456;
  animation: civi-ldef-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes civi-ldef-circle {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
.civi-ldef-dual-ring {
  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: #007456 transparent;
  animation: civi-ldef-dual-ring 1.2s linear infinite;
}
@keyframes civi-ldef-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.civi-ldef-facebook {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.civi-ldef-facebook span {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #007456;
  animation: civi-ldef-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.civi-ldef-facebook span:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.civi-ldef-facebook span:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.civi-ldef-facebook span:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes civi-ldef-facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}
.civi-ldef-heart {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  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: #007456;
  animation: civi-ldef-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.civi-ldef-heart span:after,
.civi-ldef-heart span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  background: #007456;
}
.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;
}
@keyframes civi-ldef-heart {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}
.civi-ldef-ring {
  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 #007456;
  border-radius: 50%;
  animation: civi-ldef-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #007456 transparent transparent;
}
.civi-ldef-ring span:nth-child(1) {
  animation-delay: -0.45s;
}
.civi-ldef-ring span:nth-child(2) {
  animation-delay: -0.3s;
}
.civi-ldef-ring span:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes civi-ldef-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.civi-ldef-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.civi-ldef-roller span {
  display: block;
  animation: civi-ldef-roller 1.2s cubic-bezier(0.5, 0, 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: #007456;
  margin: -3px 0 0 -3px;
}
.civi-ldef-roller span:nth-child(1) {
  animation-delay: -0.036s;
}
.civi-ldef-roller span:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.civi-ldef-roller span:nth-child(2) {
  animation-delay: -0.072s;
}
.civi-ldef-roller span:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.civi-ldef-roller span:nth-child(3) {
  animation-delay: -0.108s;
}
.civi-ldef-roller span:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.civi-ldef-roller span:nth-child(4) {
  animation-delay: -0.144s;
}
.civi-ldef-roller span:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.civi-ldef-roller span:nth-child(5) {
  animation-delay: -0.18s;
}
.civi-ldef-roller span:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.civi-ldef-roller span:nth-child(6) {
  animation-delay: -0.216s;
}
.civi-ldef-roller span:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.civi-ldef-roller span:nth-child(7) {
  animation-delay: -0.252s;
}
.civi-ldef-roller span:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.civi-ldef-roller span:nth-child(8) {
  animation-delay: -0.288s;
}
.civi-ldef-roller span:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes civi-ldef-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.civi-ldef-default {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.civi-ldef-default span {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #007456;
  border-radius: 50%;
  animation: civi-ldef-default 1.2s linear infinite;
}
.civi-ldef-default span:nth-child(1) {
  animation-delay: 0;
  top: 29px;
  left: 53px;
}
.civi-ldef-default span:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}
.civi-ldef-default span:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}
.civi-ldef-default span:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}
.civi-ldef-default span:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}
.civi-ldef-default span:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}
.civi-ldef-default span:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}
.civi-ldef-default span:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}
.civi-ldef-default span:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}
.civi-ldef-default span:nth-child(10) {
  animation-delay: -0.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;
}
@keyframes civi-ldef-default {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.civi-ldef-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.civi-ldef-ellipsis span {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #007456;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.civi-ldef-ellipsis span:nth-child(1) {
  left: 6px;
  animation: civi-ldef-ellipsis1 0.6s infinite;
}
.civi-ldef-ellipsis span:nth-child(2) {
  left: 6px;
  animation: civi-ldef-ellipsis2 0.6s infinite;
}
.civi-ldef-ellipsis span:nth-child(3) {
  left: 26px;
  animation: civi-ldef-ellipsis2 0.6s infinite;
}
.civi-ldef-ellipsis span:nth-child(4) {
  left: 45px;
  animation: civi-ldef-ellipsis3 0.6s infinite;
}
@keyframes civi-ldef-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes civi-ldef-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes civi-ldef-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.civi-ldef-grid {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.civi-ldef-grid span {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #007456;
  animation: civi-ldef-grid 1.2s linear infinite;
}
.civi-ldef-grid span:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0;
}
.civi-ldef-grid span:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}
.civi-ldef-grid span:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}
.civi-ldef-grid span:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}
.civi-ldef-grid span:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.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: -0.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;
}
@keyframes civi-ldef-grid {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.civi-ldef-hourglass {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.civi-ldef-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #007456;
  border-color: #007456 transparent;
  animation: civi-ldef-hourglass 1.2s infinite;
}
@keyframes civi-ldef-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.civi-ldef-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.civi-ldef-ripple span {
  position: absolute;
  border: 4px solid #007456;
  opacity: 1;
  border-radius: 50%;
  animation: civi-ldef-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.civi-ldef-ripple span:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes civi-ldef-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
.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: #007456;
}
.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: -0.9s;
}
.civi-ldef-spinner span:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.civi-ldef-spinner span:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.civi-ldef-spinner span:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.civi-ldef-spinner span:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.civi-ldef-spinner span:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.civi-ldef-spinner span:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.civi-ldef-spinner span:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.civi-ldef-spinner span:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.civi-ldef-spinner span:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0;
}
@keyframes civi-ldef-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.body {
  height: 100%;
}
body.open-popup .site-header {
  z-index: 1;
}
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 {
  display: none;
}
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;
}
.lazy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.lazy-grid .grid-sizer {
  display: none;
}
.lazy-grid.loaded {
  display: block;
}
.lazy-grid.loaded .grid-sizer {
  display: block;
}
.select-arrow {
  position: relative;
}
.select-arrow:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 15px;
  right: 18px;
}
.select-arrow select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.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,
.site-layout.has-sidebar aside#secondary {
  padding-left: 15px;
  padding-right: 15px;
}
.site-layout.has-sidebar #primary {
  flex: 1;
  max-width: calc(100% - 400px);
  padding-right: 15px;
}
.site-layout.has-sidebar aside#secondary {
  flex: 0 0 400px;
  max-width: 400px;
}
.site-layout.has-sidebar.left-sidebar aside#secondary {
  order: 1;
  padding-right: 30px;
}
.site-layout.has-sidebar.left-sidebar #primary {
  order: 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,
body.tax-jobs-city #wrapper,
.single.single-jobs #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 {
  background: rgba(17, 17, 17, 0.8);
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.open .bg-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.list-item a,
.list-item span {
  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: #007456;
  border: solid 1px #007456;
  outline: 0;
  cursor: pointer;
}
.btn-civi:hover {
  background: transparent;
  color: #007456;
}
.btn-civi:focus {
  outline: 0;
}
.dropdown-select {
  color: #111;
  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, 0.3);
  -moz-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.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: #007456;
}
.dropdown-select.active .entry-select {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.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 #007456;
  background-color: #007456;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.gl-button i,
.wpcf7-submit i {
  margin-right: 10px;
  font-size: 15px;
}
.gl-button:focus,
.wpcf7-submit:focus {
  color: #fff;
}
.gl-button:hover,
.wpcf7-submit:hover {
  color: #007456;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.gl-button:hover svg path,
.wpcf7-submit:hover svg path {
  fill: #007456;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.page-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  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-page-title .container {
  position: relative;
  height: 400px;
}
.civi-page-title .entry-page-title {
  position: relative;
}
.civi-page-title .entry-image img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.civi-page-title .entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.civi-page-title .entry-image .intro {
  display: none;
}
.civi-page-title.block-center {
  text-align: center;
  color: #fff;
}
.civi-page-title.block-center .entry-detail {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.civi-page-title.block-center .entry-detail span,
.civi-page-title.block-center .entry-detail .entry-country {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.civi-page-title.block-center .entry-detail .entry-title {
  font-size: 80px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}
.civi-page-title.block-center .entry-detail p {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 2px;
}
.civi-page-title.block-center .entry-detail .after-image {
  display: none;
}
.civi-page-title.block-left {
  text-align: left;
  color: #fff;
}
.civi-page-title.block-right {
  text-align: right;
}
.civi-page-title.page-title-city .entry-image {
  position: relative;
}
.civi-page-title.page-title-city .entry-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.1);
}
.civi-page-title.layout-01 .entry-image {
  padding-left: 605px;
}
.civi-page-title.layout-01 .entry-detail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #007456;
  width: 100%;
  max-width: 605px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  color: #fff;
  padding: 75px 40px 40px 135px;
}
.civi-page-title.layout-01 .entry-detail .after-image {
  content: "";
  position: absolute;
  top: 0;
  right: -197px;
  width: 198px;
  height: 100%;
}
.civi-page-title.layout-01 .entry-detail .after-image svg {
  height: 100%;
  width: auto;
}
.civi-page-title.layout-01 .entry-detail .intro,
.civi-page-title.layout-01 .entry-detail .info {
  flex: 0 0 100%;
}
.civi-page-title.layout-01 .entry-detail .intro .entry-country {
  color: #fff;
}
.civi-page-title.layout-01 .entry-detail .intro .entry-title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1.13;
  color: #fff;
  margin-bottom: 10px;
  word-break: break-word;
}
.civi-page-title.layout-01 .entry-detail .intro p {
  font-size: 18px;
  margin-bottom: 0;
}
.civi-page-title.layout-01 .entry-detail ul.info {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: space-between;
  color: #fff;
  max-width: 500px;
}
.civi-page-title.layout-01 .entry-detail ul.info strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  margin-bottom: 8px;
  color: #fff;
}
.civi-page-title.layout-01 .entry-detail ul.info span {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
}
.civi-page-title.layout-01 .entry-detail ul.info span i.la {
  font-size: 24px;
  font-weight: 900;
  margin-right: 10px;
}
.civi-page-title.layout-02 .entry-image {
  padding-left: 0;
}
.civi-page-title.layout-02 .entry-detail {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.civi-page-title.layout-02 .entry-detail span,
.civi-page-title.layout-02 .entry-detail .entry-country {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.civi-page-title.layout-02 .entry-detail .entry-title {
  font-size: 80px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}
.civi-page-title.layout-02 .entry-detail p {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 2px;
}
.civi_breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 5px;
  padding-left: 0;
}
.civi_breadcrumb li a,
.civi_breadcrumb .current {
  color: #999;
}
body.admin-bar #wrapper{
	min-height: calc(100vh - 32px);
}

.site-header .civi-ajax-search{
	margin-left:20px;
}

#wrapper{
	display: flex;
    flex-direction: column;
    min-height: 100vh;
	
}
#wrapper .site-footer{
	margin-top:auto;
}

.civi_breadcrumb a:hover {
  color: #111;
}
.civi_breadcrumb li:not(:first-child)::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  padding-left: 10px;
  padding-right: 10px;
  color: #999;
}
.slick-carousel {
  visibility: hidden;
}
.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, 0.8);
  line-height: 36px;
  color: #999;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  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: #007456;
}
.slick-nav .slick-arrow {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #999;
}
.slick-nav .slick-arrow.gl-prev {
  left: 20px;
  -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-next {
  right: 20px;
  -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 i {
  vertical-align: -3px;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button:before {
  font-size: 8px;
}
.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: "\f107";
  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: "\f106";
}
.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 {
  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, 0.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;
}
.toggle-social .list-social-icon a:last-child {
  margin-bottom: 0;
}
a.facebook {
  background: #3b5999;
  color: #fff;
}
a.twitter {
  background: #55acee;
  color: #fff;
}
a.google-plus {
  background: #dd4b39;
  color: #fff;
}
a.linkedin {
  background-color: #0077b5;
  color: #fff;
}
a.tumblr {
  background-color: #34465d;
  color: #fff;
}
a.pinterest {
  background-color: #bd081c;
  color: #fff;
}
a.instagram {
  background-color: #e4405f;
  color: #fff;
}
a.youtube {
  background-color: #cd201f;
  color: #fff;
}
a.skype {
  background-color: #00aff0;
  color: #fff;
}
.block-heading .entry-count {
  color: #007456;
}
.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;
  border: 1px solid #007456;
  padding: 0.5em 5.7em;
  background-color: #007456;
  color: #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.civi-pagination .pagination.loadmore .page-numbers.current.next {
  border: 1px solid #007456;
  background-color: #007456;
  color: #fff;
}
.civi-pagination .pagination.loadmore .page-numbers:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.civi-pagination .pagination.loadmore i {
  display: none;
}
.civi-pagination .pagination.loadmore.active span {
  display: none;
}
.civi-pagination .pagination.loadmore.active i {
  display: inline-block;
}
.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: #999;
}
.civi-pagination .page-numbers i {
  position: relative;
  top: -1px;
}
.civi-pagination .page-numbers:last-child {
  margin-right: 0;
}
.civi-pagination .page-numbers.current {
  background: #007456;
  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: #555;
}
.posts-pagination ul li .page-numbers.current {
  min-width: 40px;
  background: #007456;
  color: #fff;
  -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.current:hover {
  background: #007456;
  color: #fff;
}
.posts-pagination ul li .page-numbers:hover,
.posts-pagination ul li .page-numbers:focus {
  background: inherit;
  color: #007456;
}
i.small {
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}
i.medium {
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
}
i.large {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
}
.icon-small {
  font-size: 12px;
}
.icon-medium {
  font-size: 18px;
}
.icon-large {
  font-size: 24px;
}
.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: "\f00c";
  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: #007456;
}
.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);
}
.nice-select {
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  color: #555;
  padding-left: 16px;
  padding-right: 45px;
  float: none;
}
.nice-select:after {
  content: "\f078";
  font-size: 12px;
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
  color: #999;
  font-style: normal;
  right: 18px;
  width: auto;
  height: auto;
  margin-top: 0;
  border: 0;
  -webkit-transform: rotate(0) translateY(-50%);
  -moz-transform: rotate(0) translateY(-50%);
  -o-transform: rotate(0) translateY(-50%);
  -ms-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
}
.nice-select.open .list {
  width: 100%;
  max-height: 175px;
  overflow: auto;
}
.nice-select.open:after {
  -webkit-transform: rotate(0) translateY(-50%);
  -moz-transform: rotate(0) translateY(-50%);
  -o-transform: rotate(0) translateY(-50%);
  -ms-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
}
.nice-select .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  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);
}
.nice-select .list::-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);
}
.nice-select .list::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  -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-marker .jobs-cate a:hover {
  color: #007456;
}
.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 #007456;
  border-color: #007456 transparent;
  animation: civi-dual-ring 1.2s linear infinite;
}
@keyframes civi-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes civi-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading-effect {
  display: none;
  position: relative;
  bottom: -2px;
}
.loading-effect .civi-dual-ring {
  width: 28px;
  height: 28px;
}
.loading-effect .civi-dual-ring:after {
  width: 24px;
  height: 24px;
  border-width: 3px;
}
.civi-dual-ring.small {
  width: 28px;
  height: 28px;
}
.civi-dual-ring.small: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%);
}
.form-messages {
  margin-top: 20px;
  display: none;
  text-align: left;
  border: 1px solid;
  padding: 10px 15px;
}
.form-messages i {
  display: none;
  margin-right: 5px;
  font-size: 24px;
}
.form-messages .icon-success {
  color: #20d706;
}
.form-messages .icon-warning {
  color: #f2d23d;
}
.form-messages.success {
  display: flex;
  border-color: #20d706;
}
.form-messages.success .icon-success {
  display: inline-block;
}
.form-messages.warning {
  display: flex;
  border-color: #f2d23d;
}
.form-messages.warning .icon-warning {
  display: inline-block;
}
.text-success {
  color: #20d706 !important;
}
.text-warning {
  color: #f2d23d !important;
}
.text-error,
.text-danger {
  color: #e74807 !important;
}
.user-notifications .entry-show {
  position: relative;
}
.user-notifications .entry-show .count {
  font-size: 12px;
  color: #fff;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding-left: 4px;
  padding-right: 5px;
  top: -5px;
  right: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -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);
}
.entry-list-notifications .entry-title {
  font-weight: 500;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.popup .inner-popup {
  position: fixed;
  z-index: 5;
  top: 150px;
  left: 15px;
  right: 15px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.popup.open .inner-popup {
  top: 100px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  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 #dee2e6;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
}
.form-search-canvas .form-group:last-child {
  padding: 20px;
}
.form-search-canvas i:not(.la-times) {
  font-size: 20px;
  color: #999;
  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;
}
.form-search-canvas .nice-select {
  border-radius: 0;
}
.form-search-canvas .nice-select:focus {
  border-color: #dee2e6;
}
.form-search-canvas input,
.form-search-canvas .nice-select {
  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 {
  color: #007456;
  font-weight: 500;
}
.popup-account .civi-new-password-wrap form {
  text-align: center;
}
.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 #23d3d3;
  border-radius: 25px;
  padding: 9px 25px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #23d3d3;
}
.popup-account .civi-new-password-wrap .generate-password:hover {
  color: #fff;
  background-color: #23d3d3;
}
.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: "\f070";
}
.popup-account .civi-new-password-wrap p.msg {
  display: none;
  text-align: center;
  margin: 20px auto 0;
}
.popup-account .inner-popup {
  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: #111;
  border-color: #111;
}
.popup-account .head-popup .tabs-form a:last-child {
  margin-right: 0;
}
.popup-account .head-popup .addon-login {
  margin-bottom: 18px;
}
.popup-account .head-popup .addon-login .facebook-login {
  color: #4267b2;
}
.popup-account .head-popup .addon-login .google-login {
  color: #ea4335;
  display: inline-block;
  vertical-align: middle;
}
.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 .head-popup > p:after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #eee;
}
.popup-account .accept-account {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.popup-account .accept-account label {
  font-size: 15px;
  margin-bottom: 0;
  margin-left: 10px;
}
.popup-account .accept-account a {
  color: #007456;
}
.wp-block-button.is-style-outline > .wp-block-button__link {
  color: inherit !important;
}
.popup-account .accept-account .custom-checkbox {
  top: -1px;
  border-radius: 3px;
  border: solid 1px #ddd;
}
.popup-account .accept-account label.error {
  flex: 0 0 100%;
  order: 3;
  margin-left: 0;
}
.popup-account .form-group + .form-group {
  margin-top: 24px;
}
.popup-account .forgot-password {
  font-size: 15px;
}
.popup-account .forgot-password a {
  color: #007456;
}
.form-account {
  display: none;
}
.form-account.active {
  display: block;
}
.form-account p.msg {
  display: none;
  color: #20d706;
  margin-bottom: 0;
  margin-top: 10px;
}
.form-account p.msg + .form-group {
  margin-top: 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: #007456;
  color: #fff;
}
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);
  position: relative;
  margin-top: 32px;
}
p.notice i {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 23px;
  left: 22px;
  font-size: 20px;
  color: #ffe180;
}
p.notice a {
  color: #007456;
}
.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;
}
.sign-in-demo-notice b {
  color: #23d3d3;
  font-weight: 500;
}
.form-group {
  position: relative;
}
.form-group .col-group {
  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: #111;
  font-weight: 500;
  margin-bottom: 15px;
}
.form-group .btn.button {
  width: 100%;
}
.focused .label-field {
  font-size: 13px;
  top: -22px;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
input.input-field.error {
  border-color: #ea4335;
}
.agent-manager .agent-nav ul li.active a {
  color: #007456;
}
.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;
}
.btn-normal {
  border-radius: 3px;
  padding: 10px 20px;
  line-height: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-normal span {
  margin-left: 10px;
  display: inline-block;
}
.btn-normal.white {
  background: #fff;
}
.btn-normal.dark {
  color: #fff;
  background: #000;
}
.xdsoft_datetimepicker.on .xdsoft_datepicker {
  width: 100%;
  padding-right: 8px;
}
.xdsoft_datetimepicker.on .xdsoft_timepicker {
  width: 100%;
  padding-right: 8px;
}
.xdsoft_datetimepicker.on .xdsoft_timepicker button {
  margin-left: auto;
  margin-right: auto;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  color: #2a2a2a;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  border: 0;
  background: 0;
  height: 37px;
  font-size: 15px;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background: #007456;
  box-shadow: #007456 0 1px 3px 0 inset;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 0;
  text-align: center;
}
.xdsoft_inline {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  position: absolute;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 100%;
  padding-right: 8px;
}
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next {
  background: 0;
  text-indent: inherit;
  color: #000;
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_prev:after {
  content: "\f104";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: block;
}
.xdsoft_datetimepicker .xdsoft_next:after {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: block;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover {
  background: #007456 !important;
  border-radius: 50%;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 100%;
  padding-right: 8px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  border: 0;
}
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  background: none;
  box-shadow: none;
  color: #007456;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: none !important;
  color: #007456 !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: none;
  height: 32px;
  line-height: 32px;
}
.civi-popup {
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.civi-popup .inner-popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  max-width: 570px;
  background: #fff;
  top: 100%;
  left: 20px;
  right: 20px;
  z-index: 5;
  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%);
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.civi-popup .inner-popup .btn-close {
  position: absolute;
  right: 30px;
}
.civi-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.civi-popup.active .bg-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.civi-popup.active .inner-popup {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.copyright .area-copyright {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #eee;
  color: #999;
  text-align: right;
}
.civi-form {
  position: relative;
}
.inner-booking .wpcf7-response-output {
  margin-top: 20px;
}
.civi-field label span.menu-541,
.wpcf7 .civi-field label span.menu-541 {
  margin-top: 10px;
  display: block;
}
.civi-field input,
.civi-field textarea,
.civi-field select,
.wpcf7 .civi-field input,
.wpcf7 .civi-field textarea,
.wpcf7 .civi-field select {
  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 textarea:focus,
.civi-field textarea:visited,
.civi-field select:focus,
.civi-field select:visited,
.wpcf7 .civi-field input:focus,
.wpcf7 .civi-field input:visited,
.wpcf7 .civi-field textarea:focus,
.wpcf7 .civi-field textarea:visited,
.wpcf7 .civi-field select:focus,
.wpcf7 .civi-field select:visited {
  outline: 0;
  border-color: #007456;
}
.civi-field textarea,
.wpcf7 .civi-field textarea {
  max-height: 100px;
}
.civi-submit {
  margin-top: 30px;
}
.civi-field + .civi-field {
  margin-top: 30px;
}
.chosen-container {
  width: 100% !important;
}
.icon-search {
  cursor: pointer;
}
.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, 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 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  -o-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
}
.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  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;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  -o-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
}
.canvas-search.on .bg-overlay {
  opacity: 1;
  visibility: visible;
}
.canvas-search.on .search-form {
  top: -50px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  -o-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
}
.canvas-search.civi-ajax-search .search-result ul {
  max-height: 210px;
}
.canvas-search.civi-ajax-search .civi-loading-effect {
  right: 60px;
}
.block-search.search-icon {
  line-height: 1;
}
.civi-ajax-search .civi-loading-effect {
  opacity: 0;
  visibility: hidden;
  left: inherit;
  right: 35px;
}
.civi-loading-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
}
.civi-loading-effect:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.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#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: #007456;
}
.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;
}
.form-captcha img {
  height: 42px;
}
.block-search.layout-02 .area-search,
.block-search.layout-03 .area-search,
.block-search.layout-04 .area-search {
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.block-search.layout-02 .civi-loading-effect,
.block-search.layout-03 .civi-loading-effect,
.block-search.layout-04 .civi-loading-effect {
  right: 25px;
}
.block-search.layout-02 label,
.block-search.layout-03 label,
.block-search.layout-04 label {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  flex: 1;
}
.block-search.layout-02 label span,
.block-search.layout-03 label span,
.block-search.layout-04 label span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #2d2d2d;
  white-space: nowrap;
}
.block-search.layout-02 label input,
.block-search.layout-02 label .input-search,
.block-search.layout-03 label input,
.block-search.layout-03 label .input-search,
.block-search.layout-04 label input,
.block-search.layout-04 label .input-search {
  font-size: 16px;
  padding: 5px 6px 5px 7px;
  border: 0;
  width: 100%;
}
.block-search.layout-02 label .input-search,
.block-search.layout-03 label .input-search,
.block-search.layout-04 label .input-search {
  padding-right: 30px;
  min-width: 130px;
}
.block-search.layout-02 .location-field,
.block-search.layout-03 .location-field,
.block-search.layout-04 .location-field {
  position: relative;
  display: flex;
  flex: 1;
  padding: 7px 25px;
}
.block-search.layout-02 .input-field,
.block-search.layout-02 .type-field,
.block-search.layout-03 .input-field,
.block-search.layout-03 .type-field,
.block-search.layout-04 .input-field,
.block-search.layout-04 .type-field {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 7px 5px 7px 0;
}
.block-search.layout-02 .input-field label,
.block-search.layout-02 .type-field label,
.block-search.layout-03 .input-field label,
.block-search.layout-03 .type-field label,
.block-search.layout-04 .input-field label,
.block-search.layout-04 .type-field label {
  padding-left: 25px;
  border-left: 1px solid #eee;
}
.block-search.layout-02 .input-field .icon-search,
.block-search.layout-02 .type-field .icon-search,
.block-search.layout-03 .input-field .icon-search,
.block-search.layout-03 .type-field .icon-search,
.block-search.layout-04 .input-field .icon-search,
.block-search.layout-04 .type-field .icon-search {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #007456;
  color: #fff;
  border: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.block-search.layout-04 label input {
  padding: 8px 10px 9px;
}
.block-search.layout-03 .location-field label {
  border-left: 0;
}
.block-search.layout-03 .location-field,
.block-search.layout-03 .type-field {
  flex: 0 0 50%;
  min-width: auto;
}
.block-search.layout-04 .location-field label {
  border-left: 0;
}
.block-search.layout-04 .location-field,
.block-search.layout-04 .type-field {
  flex: 0 0 33.33%;
  min-width: auto;
}
.block-search.layout-03 label.location-city select,
.block-search.layout-04 label.location-city select {
  align-items: center;
  display: flex;
  margin-right: 0;
  line-height: 25px;
  height: 25px;
}
.block-search.layout-03 select,
.block-search.layout-04 select {
  border: 0;
  margin: 0 10px;
}
.block-search.layout-03 select:focus,
.block-search.layout-04 select:focus {
  outline: 0;
  outline-offset: 0;
  border: 0;
}
.wpcf7 .wpcf7-response-output {
  margin-top: 0;
}
@keyframes effect_radius {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .civi-page-title.block-left .entry-detail {
    padding-left: 50px;
  }
}
@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 {
    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.right-sidebar #primary,
  .main-content .site-layout.has-sidebar.left-sidebar #primary {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .main-content .site-layout.has-sidebar.right-sidebar aside#secondary,
  .main-content .site-layout.has-sidebar.left-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) {
  .columns-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  #popup-amenities .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
  #popup-amenities .grid li {
    margin-right: 0;
  }
}
@media only screen and (max-width: 650px) {
  .grid {
    grid-column-gap: 15px;
  }
  .civi-page-title.block-center .entry-detail .entry-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .block-search.layout-02 .input-field,
  .block-search.layout-03 .location-field,
  .block-search.layout-03 .type-field,
  .block-search.layout-04 .location-field,
  .block-search.layout-04 .type-field {
    flex: 0 0 100%;
    min-width: initial;
    padding: 5px 25px;
    flex-wrap: wrap;
  }
  .block-search.layout-02 .input-field button.icon-search,
  .block-search.layout-03 .location-field button.icon-search,
  .block-search.layout-03 .type-field button.icon-search,
  .block-search.layout-04 .location-field button.icon-search,
  .block-search.layout-04 .type-field button.icon-search {
    width: 100% !important;
    border-radius: 10px;
  }
  .block-search.layout-02 .input-field label,
  .block-search.layout-03 .type-field label,
  .block-search.layout-04 .type-field label {
    border-left: 0;
    border-top: 1px solid #eee;
    padding: 7px 0;
  }
  .block-search.layout-02 .input-field,
  .block-search.layout-03 .input-field,
  .block-search.layout-04 .input-field {
    position: static;
    flex: 0 0 100%;
    padding: 5px 25px 15px;
  }
  .block-search.layout-02 .input-field label,
  .block-search.layout-03 .input-field label,
  .block-search.layout-04 .input-field label {
    position: relative;
  }
  .block-search.layout-02 .input-field .civi-loading-effect,
  .block-search.layout-03 .input-field .civi-loading-effect,
  .block-search.layout-04 .input-field .civi-loading-effect {
    right: 0;
  }
  .block-search.layout-03 .location-field label,
  .block-search.layout-04 .location-field label {
    padding: 0;
    border-left: 0;
  }
  .block-search.layout-02 .area-search,
  .block-search.layout-03 .area-search,
  .block-search.layout-04 .area-search {
    flex-wrap: wrap;
    padding: 12px 0 5px;
    border: solid 1px #eee;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-height: 100% !important;
  }
  .block-search.layout-02 .area-search .input-field,
  .block-search.layout-03 .area-search .input-field,
  .block-search.layout-04 .area-search .input-field {
    display: block;
    flex: 0 0 100%;
  }
  .block-search.layout-02 .area-search .type-field .icon-search,
  .block-search.layout-03 .area-search .type-field .icon-search,
  .block-search.layout-04 .area-search .type-field .icon-search {
    height: 40px;
    width: 100%;
    border-radius: 10px;
  }
  .block-search.layout-03 select,
  .block-search.layout-04 select {
    margin-right: 0;
  }
  .block-search.layout-03 .type-result.focus-result,
  .block-search.layout-04 .type-result.focus-result {
    top: 50px;
  }
  .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 .jobs-logo-company-warpper {
  margin-bottom: 0;
}
.mapboxgl-popup-content .civi-jobs-item.layout-grid .days {
  margin-top: 20px;
  margin-bottom: 0;
}
.mapboxgl-popup-content .civi-jobs-featured {
  border-color: #dee2e6;
}
.mapboxgl-popup-content .civi-jobs-item .logo-comnpany {
  display: none;
}
.mapboxgl-popup-content .civi-jobs-item.layout-grid {
  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;
}
body.tax-jobs-city #wrapper {
  overflow: inherit;
}
.archive-layout .leaflet-container {
  z-index: 1;
}
div[title]:after,
.marker.mapboxgl-marker:after,
.leaflet-marker-icon-wrap:after,
.leaflet-marker-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  border-radius: 50%;
  width: 0;
  height: 0;
}
div[title].zoom:after,
.marker.mapboxgl-marker.zoom:after,
.leaflet-marker-icon-wrap.zoom:after,
.leaflet-marker-icon.zoom:after {
  width: 60px;
  height: 60px;
}
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  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;
}
.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,
.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 {
  margin-bottom: 1.425rem;
}
.entry-content h2 {
  line-height: 1.3;
}
.post-content:not(.elementor-content) a,
.page .entry-content a {
  font-weight: 500;
  text-decoration: none;
}
hr {
  margin-bottom: 1.125em;
  height: 1px;
  border: 0;
  background-color: #ccc;
}
p {
  margin-bottom: 1.725em;
}
ul,
ol {
  margin: 0 0 1.625em;
  padding-left: 1.625rem;
}
li {
  line-height: 1.8;
}
ul {
  list-style: square;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
.comment-list ul,
.comment-list ol,
.comment-list ol,
.comment-list ul {
  margin: 0 0 1.625em 2.5em;
}
.comment-list ul ul,
.comment-list ol ol,
.comment-list ul ol,
.comment-list ol ul {
  margin-bottom: 0;
}
.comment-list ul {
  list-style: square;
}
.comment-list ol {
  list-style-type: decimal;
}
.comment-list ol ol {
  list-style: upper-alpha;
}
.comment-list ol ol ol {
  list-style: lower-roman;
}
.comment-list ol ol ol ol {
  list-style: lower-alpha;
}
dt {
  color: #111;
  font-weight: 500;
}
dd {
  margin: 0 0 1.625rem;
}
strong {
  color: #111;
}
cite,
em,
i {
  font-style: italic;
}
cite {
  border: 0;
}
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;
}
.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 {
  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: 0.625rem;
}
.wp-block-archives-list li + li,
.wp-block-categories-list li + li {
  margin-top: 0.825rem;
}
.wp-block-archives-list li a,
.wp-block-categories-list li a {
  text-decoration: none;
}
.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: 0.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,
.mceContentBody blockquote cite {
  font-style: normal;
}
.mceContentBody blockquote cite {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
blockquote {
  font-weight: 400;
  background: #f8f8f8;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  background: none;
  padding: 5px 20px;
  position: relative;
  margin-bottom: 0;
  border-left: 0.25em solid;
}

.wp-block-pullquote blockquote{
  border-left: 0;
}

blockquote cite {
  font-style: normal;
  margin-top: 1.4rem;
  display: block;
}
blockquote > p:last-child {
  margin-bottom: 0;
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin-bottom: 1.125em;
  border-left: 0.25em solid;
}
pre {
  margin-top: 1.125em;
  margin-bottom: 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;
}
address {
  display: block;
  margin: 0 0 1.125em;
}
sup,
sub {
  position: relative;
  height: 0;
  vertical-align: baseline;
  font-size: 10px;
  line-height: 1;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
dt {
  margin-bottom: 0.3rem;
}
.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;
}
table {
  margin: 0 0 1.625em;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #eee;
  text-align: left;
}
tr th {
  font-weight: 500;
  border: 1px solid #eee;
  padding: 10px;
}
td {
  padding: 10px;
  border: 1px solid #eee;
}
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: 0.4em;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-top: 1.125em;
  margin-bottom: 1.625em;
}
.wp-caption {
  max-width: 100%;
  margin-bottom: 1.125em;
  border: 0;
}
.wp-caption img {
  display: block;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
  position: relative;
  margin: 0.6em 0;
  text-align: left;
}
.post-content .wp-caption .wp-caption-text,
.post-content .wp-caption-dd,
.post-content figcaption,
.entry-content .wp-caption .wp-caption-text,
.entry-content .wp-caption-dd,
.entry-content figcaption {
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 10px;
  text-align: center;
  background: #f5f5f5;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
  border-color: #eee;
  background: #fff;
}
.entry-content:before {
  content: "";
  display: table;
}
.entry-content:after {
  content: "";
  display: table;
  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;
  background: #007456;
  color: #fff;
  border-radius: 30px;
}
.page-links .post-page-numbers.current:hover {
  background: #007456;
  color: #fff;
}
.post-password-form input {
  height: 40px;
}
.post-password-form input[type="submit"] {
  background: #007456;
  border: 1px solid #007456;
  color: #fff;
  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 {
  margin-bottom: 0;
}
.post-password-form label input {
  border-color: #007456;
  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.trackback,
#comments .comment-list li.pingback {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #eee;
}
#comments .comment-list > li.comment:first-child,
#comments .comment-list > li.trackback:first-child,
#comments .comment-list > li.pingback:first-child {
  border-top: 0;
  padding-top: 0;
}
#comments .comment-list > li.comment:last-child,
#comments .comment-list > li.trackback:last-child,
#comments .comment-list > li.pingback: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-list + #respond,
#comments .comment-list #respond {
  margin-top: 30px;
}
#comments .comment-author {
  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-content p:last-child {
  margin-bottom: 0;
}
#comments .comment-content ul,
#comments .comment-content ol {
  margin-left: 0;
}
#comments .comment-meta {
  display: flex;
  font-size: 15px;
  margin-top: 20px;
}
#comments .comment-meta > a {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
#comments .comment-meta > a:last-child {
  margin-right: 0;
}
#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 label {
  margin-bottom: 0;
}
#commentform .comment-form-comment {
  display: flex;
}
#commentform textarea,
#commentform input[type="text"],
#commentform input[type="email"] {
  width: 100%;
  border-color: #ccc;
}
#commentform .form-submit {
  margin-bottom: 0;
}
#commentform .logged-in-as,
#commentform .comment-notes,
#commentform .comment-form-cookies-consent,
#commentform .form-submit {
  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;
  min-width: 15px;
  margin-bottom: 0;
  margin-right: 5px;
  top: 2px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #565a5c;
}
#commentform #wp-comment-cookies-consent:checked:before {
  content: "\f00c";
  position: absolute;
  top: -1px;
  font-size: 14px;
  width: 14px;
  display: inline-block;
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
  color: #007456;
}
#commentform .form-submit {
  flex: 0 0 100%;
}
.wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments li {
  margin-bottom: 1.125em;
}
.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 {
  padding-left: 0;
}
.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 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  background: #007456;
}
.wp-block-calendar thead th,
.wp-block-calendar tbody td {
  text-align: center;
  border: none;
}
.wp-block-calendar tbody tr > td#today {
  color: #fff;
  background: #23d3d3;
}
.wp-block-calendar table caption {
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #007456;
}
.wp-block-categories-dropdown,
.wp-block-archives-dropdown,
.wp-block-categories-list {
  margin-bottom: 1.125em;
}
.wp-block-categories-dropdown select,
.wp-block-archives-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;
}
.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: #007456;
  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 {
  background: #007456;
  color: #fff !important;
}
form p label:last-child {
  margin-bottom: 0;
}
form select[name="select_element"] {
  max-width: 400px;
}
form #text_field,
form #text_area {
  max-width: 400px;
  width: 100%;
}
.block-editor-block-list__block a {
  font-weight: 500;
  color: #555;
}
.custom-form-search .ip-search{
	outline: none;
    border-color: #007456 !important;
}
.custom-form-search {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
@media(max-width:576px){
	.custom-form-search {
	  max-width: 360px;
	}
}

.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 {
  color: #fff;
  border: 0;
  background: #007456;
  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 span {
  display: none;
}
.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;
  color: #555;
}
.widget ul,
.widget ol {
  padding-left: 0;
  margin-bottom: 0;
}
.widget .widget-title {
  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: transparent;
  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 {
  color: #555;
}
.widget .current-cat a {
  color: #111;
}
.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 .inner-post-wrap .post-categories {
  margin-bottom: 0;
}
.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: #999;
  font-weight: 500;
}
.listing-posts .post .post-categories li {
  margin-bottom: 0;
}
.listing-posts .post .post-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.listing-posts .post .post-title a {
  display: inline-block;
}
.civi-widget-popular_posts
  .listing-posts
  .post
  .inner-post-wrap
  .post-categories {
  margin-bottom: 10px;
}
.civi-widget-popular_posts
  .listing-posts
  .post
  .inner-post-wrap
  .post-categories
  li {
  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;
}

@media(max-width:576px){
	.gallery-columns-2,
	.gallery-columns-3,
	.gallery-columns-4,
	.gallery-columns-5,
	.gallery-columns-6,
	.gallery-columns-7,
	.gallery-columns-8,
	.gallery-columns-9{
		grid-template-columns: repeat(1, 1fr);
	}
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item{
		max-width:100%;
	}
	.wp-block-media-text.alignwide{
		display: block;
	}
	.has-large-font-size {
		margin-bottom: 10px !important;
	}
	.post-content iframe{
		width:100%;
	}
}

.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: #007456;
  color: #fff !important;
}
.widget ul > li {
  display: block;
  position: relative;
  margin-bottom: 14px;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  padding-left: 0;
}
.widget ul > li a {
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.widget ul > li a:hover {
  color: #007456;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.widget ul > li:last-child {
  margin-bottom: 0;
}
.widget ul > li.active > .icon-right-menu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -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;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget ul > li .icon-right-menu:hover {
  color: #007456;
}
.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 {
  color: #23d3d3;
  font-size: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.widget .star-rating:before {
  color: #23d3d3;
}
.widget .screen-reader-text {
  margin-bottom: 10px;
}
.widget_search .search-form {
  height: 50px;
  line-height: 50px;
  position: relative;
  -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);
  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%;
  outline: 0;
  padding: 10px 90px 10px 20px;
}
.widget_search .search-form input.search-submit {
  position: absolute;
  height: 50px;
  padding-left: 35px;
  padding-right: 35px;
  border: 0;
  top: 0;
  right: 0;
  outline: 0;
  background: #007456;
  color: #fff;
  cursor: pointer;
  font-size: 0;
  -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:after {
  content: "\f002";
  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 {
  margin-bottom: 20px;
}
.widget_rss ul li a {
  display: block;
  color: #111;
  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;
  color: #007456;
}
.main-sidebar .widget_rss .rssSummary {
  color: #555;
}
.dark-scheme .widget_rss .rsswidget {
  color: #fff !important;
}
.dark-scheme .widget_rss .rss-date {
  color: #555 !important;
}
.dark-scheme .widget_rss ul li cite {
  color: #fff;
}
.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 {
  color: #fff !important;
  margin-bottom: 0;
  background: #111;
  -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);
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.widget_shopping_cart
  .widget_shopping_cart_content
  ul.product_list_widget
  li
  a.remove:hover {
  background: #007456;
  -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
  .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
  .variation
  .variation-SoldBy {
  margin-bottom: 0;
}
.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: #111;
}
.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 {
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  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: #007456;
  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;
  -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);
  line-height: 35px;
  font-weight: 400;
  background: #111;
  color: #fff !important;
  margin-right: 0;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a:hover {
  background: #007456;
  color: #fff;
}
.widget_pages a {
  color: #555;
}
.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_media_gallery .gallery .gallery-item img {
  border: 0 !important;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.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: none;
}
.attachment-template-default
  .comments-area
  .comment-form
  .form-submit
  input:hover {
  background: #007456;
  color: #fff;
}
.widget_price_filter .price_slider .ui-slider-range,
.widget_price_filter .price_slider .ui-state-default {
  background-color: #007456 !important;
  border: none !important;
}
.widget_price_filter .price_slider_amount .button {
  padding: 11px 25px;
  background: #111;
  color: #fff;
}
.widget_price_filter .price_slider_amount .button:hover {
  color: #fff;
  background: #007456;
}
.widget_price_filter .price_slider_amount .price_label span {
  color: #111;
}
.widget_products .scroll-wrapper,
.widget_top_rated_products .scroll-wrapper {
  max-height: 315px;
}
.widget_calendar {
  width: 100%;
}
.widget_calendar .calendar_wrap {
  max-width: 420px;
}
.widget_calendar caption {
  font-weight: 500;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #007456;
  color: #fff;
}
.widget_calendar thead th {
  font-weight: 500;
  text-align: center;
  border: none;
  border-bottom: 1px solid #eee;
}
.widget_calendar tfoot td {
  border: none;
}
.widget_calendar tfoot td#prev a,
.widget_calendar tfoot td#next a {
  color: #555;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.widget_calendar tfoot td#prev a:hover,
.widget_calendar tfoot td#next a:hover {
  color: #007456;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.widget_calendar tfoot td#prev a {
  text-align: left;
}
.widget_calendar tfoot td#next a {
  text-align: right;
}
.widget_calendar tbody tr {
  margin: 5px 0;
}
.widget_calendar tbody tr > td {
  text-align: center;
  padding: 10px;
  color: #555;
  border: none;
}
.widget_calendar tbody tr > td a {
  color: #111;
}
.widget_calendar tbody tr > td.pad {
  border: none;
}
.widget_calendar tbody tr > td#today {
  font-weight: 700;
  color: #fff;
  background: #007456;
}
.widget_calendar tbody tr > td#today a {
  color: #fff;
}
.widget_calendar tbody tr > td:hover {
  color: #007456;
}
.dark-scheme .widget_calendar thead th {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.widget_rating_filter ul .wc-layered-nav-rating .star-rating,
.widget_rating_filter ul .wc-layered-nav-rating .star-rating:before {
  color: #23d3d3;
}
.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 {
  color: #007456;
  font-weight: 500;
  padding-left: 20px;
}
.widget_categories li a,
.widget_categories li i {
  color: #555;
}
.widget_categories li li {
  padding-left: 0;
}
.widget_archive li {
  font-weight: 500;
  color: #007456;
}
.widget_categories ul,
.widget_pages ul,
.widget_nav_menu ul {
  max-width: 420px;
}
.widget_categories ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
  position: relative;
}
.widget_categories li > i,
.widget_pages li > i,
.widget_nav_menu li > i {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 18px;
}
.widget_categories .children,
.widget_categories .sub-menu,
.widget_pages .children,
.widget_pages .sub-menu,
.widget_nav_menu .children,
.widget_nav_menu .sub-menu {
  display: none;
}
.widget_categories li.active .children,
.widget_categories li.active .sub-menu,
.widget_pages li.active .children,
.widget_pages li.active .sub-menu,
.widget_nav_menu li.active .children,
.widget_nav_menu li.active .sub-menu {
  display: block;
}
.widget_categories li.active i:before,
.widget_pages li.active i:before,
.widget_nav_menu li.active i:before {
  content: "\f068";
}
.widget_categories .nice-select,
.widget_archive .nice-select {
  float: none;
  font-size: 16px;
}
.widget_categories .nice-select:after,
.widget_archive .nice-select:after {
  top: 0;
  right: 10px;
  margin-top: 0;
}
.widget_categories .nice-select ul.list,
.widget_archive .nice-select ul.list {
  list-style-type: none;
  width: 100%;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.widget_categories .nice-select ul.list li,
.widget_archive .nice-select ul.list li {
  color: #555;
  margin-bottom: 0;
}
.widget_categories .nice-select ul.list li:before,
.widget_archive .nice-select ul.list li:before {
  display: none;
}
.widget_text p {
  margin-bottom: 20px;
}
.widget_text strong {
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
}
.widget_text strong:first-child {
  margin-top: 0;
}
.widget_text strong:last-child {
  margin-bottom: 0;
}
.widget_text form select,
.widget_text option {
  width: 100%;
}
.widget_recent_reviews .product_list_widget li {
  padding-top: 0;
  padding-bottom: 20px;
}
.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;
}
.widget_recent_comments ul li span a {
  color: #555;
}
.widget_recent_comments ul li a {
  color: #111;
  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: #007456;
  text-decoration: underline;
}
.footer.dark-scheme .widget_recent_comments ul li {
  color: #555;
}
.widget_top_rated_products .product_list_widget li .star-rating {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 10px;
}
.widget_recent_entries ul li a {
  display: block;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.widget_recent_entries ul li a:hover {
  color: #007456;
}
.widget_recent_entries ul li .post-date {
  color: #007456;
}
.widget_recently_viewed_products .product_list_widget li {
  padding-top: 0;
  padding-bottom: 20px;
}
.widget_recently_viewed_products .product_list_widget li:last-child {
  padding-bottom: 0;
}
.widget_recently_viewed_products .product_list_widget li a img {
  overflow: hidden;
  max-height: 70px;
}
.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;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.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;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  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: #007456;
  color: #fff;
  border: 0;
  text-align: center;
}
.newsletter-area .form-control + .form-control {
  margin-top: 20px;
}
.newsletter-area.dark-scheme {
  color: #fff;
  background-color: #111;
}
.newsletter-area.dark-scheme h3 {
  color: #fff;
}
.widget .mc4wp-response {
  margin-top: 10px;
}
.widget .mc4wp-response p {
  margin-bottom: 0;
}
.widget-products .slick-carousel .slick-list {
  margin: 0;
}
.widget-products .slick-arrow {
  top: 35%;
}
.widget-products .slick-arrow.gl-next {
  right: 30px;
}
.widget-products .slick-arrow.gl-prev {
  left: 30px;
}
.wp-block-group__inner-container > h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}
.widget_block > h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}
.civi-swiper {
  position: relative;
  z-index: 1;
}
.civi-swiper:hover .swiper-nav-button {
  opacity: 1;
  visibility: visible;
}
.civi-swiper .swiper-inner {
  position: relative;
}
.civi-swiper .swiper-container {
  width: 100%;
}
.civi-swiper .swiper-slide {
  box-sizing: border-box;
  text-align: left;
  overflow: visible;
}
.civi-swiper.v-stretch
  > .swiper-inner
  > .swiper-container
  > .swiper-wrapper
  > .swiper-slide {
  height: auto;
}
.civi-swiper.v-stretch
  > .swiper-inner
  > .swiper-container
  > .swiper-wrapper
  > .swiper-slide
  > div {
  height: 100%;
}
.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 0.25s linear;
}
.civi-swiper.highlight-centered-items .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.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 .container,
.civi-swiper .swiper-pagination-container .row,
.civi-swiper .swiper-pagination-container .col-md-12 {
  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: none;
  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: transparent;
  opacity: 1;
  position: relative;
  outline: none;
  color: #d8d8d8;
}
.civi-swiper .swiper-pagination-bullet:hover:before,
.civi-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border-color: #007456;
  background-color: #007456;
}
.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 #111;
  background: transparent;
  z-index: 1;
}
.civi-swiper .swiper-pagination-bullet:only-child {
  visibility: hidden;
}
.civi-swiper .fraction {
  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, 0.05);
}
.civi-swiper.pagination-style-04 .fraction {
  font-size: 17px;
  font-weight: 500;
  color: #23d3d3;
  letter-spacing: 1.31px;
}
.civi-swiper.pagination-style-04 .fraction div {
  display: inline-block;
}
.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,
.civi-swiper.pagination-style-05
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
  border-color: #007456;
}
.civi-swiper.pagination-style-05
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #007456;
}
.civi-swiper.pagination-style-05
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.civi-swiper.pagination-style-06 .fraction {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 3.2px;
  color: #23d3d3;
}
.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 .container,
.civi-swiper .swiper-nav-buttons-wrap .row,
.civi-swiper .swiper-nav-buttons-wrap .col-md-12 {
  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 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.25s linear 2s, opacity 0.25s linear 2s;
  background-image: none;
  text-align: center;
  user-select: none;
  outline: none;
  width: 48px;
  height: 48px;
  font-size: 24px;
  color: #111;
  border: 1px solid #111;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 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: 0.35;
  cursor: auto;
  pointer-events: none;
}
.civi-swiper .swiper-nav-button:hover {
  border-color: #007456;
  background: #007456;
  color: #fff;
}
.civi-swiper .swiper-nav-button i {
  font-family: "Line awesome free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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: "\f104";
}
.civi-swiper .swiper-button-next i:before {
  content: "\f105";
}
.civi-swiper .nav-button-text {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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;
}
.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: #007456;
}
@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;
  }
}

@media (max-width: 480px) {
  .related-post .slick-dots{
	    bottom: -40px;
	}
}

.area-menu .top-mb-menu{
	display:none !important;
}

div.area-menu .menu{
	border-bottom:0;
}

.archive-post .page .post-excerpt{
	margin-bottom: 22px;
}

.wp-block-latest-comments__comment-link{
	line-height: 1.7;
}

@media(max-width:480px){
	#comments .comment-list ol.children{
	margin: 0 0 0 15px;
	}
}

header.site-header {
  padding: 7px 0;
  font-weight: 500;
  color: #111;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
header.site-header .row {
  align-items: center;
}
header.site-header.header-light
  .site-menu.desktop-menu.main-menu
  .menu
  > li
  > a,
header.site-header.header-light .right-header .account .avatar,
header.site-header.header-light .right-header .icon-search,
header.site-header.header-light .canvas-menu a.icon-menu,
header.site-header.header-light .account.logged-out .btn-login {
  color: #fff;
}
header.site-header.header-light .right-header .add-job,
header.site-header.header-light .right-header .add-job-login {
  color: #007456;
  background-color: #fff;
  border-color: #fff;
}
header.site-header.header-light .right-header .add-job:hover,
header.site-header.header-light .right-header .add-job-login:hover {
  background-image: none;
}
header.site-header.sticky-header.on {
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
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;
}
header.site-header.float-header {
  z-index: 20;
  background: transparent !important;
  position: absolute;
  width: 100%;
  border-bottom: 0;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
header.site-header .left-header,
header.site-header .right-header {
  display: flex;
  align-items: center;
}
header.site-header .right-header {
  margin-left: auto;
}
header.site-header .left-header .site-logo {
  margin-right: 25px;
}
header.site-header .left-header .site-logo p {
  margin-bottom: 0;
}
header.site-header .right-header {
  justify-content: flex-end;
}
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: #007456;
}
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 .minicart,
header.site-header .right-header .user-notifications,
header.site-header .right-header .dropdown-categories {
  margin-left: 25px;
}
header.site-header .right-header .add-job {
  margin-left: 25px;
}
header.site-header .right-header .add-job svg {
  position: relative;
  bottom: -2px;
}
header.site-header .right-header .add-job-login {
  color: #fff !important;
}
header.site-header.show-popup {
  z-index: -1;
}
.dropdown-categories .entry-show {
  display: flex;
  align-items: center;
}
.dropdown-categories .entry-show i {
  margin-left: 6px;
}
.minicart a.toggle {
  font-size: 24px;
  display: inline-flex;
  align-items: center;
}
.minicart a.toggle i {
  font-size: 24px;
}
.minicart a.toggle span.cart-count {
  font-size: 15px;
  font-weight: 500;
  margin-left: 3px;
  color: #007456;
  position: relative;
  top: 1px;
}
.account {
  position: relative;
}
.account .user-show {
  display: flex;
  align-items: center;
}
.account .user-show a.avatar {
  margin-right: 8px;
}
.account .user-show a.avatar img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  -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);
  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;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.account .user-control .inner-control {
  background: #fff;
  -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);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  height: auto;
}
.account .user-control ul {
  padding: 20px;
  margin-bottom: 0;
}
.account:hover .user-control {
  opacity: 1;
  visibility: visible;
  padding-top: 10px;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.block-search {
  position: relative;
}
.block-search .search-form {
  margin-bottom: 0;
}
.block-search.search-input {
  min-width: 270px;
  width: 100%;
}
.block-search.search-input .icon-search {
  display: inline-block;
  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: #007456;
}
.block-search.has-clear .icon-clear {
  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;
}
.site-header .block-search.layout-02 .area-search,
.site-header .block-search.layout-03 .area-search,
.site-header .block-search.layout-04 .area-search {
  height: 50px;
  border: solid 1px #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.site-header .block-search.layout-02 .area-search .location-field,
.site-header .block-search.layout-02 .area-search .type-field,
.site-header .block-search.layout-03 .area-search .location-field,
.site-header .block-search.layout-03 .area-search .type-field,
.site-header .block-search.layout-04 .area-search .location-field,
.site-header .block-search.layout-04 .area-search .type-field {
  padding: 5px 5px 5px 0;
}
.site-header .block-search.layout-02 .area-search .location-field .icon-search,
.site-header .block-search.layout-02 .area-search .type-field .icon-search,
.site-header .block-search.layout-03 .area-search .location-field .icon-search,
.site-header .block-search.layout-03 .area-search .type-field .icon-search,
.site-header .block-search.layout-04 .area-search .location-field .icon-search,
.site-header .block-search.layout-04 .area-search .type-field .icon-search {
  height: 40px;
  width: 40px;
}
.site-header .block-search.layout-02 .area-search .civi-loading-effect,
.site-header .block-search.layout-03 .area-search .civi-loading-effect,
.site-header .block-search.layout-04 .area-search .civi-loading-effect {
  right: 10px;
}
@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: 479px) {
  header.site-header .right-header .minicart,
  header.site-header .right-header .user-notifications {
    margin-left: 15px;
  }
}
.site-menu .menu li i {
  font-size: 12px;
  padding: 5px 0 5px 5px;
}
.site-menu .menu li a {
  display: block;
}
.site-menu .menu .menu-item-has-children > a,
.site-menu .menu .page_item_has_children > a {
  display: flex;
  align-items: center;
}
.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-menu.desktop-menu.main-menu .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-menu.desktop-menu.main-menu .menu > li {
  display: inline-block;
}
.site-menu.desktop-menu.main-menu .menu > li > a {
  font-weight: 500;
  padding: 15px 8px;
}
.site-menu.desktop-menu.main-menu .menu > li > a i {
  font-weight: 700;
}
.site-menu.desktop-menu.main-menu .menu li .sub-menu,
.site-menu.desktop-menu.main-menu .menu li .children {
  display: block;
  opacity: 0;
  visibility: hidden;
  margin-top: 50px;
  z-index: 5;
  -webkit-transition: all 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  -o-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
}
.site-menu.desktop-menu.main-menu .menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 0.5s ease 0;
  -moz-transition: all 0.5s ease 0;
  -o-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
}
.site-menu.desktop-menu.main-menu .sub-menu,
.site-menu.desktop-menu.main-menu .children {
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
}
.site-menu.desktop-menu.main-menu li {
  position: relative;
}
.site-menu.desktop-menu.main-menu li a {
  display: flex;
  line-height: 23px;
}
.site-menu.desktop-menu.main-menu .menu > li > a:hover .fa-chevron-down:before {
  content: "\f077";
}
.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, 0.05);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 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 a {
  position: relative;
}
.site-menu.desktop-menu.main-menu .sub-menu li i {
  transform: rotate(-90deg);
  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 .sub-menu {
  top: 0;
  left: 100%;
}
.site-menu.desktop-menu.main-menu .sub-menu.mega-menu {
  position: absolute;
  left: 0;
  width: max-content;
  background-color: transparent;
  box-shadow: none;
}
.site-menu.desktop-menu.main-menu .sub-menu.mega-menu > .menu-item {
  margin-top: -20px;
}
.site-menu.desktop-menu.main-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.main-menu .sub-menu.mega-menu .col-xs-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.site-menu.desktop-menu.main-menu
  .sub-menu.mega-menu
  .elementor-section
  .elementor-container {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}
.site-menu.desktop-menu .mega-menu {
  position: relative;
}
.site-menu.desktop-menu .mega-menu .sub-menu,
.site-menu.desktop-menu .mega-menu .children {
  right: 0;
  min-width: 240px;
  width: auto;
}
.site-menu.desktop-menu .mega-menu .container {
  padding-left: 0;
  padding-right: 0;
}
.site-menu.desktop-menu .mega-menu.mega-menu-default .sub-menu,
.site-menu.desktop-menu .mega-menu.mega-menu-default .children {
  padding: 20px 15px;
  background: #fff;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
}
.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-full-width .sub-menu,
.site-menu.desktop-menu .mega-menu.mega-menu-full-width .children {
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
}
.site-menu.desktop-menu .mega-menu.mega-menu-full-width,
.site-menu.desktop-menu .mega-menu.mega-menu-container {
  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-full-width .sub-menu,
.site-header .row .site-menu.desktop-menu .mega-menu-full-width .children,
.site-header .row .site-menu.desktop-menu .mega-menu-container .sub-menu,
.site-header .row .site-menu.desktop-menu .mega-menu-container .children {
  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;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.canvas-menu.active .area-menu {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.canvas-menu.d-hidden {
  display: none;
}
.area-menu {
  position: fixed;
  top: 0;
  z-index: 6;
  height: 100vh;
  width: 320px;
  z-index: 5;
  font-size: 15px;
  font-weight: 500;
  color: #2d2d2d;
  -webkit-transition: all 0.3s ease 0;
  -moz-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.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 {
  margin-bottom: 0;
}
.area-menu .menu li a {
  display: block;
}
.area-menu .menu .sub-menu,
.area-menu .menu .children {
  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: none;
  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 ul li {
  padding-left: 0;
  padding-right: 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 .add-jobs svg {
  position: relative;
  bottom: -2px;
}
.area-menu .dropdown-select {
  display: block;
}
.area-menu .dropdown-select ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.area-menu .dropdown-select ul li:last-child a {
  padding-bottom: 0;
}
.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 .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: 80px;
}
.site-menu.mobile-menu .add-job {
  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: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.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 {
  text-align: right;
}
@media (max-width: 991px) {
  .civi-top-bar {
    text-align: center;
  }
  .civi-top-bar .left-top-bar {
    margin-bottom: 10px;
  }
  .civi-top-bar .right-top-bar {
    text-align: center;
  }
}
@media (max-width: 567px) {
  .civi-top-bar .left-top-bar {
    display: none;
  }
}
.archive-post .entry-post-thumbnail + .entry-post-detail {
  margin-top: 20px;
}

.archive-post .post .post-date .post-categories {
	display: inline-block;
}

.archive-post .post .post-date .post-categories li{
	position: relative;
}

.archive-post .post .post-date .post-categories li + li:before{
	content: ',';
    position: absolute;
    left: -10px;
}

.archive-post .post .post-date .post-categories a{
	color: #007456;
}

.archive-post .entry-title {
  margin-bottom: 12px;
}
.archive-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-title a {
  color: #111;
}
.archive-post .post-title a:hover{
  color: #007456;
}
.archive-post .post-date {
  font-weight: 500;
  color: #007456;
  margin-bottom: 8px;
}
.archive-post .post-date span {
  color: #999;
  position: relative;
  display: inline-block;
}
.archive-post .is-sticky {
  background: #007456;
  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-meta {
  font-size: 15px;
  line-height: 23px;
  font-style: italic;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  color: #8d8d8d;
}
.archive-post .post-meta > div {
  margin-right: 24px;
  position: relative;
}
.archive-post .post-meta > div:last-child {
  margin-right: 0;
}
.archive-post .post-meta > div:last-child:after {
  display: none;
}
.archive-post .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-meta .post-time {
  display: none;
}
.archive-post .post-meta .post-author span {
  margin-right: 5px;
}
.archive-post .post-meta .post-author a {
  font-weight: 600;
  color: #555;
}
.archive-post .post-meta .post-author a:hover {
  color: #007456;
}
.archive-post .post .post-excerpt {
  margin-bottom: 22px;
}
.archive-post .post-excerpt p {
  margin-bottom: 0;
  line-height: 1.8;
}
.archive-post .btn-readmore a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 3px;
  color: #007456;
  border-bottom: 1px solid #007456;
}
.archive-post .btn-readmore a:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #007456;
  width: 100%;
  left: 0;
  bottom: -1px;
  -webkit-transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.archive-post .btn-readmore a:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.post-categories {
  margin-bottom: 10px;
  padding-left: 0;
  display: table;
  line-height: 28px;
}
.post-categories li {
  display: inline-block;
  margin-right: 10px;
}
.post-categories li: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, rgba(0, 0, 0, 0) 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: 60px;
}
.archive.category .main-content {
  padding-top: 60px;
}
.civi-categories {
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
.civi-categories .list-categories,
.civi-categories .civi-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 .list-categories li,
.civi-categories .civi-list-categories li {
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
}
.civi-categories .list-categories li.active a,
.civi-categories .civi-list-categories li.active a {
  color: #111;
}
.civi-categories .list-categories li a,
.civi-categories .civi-list-categories li a {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
}
.civi-categories .list-categories li a:hover,
.civi-categories .civi-list-categories li a:hover {
  color: #111;
}
.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 figure {
  margin-bottom: 0;
}
.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 li {
  display: inline-block;
  margin-right: 10px;
}
.single .post .inner-post-wrap .post-categories li:last-child {
  margin-right: 0;
}
.single .post .inner-post-wrap .post-categories a {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  border-bottom: 1px solid #007456;
}
.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;
  color: #111;
}
.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 > div {
  margin-right: 24px;
  position: relative;
}
.single .post .inner-post-wrap .post-meta > div:last-child {
  margin-right: 0;
}
.single .post .inner-post-wrap .post-meta > div:last-child:after {
  display: none;
}
.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;
}
.single .post .inner-post-wrap .post-meta .post-author span {
  margin-right: 5px;
}
.single .post .inner-post-wrap .post-meta .post-author a {
  font-weight: 600;
  color: #2d2d2d;
}
.single .post .inner-post-wrap .post-meta .post-author a:hover {
  color: #007456;
}
.single .post .inner-post-wrap .post-content {
  padding-bottom: 40px;
  line-height: 1.625;
}
.single .post .inner-post-wrap .post-content p:last-child {
  margin-bottom: 0;
}
.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: 24px;
}
.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 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  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: #111;
}
.single .post .inner-post-wrap .post-author .head-author .entry-title a:hover {
  color: #007456;
}
.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
  .author-socials-profile
  li:last-child {
  margin-right: 0;
}
.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;
  -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
  .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;
  }
}
.fal,
.far {
  font-family: "Font Awesome 5 Pro" !important;
}
.elementor-widget-heading .elementor-heading-title {
  margin-bottom: 0;
}
body.home {
  overflow-x: hidden;
}
.elementor-editor-active .page-header {
  pointer-events: none;
}
.elementor-editor-active .page-header * {
  pointer-events: none !important;
}
.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: 0 !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;
}
.cities-full-height .elementor-widget-city,
.cities-full-height .elementor-widget-container,
.cities-full-height .elementor-single-city,
.cities-full-height .inner-item,
.cities-full-height .inner-item img {
  height: 100%;
}
.cities-full-height .inner-item img {
  object-fit: cover;
}
.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: "\f00d";
}
@keyframes civi-animation-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes civi-loop-move-vertical {
  0% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 5px, 0);
  }
}
.loop-move-vertical {
  animation: 3s civi-loop-move-vertical linear infinite alternate;
}
@keyframes civi-loop-move-horizontal {
  0% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(5px, 0, 0);
  }
}
.loop-move-horizontal {
  animation: 3s civi-loop-move-horizontal linear infinite alternate;
}
@keyframes civi-loop-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.loop-rotate {
  animation: 3s civi-loop-rotate linear infinite;
}
.civi-animation-zoom-in .civi-image {
  overflow: hidden;
}
.civi-animation-zoom-in .civi-image img,
.civi-animation-zoom-in .civi-image .image {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.civi-animation-zoom-in .civi-box:hover .civi-image img,
.civi-animation-zoom-in .civi-box:hover .civi-image .image {
  transform: scale3d(1.1, 1.1, 1.1);
}
.civi-animation-zoom-out .civi-image {
  overflow: hidden;
}
.civi-animation-zoom-out .civi-image img,
.civi-animation-zoom-out .civi-image .image {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.civi-animation-zoom-out .civi-box:hover .civi-image img,
.civi-animation-zoom-out .civi-box:hover .civi-image .image {
  transform: scale3d(1, 1, 1);
}
.civi-animation-move-up .civi-box .civi-image {
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.civi-animation-move-up .civi-box:hover .civi-image {
  transform: translateY(-10px);
}
.civi-animation-move-up-drop-shadow .civi-box .civi-image {
  position: relative;
  transition: all 0.3s cubic-bezier(0, 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, 0.22);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.civi-animation-move-up-drop-shadow .civi-box:hover .civi-image {
  transform: translateY(-10px);
}
.civi-animation-move-up-drop-shadow .civi-box:hover .civi-image:after {
  opacity: 1;
}
@keyframes CiviAnimationFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.CiviFadeInUp {
  animation-name: CiviAnimationFadeInUp;
}
.CiviFadeInUp.animated {
  animation-duration: 1s;
}
@keyframes CiviAnimationFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.CiviFadeInDown {
  animation-name: CiviAnimationFadeInDown;
}
.CiviFadeInDown.animated {
  animation-duration: 1s;
}
@keyframes CiviAnimationFadeInleft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.CiviFadeInLeft {
  animation-name: CiviAnimationFadeInleft;
}
.CiviFadeInLeft.animated {
  animation-duration: 1s;
}
@keyframes CiviAnimationFadeInRight {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.CiviFadeInRight {
  animation-name: CiviAnimationFadeInRight;
}
.CiviFadeInRight.animated {
  animation-duration: 1s;
}
.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) img,
.civi-elementor-loading:not(.elementor-section-boxed) .elementor-video,
.civi-elementor-loading:not(.elementor-section-boxed) .slide-bg {
  transform: scale(1.2);
  transform-origin: center center;
  transition: transform 0 0.6s;
  will-change: transform;
}
.civi-elementor-loading:not(.elementor-section-boxed)
  > .elementor-widget-container,
.civi-elementor-loading:not(.elementor-section-boxed) > .elementor-widget-wrap,
.civi-elementor-loading:not(.elementor-section-boxed) > .elementor-container {
  transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.35s !important;
  overflow: hidden;
}
.civi-elementor-loading:not(.elementor-section-boxed)
  > .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed)
  > .elementor-widget-wrap:after,
.civi-elementor-loading:not(.elementor-section-boxed)
  > .elementor-container:after {
  content: "";
  background-color: #007456;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  transform: scaleX(1);
  transform-origin: right center;
  transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415);
  will-change: transform;
  z-index: 1;
}
.civi-elementor-loading:not(.elementor-section-boxed) .elementor-wrapper {
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.35s;
  will-change: transform;
}
.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,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-up
  > .elementor-container {
  transform: translate3d(0, 100%, 0) !important;
}
.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,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-up
  > .elementor-container: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-widget-container,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-left
  > .elementor-widget-wrap,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-left
  > .elementor-container {
  transform: translate3d(100%, 0, 0) !important;
}
.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,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-left
  > .elementor-container: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-widget-container,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-right
  > .elementor-widget-wrap,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-right
  > .elementor-container {
  transform: translate3d(-100%, 0, 0) !important;
}
.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,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-right
  > .elementor-container: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-widget-container,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-down
  > .elementor-widget-wrap,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-down
  > .elementor-container {
  transform: translate3d(0, -100%, 0) !important;
}
.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,
.civi-elementor-loading:not(.elementor-section-boxed).civi-slide-in-down
  > .elementor-container: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 img,
.civi-elementor-loading:not(.elementor-section-boxed).animated .elementor-video,
.civi-elementor-loading:not(.elementor-section-boxed).animated .slide-bg {
  transform: scale(1);
  transition: transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.3s;
}
.civi-elementor-loading:not(.elementor-section-boxed).animated
  > .elementor-widget-container,
.civi-elementor-loading:not(.elementor-section-boxed).animated
  > .elementor-widget-wrap,
.civi-elementor-loading:not(.elementor-section-boxed).animated
  > .elementor-container {
  transform: translate3d(0, 0, 0) !important;
  transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.2s !important;
}
.civi-elementor-loading:not(.elementor-section-boxed).animated
  > .elementor-widget-container:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated
  > .elementor-widget-wrap:after,
.civi-elementor-loading:not(.elementor-section-boxed).animated
  > .elementor-container:after {
  transition: transform 0.8s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.65s;
}
.civi-elementor-loading:not(.elementor-section-boxed).animated
  .elementor-wrapper {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92);
}
.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,
.civi-elementor-loading:not(
    .elementor-section-boxed
  ).animated.civi-slide-in-down
  > .elementor-container:after {
  transform-origin: left bottom;
  transform: scaleY(0);
}
.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,
.civi-elementor-loading:not(
    .elementor-section-boxed
  ).animated.civi-slide-in-right
  > .elementor-container:after {
  transform-origin: right center;
  transform: scaleX(0);
}
.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,
.civi-elementor-loading:not(
    .elementor-section-boxed
  ).animated.civi-slide-in-left
  > .elementor-container:after {
  transform-origin: left center;
  transform: scaleX(0);
}
.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,
.civi-elementor-loading:not(.elementor-section-boxed).animated.civi-slide-in-up
  > .elementor-container:after {
  transform-origin: left top;
  transform: scaleY(0);
}
.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: #007456;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  transform: scaleX(1);
  transform-origin: right center;
  transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415);
  will-change: transform;
  z-index: 1;
}
.civi-elementor-loading.elementor-section-boxed > .elementor-container {
  transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.35s !important;
}
.civi-elementor-loading.elementor-section-boxed .elementor-wrapper {
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.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 0.8s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.45s;
}
.civi-elementor-loading.elementor-section-boxed.animated
  > .elementor-container {
  transform: translate3d(0, 0, 0) !important;
  transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.2s !important;
}
.civi-elementor-loading.elementor-section-boxed.animated .elementor-wrapper {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.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-jump {
  --float-animation-ease: ease;
  animation: lqdFIFloatOne 1s var(--float-animation-ease) infinite alternate;
}
.civi-elementor-loading.civi-jump:not(.elementor-section-boxed)
  > .elementor-widget-container::after {
  background-color: transparent;
}
@keyframes lqdFIFloatOne {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3%);
  }
}
.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;
}
@-webkit-keyframes moveHorizontal {
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveHorizontal {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
body:not(.elementor-editor-active) .modern-grid .grid-item {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
body:not(.elementor-editor-active) .modern-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: #111;
  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 #111;
  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: #111;
  background: rgba(255, 255, 255, 0.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-infinite-loader.show {
  display: inline-block;
}
.civi-grid-pagination {
  padding-top: 50px;
  text-align: center;
}
.civi-grid-pagination .pagination-wrapper {
  display: inline-block;
}
.civi-grid-pagination .page-pagination {
  display: inline-block;
}
.civi-grid-pagination .navigation-buttons {
  display: flex;
  align-items: center;
  color: #111;
}
.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: 0.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: "\f036";
  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 {
  display: block;
}
.lazy-grid.loaded .grid-sizer {
  display: block;
}
@media (max-width: 767.98px) {
  .civi-grid-wrapper .civi-grid-filter-buttons {
    display: block;
  }
  .civi-grid-sorting {
    text-align: left;
  }
  .civi-grid-sorting .ordering {
    text-align: left;
  }
}
.civi-accordion .accordion-section.active > .accordion-header .closed-icon {
  display: block;
}
.civi-accordion .accordion-section.active > .accordion-header .opened-icon {
  display: none;
}
.civi-accordion .accordion-header {
  display: flex;
  align-items: center;
  min-height: 60px;
  cursor: pointer;
}
.civi-accordion .accordion-title-wrapper {
  font-size: 0;
  flex-grow: 1;
}
.civi-accordion .accordion-title {
  display: inline-block;
  margin-bottom: 0;
  color: inherit;
  font-size: 18px;
}
.civi-accordion .accordion-icons {
  font-size: 16px;
  flex-shrink: 0;
  margin: 0 0 0 10px;
  line-height: 0;
}
.civi-accordion .accordion-icons .closed-icon {
  display: none;
}
.civi-accordion .accordion-content {
  display: none;
  color: #7e7e7e;
}
.civi-accordion.civi-accordion-icon-left .accordion-header {
  flex-direction: row-reverse;
}
.civi-accordion.civi-accordion-icon-left .accordion-icons {
  margin: 0 10px 0 0;
}
.civi-accordion-style-01 .civi-accordion .accordion-section {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 15px 50px rgba(51, 51, 51, 0.1);
}
.civi-accordion-style-01
  .civi-accordion
  .accordion-section
  + .accordion-section {
  margin: 30px 0 0;
}
.civi-accordion-style-01 .civi-accordion .accordion-header {
  padding: 10px 20px;
}
.civi-accordion-style-01 .civi-accordion .accordion-content {
  line-height: 1.6;
  padding: 25px 30px;
}
.civi-accordion-style-02 .civi-accordion .accordion-section {
  border: 1px solid #eee;
  border-radius: 24px;
  overflow: hidden;
}
.civi-accordion-style-02
  .civi-accordion
  .accordion-section
  + .accordion-section {
  margin: 24px 0 0;
}
.civi-accordion-style-02 .civi-accordion .accordion-header {
  padding: 24px;
}
.civi-accordion-style-02 .civi-accordion .accordion-content {
  padding: 0 24px 24px;
  margin-top: -10px;
}
.civi-accordion-style-03 .civi-accordion .accordion-section {
  border-bottom: 2px solid #eee;
  padding: 9px 0;
}
.civi-accordion-style-03 .civi-accordion .accordion-header {
  min-height: 64px;
}
.civi-accordion-style-03 .civi-accordion .accordion-title {
  font-size: 24px;
  font-weight: 600;
}
.civi-accordion-style-03 .civi-accordion .accordion-icons {
  color: #ababab;
  font-size: 24px;
}
.civi-accordion-style-03 .civi-accordion .accordion-content {
  padding: 0 0 25px;
}
@media (max-width: 1024px) {
  .civi-accordion-style-03 .civi-accordion .accordion-title {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .civi-accordion-style-03 .civi-accordion .accordion-title {
    font-size: 18px;
  }
}
.civi-icon-wrap {
  line-height: 0;
}
.civi-icon-view {
  display: inline-block;
  font-size: 60px;
}
.civi-icon {
  display: inline-block;
  text-align: center;
  font-size: 60px;
  line-height: 1;
  transition: all 0.3s;
  color: #818a91;
}
.civi-icon i,
.civi-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.civi-icon i {
  background: inherit;
}
.civi-icon i:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.civi-icon svg.svg-defs-gradient {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
}
.civi-solid-icon svg [stroke^="#"],
.civi-solid-icon svg [stroke^="url(#"] {
  stroke: currentColor;
}
.civi-solid-icon svg [fill^="#"],
.civi-solid-icon svg [fill^="url(#"] {
  fill: currentColor;
}
.civi-icon-view.second {
  display: none !important;
}
.civi-view-stacked .civi-icon-view {
  padding: 0.5em;
  background-color: #111;
}
.civi-view-bubble .civi-icon-wrap {
  position: relative;
  display: inline-block;
  padding-bottom: 21px;
}
.civi-view-bubble .civi-icon-view {
  border-radius: 50%;
  background-image: linear-gradient(
    -225deg,
    rgba(241, 212, 211, 0.17) 15%,
    rgba(223, 169, 168, 0.17) 85%
  );
}
.civi-view-bubble .civi-icon-view.first {
  padding: 0.84em;
}
.civi-view-bubble .civi-icon-view.second {
  display: inline-block !important;
  padding: 0.28em;
  position: relative;
  bottom: 21px;
  margin-left: 22px;
}
.civi-view-bubble .civi-icon-view .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.civi-shape-circle .civi-icon-view {
  border-radius: 50%;
}
.elementor-widget-civi-icon-box .civi-icon-box {
  position: relative;
  display: block;
  width: 100%;
}
.elementor-widget-civi-icon-box .civi-icon-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
}
.elementor-widget-civi-icon-box .civi-icon-box:hover:before {
  visibility: visible;
  opacity: 1;
}
.elementor-widget-civi-icon-box .civi-icon-box ul {
  margin: 0;
}
.elementor-widget-civi-icon-box .icon-box-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}
.elementor-widget-civi-icon-box .civi-icon-wrap,
.elementor-widget-civi-icon-box .heading-wrap,
.elementor-widget-civi-icon-box .description-wrap {
  line-height: 0;
}
.elementor-widget-civi-icon-box .heading,
.elementor-widget-civi-icon-box .description {
  display: inline-block;
}
.elementor-widget-civi-icon-box .heading {
  font-size: 20px;
  margin-bottom: 0;
}
.elementor-widget-civi-icon-box .heading a {
  color: inherit;
}
.elementor-widget-civi-icon-box .civi-icon-box .civi-icon {
  color: #333;
}
.elementor-widget-civi-icon-box .civi-icon-box:hover .heading-divider:after {
  width: 100%;
}
.elementor-widget-civi-icon-box .heading-divider-wrap {
  margin-top: 27px;
}
.elementor-widget-civi-icon-box .heading-divider {
  position: relative;
  height: 3px;
}
.elementor-widget-civi-icon-box .heading-divider:before,
.elementor-widget-civi-icon-box .heading-divider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.elementor-widget-civi-icon-box .heading-divider:before {
  width: 100%;
  height: 1px;
  top: 1px;
  background: #eee;
}
.elementor-widget-civi-icon-box .heading-divider:after {
  width: 0;
  height: 3px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #111;
}
.elementor-widget-civi-icon-box .heading-wrap + .description-wrap {
  margin-top: 10px;
}
.elementor-widget-civi-icon-box .description {
  font-size: 15px;
  line-height: 1.74;
}
.elementor-widget-civi-icon-box .icon-box-content {
  flex-grow: 1;
}
.elementor-widget-civi-icon-box .civi-button-wrapper {
  margin: 34px 0 0;
  line-height: 0;
}
.elementor-widget-civi-icon-box.civi-icon-box-style-01 .civi-icon-box {
  padding: 32px 37px 48px;
  background: #fff;
  border-radius: 5px;
}
.elementor-widget-civi-icon-box.civi-icon-box-style-01 .civi-icon-box:hover {
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.elementor-widget-civi-icon-box.civi-icon-box-style-01 .civi-icon-box .heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.34;
}
.elementor-widget-civi-icon-box.civi-icon-box-style-01
  .civi-icon-box
  .civi-button.style-text {
  color: #8c89a2;
}
.elementor-widget-civi-icon-box.civi-icon-box-style-01 .civi-icon,
.elementor-widget-civi-icon-box.civi-icon-box-style-01 .civi-icon-view {
  font-size: 56px;
}
.elementor-widget-civi-icon-box.civi-icon-box-style-01
  .heading-wrap
  + .description-wrap {
  margin-top: 18px;
}
.elementor-widget-civi-icon-box.civi-icon-box-style-02 .civi-icon-box {
  padding: 51px 35px 50px;
}
.elementor-widget-civi-icon-box.civi-icon-box-style-02 .civi-icon-box:after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #111;
  opacity: 0;
  visibility: hidden;
}
.elementor-widget-civi-icon-box.civi-icon-box-style-02 .civi-icon-box:hover {
  background: #fff;
  box-shadow: 0 16px 40px #ededed;
}
.elementor-widget-civi-icon-box.civi-icon-box-style-02
  .civi-icon-box:hover:after {
  opacity: 1;
  visibility: visible;
}
.elementor-widget-civi-icon-box.civi-icon-box-style-03
  .civi-icon-box
  .civi-icon-view,
.elementor-widget-civi-icon-box.civi-icon-box-style-03
  .civi-icon-box
  .civi-icon {
  font-size: 48px;
}
.elementor-widget-civi-icon-box.civi-icon-box-style-03 .civi-icon-box .heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.elementor-widget-civi-icon-box.civi-icon-box-style-03
  .civi-icon-box
  .description-wrap {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .elementor-widget-civi-icon-box.elementor-position-left .icon-box-wrapper,
  .elementor-widget-civi-icon-box.elementor-position-right .icon-box-wrapper {
    display: flex;
  }
  .elementor-widget-civi-icon-box.elementor-position-left .civi-icon-wrap,
  .elementor-widget-civi-icon-box.elementor-position-right .civi-icon-wrap {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .elementor-widget-civi-icon-box.elementor-position-left
    .heading-wrap
    + .description-wrap,
  .elementor-widget-civi-icon-box.elementor-position-right
    .heading-wrap
    + .description-wrap {
    margin-top: 17px;
  }
  .elementor-widget-civi-icon-box.elementor-position-left.civi-icon-box-style-03
    .heading-wrap
    + .description-wrap,
  .elementor-widget-civi-icon-box.elementor-position-right.civi-icon-box-style-03
    .heading-wrap
    + .description-wrap {
    margin-top: 10px;
  }
  .elementor-widget-civi-icon-box.elementor-position-right .icon-box-wrapper {
    text-align: right;
    flex-direction: row-reverse;
  }
  .elementor-widget-civi-icon-box.elementor-position-right .civi-icon-wrap {
    margin-left: 20px;
  }
  .elementor-widget-civi-icon-box.elementor-position-right.civi-icon-box-style-03
    .civi-icon-wrap {
    margin-left: 35px;
  }
  .elementor-widget-civi-icon-box.elementor-position-left .icon-box-wrapper {
    text-align: left;
    flex-direction: row;
  }
  .elementor-widget-civi-icon-box.elementor-position-left .civi-icon-wrap {
    margin-right: 20px;
  }
  .elementor-widget-civi-icon-box.elementor-position-left.civi-icon-box-style-03
    .civi-icon-wrap {
    margin-right: 35px;
  }
  .elementor-widget-civi-icon-box.elementor-position-top .civi-icon-wrap {
    margin-bottom: 24px;
  }
  .elementor-widget-civi-icon-box.elementor-vertical-align-top
    .icon-box-wrapper {
    align-items: flex-start;
  }
  .elementor-widget-civi-icon-box.elementor-vertical-align-middle
    .icon-box-wrapper {
    align-items: center;
  }
  .elementor-widget-civi-icon-box.elementor-vertical-align-bottom
    .icon-box-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .elementor-widget-civi-icon-box .civi-icon-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .elementor-widget-civi-icon-box.civi-icon-box-style-01 .civi-icon-box {
    padding: 41px 30px 25px;
  }
}
.civi-image-box {
  position: relative;
  display: block;
  width: 100%;
}
.civi-image-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: inherit;
}
.civi-image-box:hover:before {
  visibility: visible;
  opacity: 1;
}
.civi-image-box .content-wrap {
  position: relative;
  z-index: 1;
}
.civi-image-box.image-position-top {
  text-align: center;
}
.civi-image-box.image-position-top .image {
  margin-bottom: 29px;
}
.civi-image-box.image-position-left .content-wrap,
.civi-image-box.image-position-right .content-wrap {
  display: flex;
}
.civi-image-box.image-position-left .image,
.civi-image-box.image-position-right .image {
  flex-shrink: 0;
  max-width: 50%;
}
.civi-image-box.image-position-left .content,
.civi-image-box.image-position-right .content {
  flex-grow: 1;
}
.civi-image-box.image-position-left {
  text-align: left;
}
.civi-image-box.image-position-left .image {
  margin-right: 20px;
}
.civi-image-box.image-position-right {
  text-align: right;
}
.civi-image-box.image-position-right .content-wrap {
  flex-direction: row-reverse;
}
.civi-image-box.image-position-right .image {
  margin-left: 20px;
}
.civi-image-box.content-alignment-middle .content-wrap {
  align-items: center;
}
.civi-image-box.content-alignment-bottom .content-wrap {
  align-items: flex-end;
}
.civi-image-box .image {
  display: inline-block;
}
.civi-image-box .content {
  width: 100%;
}
.civi-image-box .title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}
.civi-image-box .description {
  line-height: 1.6;
  margin-top: 14px;
}
.civi-image-box .civi-button-wrapper {
  margin: 15px 0 0;
}
.civi-image-box .civi-button.style-text {
  color: #8c89a2;
}
.civi-image-box.style-01 {
  padding: 38px 30px 29px;
  border-radius: 5px;
  background: #fff;
}
.civi-image-box.style-01:hover {
  z-index: 1;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.civi-image-box.style-02 {
  padding: 39px 30px 30px;
  border-radius: 10px;
  background: #f8f8f8;
}
.civi-image-box.style-02:before {
  background: #fff;
}
.civi-image-box.style-02:hover {
  z-index: 1;
  box-shadow: 0 14px 40px rgba(51, 51, 51, 0.1);
}
.civi-image-box.style-02 .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
}
.civi-image-box.style-02.image-position-top .image {
  margin-bottom: 17px;
}
.civi-banner {
  position: relative;
  width: 100%;
}
.civi-banner.style-02 .content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.civi-banner.style-03 .content {
  bottom: 0;
  top: auto;
}
.civi-banner.style-04 .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.civi-banner.style-04 .content .civi-button-wrapper {
  margin-top: auto !important;
}
.civi-banner .civi-banner-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 16px;
}
.civi-banner .content {
  position: absolute;
  top: 0;
  padding: 48px;
  width: 100%;
}
.civi-banner .title {
  font-size: 24px;
  margin-bottom: 0;
}
.civi-banner .title a {
  color: inherit;
}
.civi-banner .sub-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 13px;
}
.civi-banner .description {
  color: #000;
  margin-top: 10px;
}
.civi-banner .civi-button-wrapper {
  margin-top: 32px;
}
.elementor-widget-civi-image-layers .elementor-widget-container {
  font-size: 0;
}
.elementor-widget-civi-image-layers .artboard {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.elementor-widget-civi-image-layers .layers-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.elementor-widget-civi-image-layers .layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: flex;
}
.elementor-widget-civi-image-layers .static-layer {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.civi-light-gallery .civi-box:hover .civi-overlay {
  visibility: visible;
  opacity: 0.9;
}
.civi-light-gallery .civi-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.civi-light-gallery .civi-overlay > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #fff;
}
.civi-modern-carousel .swiper-slide {
  overflow: visible !important;
}
.civi-modern-carousel .slide-tags {
  margin-bottom: 10px;
}
.civi-modern-carousel .slide-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1.38px;
  color: #fff;
  padding: 7px 13px 5px;
  margin-bottom: 5px;
}
.civi-modern-carousel .description-wrap {
  margin-top: 10px;
}
.civi-modern-carousel .slide-button.left-icon .button-icon {
  margin-right: 5px;
}
.civi-modern-carousel .slide-button.right-icon .button-icon {
  margin-left: 5px;
}
.civi-modern-carousel-style-01 .swiper-inner {
  margin: 0 -30px -60px;
}
.civi-modern-carousel-style-01 .swiper-container {
  padding: 0 30px 60px;
}
.civi-modern-carousel-style-01 .slide-wrapper {
  display: block;
  height: 100%;
}
.civi-modern-carousel-style-01 .slide-wrapper:hover .slide-image {
  box-shadow: 0 60px 40px -40px rgba(51, 51, 51, 0.41);
}
.civi-modern-carousel-style-01 .slide-image {
  position: relative;
  height: 100%;
}
.civi-modern-carousel-style-01 .slide-image img {
  object-fit: cover;
  height: 100%;
}
.civi-modern-carousel-style-01 .slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.civi-modern-carousel-style-01 .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}
.civi-modern-carousel-style-01 .slide-layers {
  padding: 30px 35px 38px;
}
.civi-modern-carousel-style-01 .title {
  font-size: 22px;
  line-height: 1.46;
  color: #fff;
  margin-bottom: 0;
}
.civi-modern-carousel-style-01 .description {
  color: #fff;
}
.civi-modern-carousel-style-01 .button-wrap {
  margin: 10px 0 0;
}
.civi-modern-carousel-style-01 .slide-button {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.civi-modern-carousel-style-02 .swiper-inner {
  margin: 0 -30px -40px;
}
.civi-modern-carousel-style-02 .swiper-container {
  padding: 0 30px 40px;
}
.civi-modern-carousel-style-02 .swiper-slide-visible .slide-wrapper {
  box-shadow: 0 10px 30px rgba(51, 51, 51, 0.1);
}
.civi-modern-carousel-style-02 .slide-wrapper {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}
.civi-modern-carousel-style-02 .slide-wrapper:hover .slide-button {
  color: #fff;
}
.civi-modern-carousel-style-02 .slide-wrapper:hover .slide-button:after {
  transform: none;
}
.civi-modern-carousel-style-02 .slide-image {
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.civi-modern-carousel-style-02 .slide-layers {
  padding: 30px 35px 86px;
}
.civi-modern-carousel-style-02 .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.34;
  margin-bottom: 0;
}
.civi-modern-carousel-style-02 .button-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.civi-modern-carousel-style-02 .slide-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 56px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0 0 5px 5px;
  text-align: center;
  border: 0;
  border-top: 1px solid #eee;
}
.civi-modern-carousel-style-02 .slide-button .button-content-wrapper {
  position: relative;
  z-index: 1;
}
.civi-modern-carousel-style-02 .slide-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  background: #20ad96;
}
.elementor-widget-civi-modern-menu .mb-menu {
  display: none;
  margin-right: 0;
}
.elementor-widget-civi-modern-menu .desktop-menu {
  display: flex;
}
.elementor-widget-civi-modern-menu .site-menu.main-menu .sub-menu li {
  padding: 0;
}
.elementor-widget-civi-modern-menu
  .elementor-nav-menu--layout-dropdown.desktop-menu {
  display: none;
}
.elementor-widget-civi-modern-menu
  .elementor-nav-menu--layout-dropdown.mb-menu {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .civi-modern-menu-tablet .desktop-menu {
    display: none;
  }
  .civi-modern-menu-tablet .mb-menu {
    display: flex;
  }
}
@media only screen and (max-width: 991px) {
  .civi-modern-menu-tablet_small .desktop-menu {
    display: none;
  }
  .civi-modern-menu-tablet_small .mb-menu {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .civi-modern-menu-mobile .desktop-menu {
    display: none;
  }
  .civi-modern-menu-mobile .mb-menu {
    display: flex;
  }
}
@media only screen and (max-width: 479px) {
  .civi-modern-menu-mobile_small .desktop-menu {
    display: none;
  }
  .civi-modern-menu-mobile_small .mb-menu {
    display: flex;
  }
}
.civi-modern-slider .slide-bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.civi-modern-slider .slide-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111;
}
.civi-modern-slider .container,
.civi-modern-slider .row {
  height: 100%;
}
.civi-modern-slider .container {
  padding-left: 15px;
  padding-right: 15px;
}
.civi-modern-slider .slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.civi-modern-slider .slide-layers {
  max-width: 600px;
  padding: 30px 0;
}
.civi-modern-slider .sub-title-wrap {
  margin: 0 0 15px;
}
.civi-modern-slider .sub-title {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 0;
}
.civi-modern-slider .title {
  font-size: 50px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 0;
}
.civi-modern-slider .description-wrap {
  margin-top: 30px;
}
.civi-modern-slider .description {
  font-size: 20px;
  color: #fff;
}
.civi-modern-slider .button-wrap {
  margin-top: 34px;
}
.civi-modern-slider .civi-button {
  display: inline-flex;
  min-width: 160px;
}
.civi-slide-bg-animation-ken-burns .slide-bg-wrap {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
  backface-visibility: hidden;
}
.civi-slide-bg-animation-ken-burns.swiper-slide-active .slide-bg-wrap {
  transform: scale(1);
  transition: transform 11s cubic-bezier(0.1, 0.2, 0.7, 1);
}
.slide-layer-transition .animated .slide-layer {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.6s cubic-bezier(0.1, 0.2, 0.7, 1);
}
.slide-layer-transition
  .animated
  .slide-layer-wrap
  + .slide-layer-wrap
  .slide-layer {
  transition-delay: 0.2s;
}
.slide-layer-transition
  .animated
  .slide-layer-wrap
  + .slide-layer-wrap
  + .slide-layer-wrap
  .slide-layer {
  transition-delay: 0.4s;
}
.slide-layer-transition .slide-layer {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.1s;
}
@media (max-width: 1024px) {
  .civi-modern-slider .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .civi-modern-slider .title {
    font-size: 30px;
  }
}
.civi-flip-box {
  min-height: 280px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.civi-flip-box .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  text-align: center;
}
.civi-flip-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.civi-flip-box .layer-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.civi-flip-box .layer-content {
  padding: 35px;
  width: 100%;
}
.civi-flip-box .image {
  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
}
.civi-flip-box .image img {
  width: 50%;
}
.civi-flip-box .civi-icon-wrap,
.civi-flip-box .heading-wrap {
  line-height: 0;
}
.civi-flip-box .civi-icon-wrap {
  margin-bottom: 30px;
}
.civi-flip-box .civi-icon-view {
  display: inline-block;
  font-size: 60px;
}
.civi-flip-box .icon {
  color: #fff;
}
.civi-flip-box .civi-svg-icon {
  width: 60px;
}
.civi-flip-box .heading {
  display: inline-block;
  color: #fff;
  font-size: 26px;
  margin-bottom: 0;
}
.civi-flip-box .description-wrap {
  margin-top: 20px;
}
.civi-flip-box .description {
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
}
.civi-flip-box .civi-button-wrapper {
  margin: 40px 0 0;
}
.civi-flip-box .civi-button.style-flat {
  color: #111;
}
.civi-flip-box .civi-button.style-flat:hover {
  color: #fff;
}
.civi-flip-box .civi-button.style-flat:before {
  background: #fff;
}
.civi-flip-box .civi-button.style-text {
  color: #fff;
  padding-bottom: 0;
}
.civi-flip-box .civi-button.style-left-line,
.civi-flip-box .civi-button.style-bottom-line {
  color: #fff;
}
.civi-flip-box .civi-button.style-left-line .button-content-wrapper:before,
.civi-flip-box .civi-button.style-bottom-line .button-content-wrapper:before {
  background: rgba(255, 255, 255, 0.4);
}
.civi-flip-box .civi-button.style-left-line .button-content-wrapper:after,
.civi-flip-box .civi-button.style-bottom-line .button-content-wrapper:after {
  background: #fff;
}
.civi-flip-box .civi-button.style-border,
.civi-flip-box .civi-button.style-thick-border {
  border-color: #fff;
  color: #fff;
}
.civi-flip-box .civi-button.style-border:hover,
.civi-flip-box .civi-button.style-thick-border:hover {
  color: #111;
}
.civi-flip-box .civi-button.style-border:after,
.civi-flip-box .civi-button.style-thick-border:after {
  background: #fff;
}
@media (max-device-width: 1024px) {
  .civi-flip-box {
    cursor: pointer;
  }
}
.front-side {
  background-color: #111;
}
.back-side {
  background-color: #5758e0;
  box-shadow: 0 40px 40px -40px rgba(51, 51, 51, 0.13);
  display: block;
}
.elementor-flip-box__button.elementor-button {
  cursor: pointer;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px #fff;
  color: #fff;
  background: transparent;
}
.elementor-flip-box__button.elementor-button:hover {
  background: transparent;
  text-decoration: none;
}
.civi-flip-box--3d .layer-inner {
  -webkit-transform: translateZ(90px) scale(0.91);
  transform: translateZ(90px) scale(0.91);
}
.civi-flip-box--3d .overlay {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0.1px);
  transform: translateZ(0.1px);
}
.civi-flip-box--effect-flip .civi-flip-box {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.civi-flip-box--effect-flip .civi-flip-box:hover .back-side {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.civi-flip-box--effect-flip .layer {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.civi-flip-box--effect-flip .front-side {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 1;
}
.civi-flip-box--effect-flip.civi-flip-box--direction-right .back-side {
  -webkit-transform: rotateX(0) rotateY(-180deg);
  transform: rotateX(0) rotateY(-180deg);
}
.civi-flip-box--effect-flip.civi-flip-box--direction-right
  .civi-flip-box:hover
  .front-side {
  -webkit-transform: rotateX(0) rotateY(180deg);
  transform: rotateX(0) rotateY(180deg);
}
.civi-flip-box--effect-flip.civi-flip-box--direction-left .back-side {
  -webkit-transform: rotateX(0) rotateY(180deg);
  transform: rotateX(0) rotateY(180deg);
}
.civi-flip-box--effect-flip.civi-flip-box--direction-left
  .civi-flip-box:hover
  .front-side {
  -webkit-transform: rotateX(0) rotateY(-180deg);
  transform: rotateX(0) rotateY(-180deg);
}
.civi-flip-box--effect-flip.civi-flip-box--direction-up .back-side {
  -webkit-transform: rotateX(-180deg) rotateY(0);
  transform: rotateX(-180deg) rotateY(0);
}
.civi-flip-box--effect-flip.civi-flip-box--direction-up
  .civi-flip-box:hover
  .front-side {
  -webkit-transform: rotateX(180deg) rotateY(0);
  transform: rotateX(180deg) rotateY(0);
}
.civi-flip-box--effect-flip.civi-flip-box--direction-down .back-side {
  -webkit-transform: rotateX(180deg) rotateY(0);
  transform: rotateX(180deg) rotateY(0);
}
.civi-flip-box--effect-flip.civi-flip-box--direction-down
  .civi-flip-box:hover
  .front-side {
  -webkit-transform: rotateX(-180deg) rotateY(0);
  transform: rotateX(-180deg) rotateY(0);
}
.civi-flip-box--effect-push .front-side {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.civi-flip-box--effect-push.civi-flip-box--direction-right
  .civi-flip-box:hover
  .front-side {
  -webkit-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  transform: translateX(100%) translateY(0);
}
.civi-flip-box--effect-push.civi-flip-box--direction-left
  .civi-flip-box:hover
  .front-side {
  -webkit-transform: translateX(-100%) translateY(0);
  -ms-transform: translateX(-100%) translateY(0);
  transform: translateX(-100%) translateY(0);
}
.civi-flip-box--effect-push.civi-flip-box--direction-up
  .civi-flip-box:hover
  .front-side {
  -webkit-transform: translateX(0) translateY(-100%);
  -ms-transform: translateX(0) translateY(-100%);
  transform: translateX(0) translateY(-100%);
}
.civi-flip-box--effect-push.civi-flip-box--direction-down
  .civi-flip-box:hover
  .front-side {
  -webkit-transform: translateX(0) translateY(100%);
  -ms-transform: translateX(0) translateY(100%);
  transform: translateX(0) translateY(100%);
}
.civi-flip-box--effect-slide .civi-flip-box,
.civi-flip-box--effect-push .civi-flip-box {
  overflow: hidden;
}
.civi-flip-box--effect-slide .civi-flip-box:hover .back-side,
.civi-flip-box--effect-push .civi-flip-box:hover .back-side {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.civi-flip-box--effect-slide.civi-flip-box--direction-right .back-side,
.civi-flip-box--effect-push.civi-flip-box--direction-right .back-side {
  -webkit-transform: translateX(-100%) translateY(0);
  -ms-transform: translateX(-100%) translateY(0);
  transform: translateX(-100%) translateY(0);
}
.civi-flip-box--effect-slide.civi-flip-box--direction-left .back-side,
.civi-flip-box--effect-push.civi-flip-box--direction-left .back-side {
  -webkit-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  transform: translateX(100%) translateY(0);
}
.civi-flip-box--effect-slide.civi-flip-box--direction-up .back-side,
.civi-flip-box--effect-push.civi-flip-box--direction-up .back-side {
  -webkit-transform: translateX(0) translateY(100%);
  -ms-transform: translateX(0) translateY(100%);
  transform: translateX(0) translateY(100%);
}
.civi-flip-box--effect-slide.civi-flip-box--direction-down .back-side,
.civi-flip-box--effect-push.civi-flip-box--direction-down .back-side {
  -webkit-transform: translateX(0) translateY(-100%);
  -ms-transform: translateX(0) translateY(-100%);
  transform: translateX(0) translateY(-100%);
}
.civi-flip-box--effect-zoom-out .civi-flip-box .front-side {
  -webkit-transition: opacity 0.35s, width 0.1ms, -webkit-transform 0.7s;
  transition: opacity 0.35s, width 0.1ms, -webkit-transform 0.7s;
  -o-transition: transform 0.7s, opacity 0.35s, width 0.1ms;
  transition: transform 0.7s, opacity 0.35s, width 0.1ms;
  transition: transform 0.7s, opacity 0.35s, width 0.1ms, -webkit-transform 0.7s;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 1;
  width: 100%;
}
.civi-flip-box--effect-zoom-out .civi-flip-box:hover .front-side {
  width: 0;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: opacity 0.7s 0.1s, width 0.1ms 0.7s,
    -webkit-transform 0.8s;
  transition: opacity 0.7s 0.1s, width 0.1ms 0.7s, -webkit-transform 0.8s;
  -o-transition: transform 0.8s, opacity 0.7s 0.1s, width 0.1ms 0.7s;
  transition: transform 0.8s, opacity 0.7s 0.1s, width 0.1ms 0.7s;
  transition: transform 0.8s, opacity 0.7s 0.1s, width 0.1ms 0.7s,
    -webkit-transform 0.8s;
}
.civi-flip-box--effect-zoom-in .civi-flip-box .back-side {
  -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.7s;
  transition: opacity 0.5s 0.2s, -webkit-transform 0.7s;
  -o-transition: transform 0.7s, opacity 0.5s 0.2s;
  transition: transform 0.7s, opacity 0.5s 0.2s;
  transition: transform 0.7s, opacity 0.5s 0.2s, -webkit-transform 0.7s;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.civi-flip-box--effect-zoom-in .civi-flip-box:hover .back-side {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.7s;
  transition: opacity 0.5s, -webkit-transform 0.7s;
  -o-transition: transform 0.7s, opacity 0.5s;
  transition: transform 0.7s, opacity 0.5s;
  transition: transform 0.7s, opacity 0.5s, -webkit-transform 0.7s;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.civi-flip-box--effect-fade .civi-flip-box .back-side {
  opacity: 0;
}
.civi-flip-box--effect-fade .civi-flip-box:hover .back-side {
  opacity: 1;
}
.civi-blog.civi-blog-grid .post-wrapper {
  height: auto;
}
.civi-blog .top-blog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.civi-blog .top-blog .post-categories::before {
  content: "";
  margin-left: 10px;
  margin-right: 10px;
  width: 4px;
  height: 4px;
  background-color: #ddd;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 4px;
}
.civi-blog .top-blog .post-meta,
.civi-blog .top-blog .post-categories,
.civi-blog .top-blog .post-time {
  margin-bottom: 0 !important;
}
.civi-blog .grid-item {
  min-width: 0;
}
.civi-blog .post-item {
  box-sizing: border-box;
  word-wrap: break-word;
}
.civi-blog .post-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.civi-blog .post-title a {
  display: block;
  color: inherit;
  font-size: inherit;
}
.civi-blog .post-title a:hover {
  color: #007456;
}
.civi-blog .post-meta {
  margin: 15px 0 0;
}
.civi-blog .post-meta .inner {
  margin-left: -12px;
  margin-right: -12px;
}
.civi-blog .post-meta .inner > div {
  display: inline-block;
  margin: 0 0 5px;
  padding: 0 12px;
}
.civi-blog .post-author a {
  display: block;
}
.civi-blog .post-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 6px;
}
.civi-blog .meta-icon {
  margin-right: 6px;
}
.civi-blog .post-excerpt {
  margin-top: 16px;
}
.civi-blog .post-excerpt:first-child {
  margin-top: 0;
}
.civi-blog .post-thumbnail {
  position: relative;
}
.civi-blog .post-thumbnail img {
  border-radius: inherit;
  width: 100%;
}
.civi-blog .post-categories {
  font-size: 16px;
  font-weight: 400;
  color: #007456;
  margin: 0 0 6px;
}
.civi-blog .post-categories a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.civi-blog .post-categories a:hover {
  font-weight: 600;
}
.civi-blog .post-overlay-categories {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
}
.civi-blog .post-overlay-categories a {
  color: #fff;
  background: #4e97fd;
  padding: 4px 11px 3px;
  display: inline-block;
  border-radius: 2px;
}
.civi-blog .post-footer {
  margin: 36px 0 0;
  display: flex;
  align-items: center;
}
.civi-blog .post-read-more {
  flex-grow: 1;
}
.civi-blog .post-overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.civi-blog .post-overlay-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}
.civi-blog .post-overlay-title a {
  font-size: inherit;
  color: inherit;
}
.civi-blog .post-overlay-meta {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.civi-blog .post-overlay-meta a {
  color: #fff;
}
.civi-blog .post-overlay-meta {
  font-size: 14px;
  font-style: italic;
  margin: 0 -2px 6px;
}
.civi-blog .post-overlay-meta a {
  font-weight: 500;
}
.civi-blog .post-overlay-meta > div {
  display: inline-block;
  padding: 0 2px;
  margin-bottom: 5px;
}
.civi-blog-overlay-style-float .post-overlay-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background-image: linear-gradient(
    180deg,
    transparent 0%,
    transparent 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.civi-blog-overlay-style-float .post-overlay-info {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  padding: 30px;
  text-align: center;
}
.civi-blog-overlay-style-float .post-overlay-content {
  z-index: 1;
}
.civi-blog-overlay-style-float .post-overlay-categories {
  z-index: 2;
}
.civi-blog-overlay-style-float-02 .post-overlay-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background-image: linear-gradient(
    180deg,
    transparent 0%,
    transparent 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.civi-blog-overlay-style-float-02 .post-overlay-info {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 30px;
  text-align: center;
}
.civi-blog-overlay-style-float-02 .post-overlay-content {
  z-index: 1;
}
.civi-blog-overlay-style-float-02 .post-overlay-categories {
  z-index: 2;
  top: 10px;
  bottom: auto;
}
.civi-blog-caption-style-01 .post-thumbnail {
  border-radius: 5px;
  overflow: hidden;
}
.civi-blog-caption-style-01 .post-title {
  margin-top: 7px;
}
.civi-blog-caption-style-01 .post-caption {
  padding: 15px 0 14px;
}
.civi-blog-caption-style-01 .post-meta {
  margin: 0 0 7px;
}
.civi-blog-caption-style-01 .post-read-more {
  margin: 20px 0 0;
}
.civi-blog-caption-style-01 .post-read-more .civi-button {
  font-size: 15px;
}
.civi-blog-caption-style-01 .post-read-more .civi-button .button-icon {
  font-size: 15px;
}
.civi-blog-caption-style-02 .post-wrapper {
  border-radius: 5px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.civi-blog-caption-style-02 .post-thumbnail {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.civi-blog-caption-style-02 .post-caption {
  padding: 26px 30px;
}
.civi-blog-caption-style-02 .post.sticky .post-wrapper {
  background: #333;
  color: #fff;
}
.civi-blog-caption-style-02 .post.sticky .post-title,
.civi-blog-caption-style-02 .post.sticky .post-meta {
  color: #fff;
}
.civi-blog-caption-style-02
  .post.sticky
  .post-read-more
  .civi-button
  .button-text {
  color: #fff;
}
.civi-blog-caption-style-02 .post-meta {
  margin: 0 0 7px;
}
.civi-blog-caption-style-02 .post-title {
  font-weight: 400;
}
.civi-blog-caption-style-02 .post-read-more {
  margin: 20px 0 0;
}
.civi-blog-caption-style-02 .post-read-more .civi-button {
  font-size: 15px;
}
.civi-blog-caption-style-02 .post-read-more .civi-button .button-icon {
  font-size: 15px;
}
.civi-blog-metro .post-thumbnail {
  width: 100%;
  height: 100%;
}
.civi-blog-zigzag .civi-grid {
  display: grid;
  grid-template-columns: 270px minmax(270px, 500px) 270px;
  justify-content: space-between;
  grid-gap: 50px 30px;
  grid-auto-flow: column;
}
.civi-blog-zigzag .grid-item {
  min-width: 0;
}
.civi-blog-zigzag .grid-item:nth-child(3n + 1) {
  margin: 162px 0 0;
}
.civi-blog-zigzag .grid-item:nth-child(3n + 2) {
  margin: 55px 0 0;
  grid-column-end: 4;
}
.civi-blog-zigzag .grid-item:nth-child(3n + 3) {
  grid-column-end: 3;
}
.civi-blog-zigzag .post-wrapper {
  position: relative;
  background: #fff;
  box-shadow: 0 14px 59px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  overflow: hidden;
}
.civi-blog-zigzag .post-caption {
  padding: 26px 20px 32px;
}
.civi-blog-zigzag .post-thumbnail {
  position: relative;
}
.civi-blog-zigzag .post-thumbnail img {
  width: 100%;
}
.civi-blog-zigzag .post-title {
  font-size: 20px;
  line-height: 1.5;
}
.civi-blog-zigzag .post-categories {
  font-size: 15px;
  color: #8c89a2;
  margin: 0 0 4px;
}
.civi-blog-zigzag .post-meta {
  font-size: 14px;
  font-style: normal;
  margin: 13px 0 0;
}
.civi-blog-zigzag .highlight-item .post-wrapper {
  box-shadow: none;
}
.civi-blog-zigzag .highlight-item .post-thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: inherit;
  background-image: linear-gradient(
    -180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}
.civi-blog-zigzag .highlight-item .post-thumbnail img {
  width: 100%;
  height: 680px;
  object-fit: cover;
}
.civi-blog-zigzag .highlight-item .post-categories {
  color: #fff;
  margin: 0 0 8px;
}
.civi-blog-zigzag .highlight-item .post-categories a:hover {
  color: #fff;
}
.civi-blog-zigzag .highlight-item .post-title {
  font-size: 34px;
  line-height: 1.42;
  color: #fff;
}
.civi-blog-zigzag .highlight-item .post-title a:hover {
  color: #fff;
}
.civi-blog-zigzag .highlight-item .post-meta {
  color: #fff;
  margin: 7px 0 0;
}
.civi-blog-zigzag .highlight-item .post-meta a {
  color: #fff;
}
.civi-blog-zigzag .highlight-item .post-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 38px 54px;
}
.archive-post.layout-masonry {
  display: block;
}
.archive-post.layout-masonry > article {
  margin-bottom: 30px;
  break-inside: avoid;
}
.archive-post.layout-masonry.columns-2 {
  column-count: 2;
}
.archive-post.layout-masonry.columns-3 {
  column-count: 3;
}
.archive-post.layout-masonry.columns-4 {
  column-count: 4;
}
@media only screen and (max-width: 767px) {
  .archive-post.layout-masonry.columns-sm-2 {
    column-count: 2;
  }
}
@media only screen and (max-width: 479px) {
  .archive-post.layout-masonry.columns-xs-1 {
    column-count: 1;
  }
}
.civi-blog-list-01 .post-item {
  margin: 0 0 50px;
  border-bottom: 1px solid #eee;
}
.civi-blog-list-01 .post-item:last-child {
  margin: 0;
}
.civi-blog-list-01 .post-title {
  font-size: 34px;
  line-height: 1.42;
}
.civi-blog-list-01 .post-categories {
  margin: 0 0 17px;
}
.civi-blog-list-01 .post-caption {
  padding-top: 32px;
  padding-bottom: 50px;
}
.civi-blog-list-02 .post-wrapper {
  display: flex;
}
.civi-blog-list-02 .post-thumbnail-wrapper {
  width: 45%;
  padding-right: 35px;
}
.civi-blog-list-02 .post-item {
  margin: 0 0 42px;
}
.civi-blog-list-02 .post-item:last-child {
  margin: 0;
}
.civi-blog-list-02 .post-title {
  font-weight: 400;
}
.civi-blog-list-02 .post-caption {
  width: 55%;
  padding: 0;
}
.civi-blog-list-02 .post-categories {
  margin: 0 0 17px;
}
.civi-blog-list-02 .post-caption {
  padding-top: 14px;
}
.civi-blog-list-02 .has-post-thumbnail .post-caption {
  margin: 0;
}
.civi-blog-list-03 .post-wrapper {
  display: flex;
}
.civi-blog-list-03 .post-caption {
  padding: 0 !important;
}
.civi-blog-list-03 .post-thumbnail-wrapper {
  width: 80px;
  flex-shrink: 0;
  margin: 0 30px 0 0;
}
.civi-blog-list-03 .post-thumbnail {
  border-radius: 5px;
  overflow: hidden;
}
.civi-blog-list-03 .post-item + .post-item {
  margin: 20px 0 0;
}
.civi-blog-list-03 .post-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.78;
}
.civi-blog-list-03 .post-title a {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
}
.civi-blog-list-03 .post-title a:before,
.civi-blog-list-03 .post-title a:after {
  content: "\f30b";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 15px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), 0 color linear;
}
.civi-blog-list-03 .post-title a:after {
  color: currentColor;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
}
.civi-blog-list-03 .post-title a:hover:before {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}
.civi-blog-list-03 .post-title a:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.civi-blog-list-03.civi-blog-caption-style-02 .post-wrapper {
  padding: 20px;
}
.civi-blog-one-left-featured .featured-post {
  padding-right: 45px;
}
.civi-blog-one-left-featured .featured-post .post-overlay-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  opacity: 0.5;
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0) 11%, #000 80%);
}
.civi-blog-one-left-featured .featured-post .post-overlay-meta {
  font-style: normal;
  margin: 0 -13px;
}
.civi-blog-one-left-featured .featured-post .post-overlay-meta > div {
  padding: 0 13px;
}
.civi-blog-one-left-featured .featured-post .post-overlay-info {
  padding: 20px 20px 15px;
}
.civi-blog-one-left-featured .featured-post .post-overlay-categories {
  position: static;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.civi-blog-one-left-featured .featured-post .post-overlay-categories a {
  background: none;
  padding: 0;
}
.civi-blog-one-left-featured .featured-post .post-title {
  line-height: 1.42;
}
.civi-blog-one-left-featured .featured-post .post-title a {
  font-size: 1.42em;
}
.civi-blog-one-left-featured .featured-post .post-caption {
  padding: 20px 0 0;
}
.civi-blog-one-left-featured .featured-post .post-excerpt {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin-top: 10px;
}
.civi-blog-one-left-featured .featured-post .post-read-more {
  margin-top: 11px;
}
.civi-blog-one-left-featured .normal-posts {
  margin-left: -15px;
  border-left: 1px solid #272931;
}
.civi-blog-one-left-featured .normal-posts .grid-item {
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid #272931;
}
.civi-blog-one-left-featured .normal-posts .grid-item:first-child {
  padding-top: 0;
}
.civi-blog-one-left-featured .normal-posts .grid-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.civi-blog-one-left-featured .normal-posts .civi-box {
  display: flex;
  flex-wrap: wrap;
}
.civi-blog-one-left-featured .normal-posts .post-thumbnail-wrap {
  flex: 0 0 36.333333%;
  max-width: 36.333333%;
}
.civi-blog-one-left-featured .normal-posts .post-info {
  flex: 0 0 63.666667%;
  max-width: 63.666667%;
  display: flex;
  align-items: center;
}
.civi-blog-one-left-featured .normal-posts .post-caption {
  padding-left: 30px;
}
.civi-blog-caption-style-03 .post-thumbnail {
  border-radius: 5px;
  overflow: hidden;
}
.civi-blog-caption-style-03 .post-meta {
  margin: 0 0 5px;
}
.civi-blog-caption-style-03 .civi-button.style-bottom-line .button-icon {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .civi-blog-one-left-featured .featured-post {
    padding: 0;
  }
  .civi-blog-one-left-featured .normal-posts {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .civi-blog-one-left-featured .normal-posts .grid-item {
    padding: 20px 0 20px 20px;
  }
  .civi-blog-one-left-featured .normal-posts .post-caption {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1024px) {
  .civi-blog-zigzag .civi-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-content: normal;
    grid-auto-flow: row;
  }
  .civi-blog-zigzag .grid-item {
    margin: 0 !important;
  }
  .civi-blog-zigzag .grid-item:nth-child(3n + 2) {
    grid-column-end: unset;
  }
  .civi-blog-zigzag .grid-item:nth-child(3n + 3) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .civi-blog-list-01 .post-title {
    font-size: 30px;
  }
  .civi-blog-list-02 .post-title {
    font-size: 30px;
  }
  .civi-blog-one-left-featured .post-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .civi-blog-zigzag .civi-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .civi-blog-zigzag .grid-item {
    grid-column: unset !important;
  }
  .civi-blog-list-01 .post-title {
    font-size: 26px;
  }
  .civi-blog-list-02 .post-wrapper {
    display: block;
  }
  .civi-blog-list-02 .post-thumbnail-wrapper {
    width: 100%;
    padding: 0;
  }
  .civi-blog-list-02 .post-caption {
    width: 100%;
    padding-top: 30px;
  }
  .civi-blog-list-02 .post-title {
    font-size: 26px;
  }
  .civi-blog-one-left-featured .post-title {
    font-size: 16px;
  }
}
.civi-client-logo .image {
  transition: all 0.3s linear;
}
.civi-client-logo .grid-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.civi-client-logo.hover-grayscale .image {
  filter: grayscale(100%);
  opacity: 0.3;
}
.civi-client-logo.hover-grayscale .item:hover .image {
  filter: none;
  opacity: 1;
}
.civi-client-logo.hover-opacity .image {
  opacity: 0.23;
}
.civi-client-logo.hover-opacity .item:hover .image {
  opacity: 1;
}
.civi-client-logo.hover-faded .item:hover .image {
  opacity: 0.2;
}
.civi-circle-progress-chart .chart-number {
  margin-bottom: 0;
}
.civi-circle-progress-chart .civi-svg {
  line-height: 0;
}
.civi-circle-progress-chart .civi-svg * {
  stroke: currentColor;
}
.civi-circle-progress-chart .chart-wrap {
  line-height: 0;
}
.civi-circle-progress-chart .chart {
  position: relative;
  display: inline-block;
  width: 214px;
  height: 214px;
}
.civi-circle-progress-chart .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.civi-circle-progress-chart .inner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.civi-circle-progress-chart .chart-number {
  font-size: 24px;
  font-weight: 500;
  color: #111;
  margin-bottom: 0;
}
.civi-google-map {
  position: relative;
}
.civi-google-map .map {
  height: 100px;
}
.civi-google-map .style-signal .animated-dot {
  position: relative;
  width: 20px;
  height: 20px;
}
.civi-google-map .style-signal .middle-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  background: currentColor;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.civi-google-map .style-signal .middle-dot:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  background: currentColor;
  border-radius: 50%;
  z-index: 100;
  opacity: 0;
  transform-origin: 50% 50%;
}
.civi-google-map .style-signal .signal {
  position: absolute;
  left: -40px;
  top: -40px;
  opacity: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  pointer-events: none;
  background: currentColor;
  animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.civi-google-map .style-signal .signal-1 {
  animation-delay: 0.78s;
}
.civi-google-map .style-signal .signal-2 {
  animation-delay: 1.1s;
}
.civi-map-overlay-template {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.civi-map-overlay-always .civi-map-overlay-content {
  display: block !important;
}
.civi-map-overlay-content {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 50%;
  width: 360px;
  transform: translate(150px, 15px);
  padding-bottom: 40px;
  max-width: 90vw;
}
.civi-map-overlay-info {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.21);
}
.civi-map-overlay-info:before {
  content: "";
  position: absolute;
  bottom: 27px;
  right: 141px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #fff;
}
.gmap-marker-wrap {
  padding: 20px;
}
.map-marker-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.map-marker-image {
  flex-shrink: 0;
  margin-right: 20px;
}
.map-marker-content {
  flex-grow: 1;
}
.map-marker-description {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.79;
  color: #777;
}
.map-marker-description a {
  color: #111;
}
@keyframes animationSignal {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  1% {
    opacity: 0.14;
  }
  20% {
    opacity: 0.14;
  }
  60% {
    transform: scale(1);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .civi-map-overlay-content {
    width: 370px !important;
    transform: translate(50%, 15px);
  }
  .civi-map-overlay-info:before {
    right: 50%;
    transform: translate(50%, 0);
  }
  .map-marker-image {
    display: none;
  }
}
.civi-modern-heading {
  max-width: 100%;
}
.civi-modern-heading .elementor-heading-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}
.civi-modern-heading .heading-secondary {
  font-size: 16px;
}
.civi-modern-heading .heading-description {
  font-size: 18px;
  line-height: 1.44;
}
.civi-modern-heading .heading-primary-wrap,
.civi-modern-heading .heading-secondary-wrap {
  line-height: 1;
}
.civi-modern-heading .heading-primary,
.civi-modern-heading .heading-secondary,
.civi-modern-heading .heading-description,
.civi-modern-heading .heading-divider {
  display: inline-block;
  margin-bottom: 0;
}
.civi-modern-heading a {
  display: block;
  color: inherit;
  font-size: inherit;
}
.civi-modern-heading a:hover {
  color: inherit;
  font-size: inherit;
}
.civi-modern-heading mark {
  background-color: transparent;
  padding: 0;
}
.civi-modern-heading mark span {
  margin-left: 5px;
}
.civi-modern-heading .heading-description-wrap {
  margin-top: 12px;
}
.civi-modern-heading .heading-description-wrap:first-child {
  margin-top: 0;
}
.civi-modern-heading .heading-secondary-wrap {
  margin-bottom: 10px;
}
.civi-modern-heading .heading-divider-wrap {
  line-height: 0;
  margin-top: 10px;
}
.civi-modern-heading .heading-divider {
  height: 2px;
  width: 100px;
  background: #111;
}
.custom-mark .civi-modern-heading mark {
  position: relative;
  z-index: 2;
  font-style: italic;
}
.custom-mark .civi-modern-heading mark::before {
  background-image: url(assets/images/mark-heading.webp);
  content: "";
  width: 100%;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 70%;
  height: 100%;
  z-index: -1;
}
.civi-link-animate-border .heading-primary a:hover mark:before {
  transform: scaleX(0) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.civi-link-animate-border .heading-primary a:hover mark:after {
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.civi-link-animate-border .heading-primary a mark {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 3px 0;
}
.civi-link-animate-border .heading-primary a mark:before,
.civi-link-animate-border .heading-primary a mark:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  transform-origin: right;
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.civi-link-animate-border .heading-primary a mark:after {
  transform-origin: left;
  transform: scaleX(0) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.civi-link-animate-border-02 .heading-primary a:hover mark:before {
  width: 100%;
  left: 0;
  right: auto;
}
.civi-link-animate-border-02 .heading-primary a mark {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 3px 0;
}
.civi-link-animate-border-02 .heading-primary a mark:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0;
  background: #e0e0e0;
}
@keyframes gradationSignal {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.civi-gradation {
  margin: 0 -15px;
  display: flex;
}
.civi-gradation .count-wrap {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 0 53px;
}
.civi-gradation .count-wrap:before,
.civi-gradation .count-wrap:after {
  content: "";
  position: absolute;
  left: -25px;
  top: -25px;
  opacity: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid #ababab;
  transform-origin: 50% 50%;
  animation-timing-function: cubic-bezier(0, 0.55, 0.55, 1);
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.civi-gradation .count-wrap:after {
  animation-delay: 0.75s;
}
.civi-gradation .count {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  transform: translate(0, -50%);
  z-index: 3;
  background: #fff;
  border: 2px solid #e8e8e8;
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
.civi-gradation .item {
  width: 25%;
  padding: 0 15px;
  position: relative;
}
.civi-gradation .item:last-child .line:before {
  display: none;
}
.civi-gradation .item:hover .count {
  border-color: transparent;
}
.civi-gradation .item:hover .count-wrap:before,
.civi-gradation .item:hover .count-wrap:after {
  animation-name: gradationSignal;
}
.civi-gradation .line:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 15px;
  border-top: 1px solid #ededed;
  width: 100%;
  height: 1px;
}
.civi-gradation .title {
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 9px;
}
@media (max-width: 767.98px) {
  .civi-gradation {
    display: block;
  }
  .civi-gradation .item {
    width: 100%;
  }
  .civi-gradation .item + .item {
    margin-top: 50px;
  }
  .civi-gradation .count-wrap {
    margin-bottom: 25px;
  }
  .civi-gradation .line:before {
    display: none;
  }
}
.civi-timeline.style-01 {
  position: relative;
}
.civi-timeline.style-01 .timeline-line {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  height: 100%;
  border-left: 2px solid #e2e2e8;
}
.civi-timeline.style-01 .timeline-list {
  padding: 44px 0 47px;
}
.civi-timeline.style-01 .timeline-item {
  position: relative;
}
.civi-timeline.style-01 .timeline-item + .timeline-item {
  margin-top: 87px;
}
.civi-timeline.style-01 .timeline-item:nth-child(even) .content-wrap {
  flex-direction: row-reverse;
}
.civi-timeline.style-01 .timeline-item:nth-child(even) .content-header {
  text-align: left;
  justify-content: flex-end;
}
.civi-timeline.style-01 .timeline-item:nth-child(even) .content-main {
  text-align: right;
  justify-content: flex-start;
}
.civi-timeline.style-01 .timeline-dot {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.civi-timeline.style-01 .timeline-dot:before,
.civi-timeline.style-01 .timeline-dot:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid currentColor;
  border-radius: 50%;
}
.civi-timeline.style-01 .timeline-dot:before {
  width: 30px;
  height: 30px;
  opacity: 0.3;
}
.civi-timeline.style-01 .timeline-dot:after {
  width: 13px;
  height: 13px;
  border-width: 3px;
  background: #fff;
}
.civi-timeline.style-01 .content-wrap {
  display: flex;
  align-items: center;
  margin-left: -30px;
  margin-right: -30px;
}
.civi-timeline.style-01 .image img {
  border-radius: 5px;
}
.civi-timeline.style-01 .content-header,
.civi-timeline.style-01 .content-main {
  display: flex;
  width: 50%;
  padding: 0 30px;
}
.civi-timeline.style-01 .content-header {
  text-align: right;
  justify-self: flex-start;
}
.civi-timeline.style-01 .content-main {
  text-align: left;
  justify-content: flex-end;
  font-size: 18px;
  line-height: 2;
}
.civi-timeline.style-01 .content-main h4 {
  font-size: 24px;
  margin-bottom: 22px;
}
.civi-timeline.style-01 .content-inner {
  max-width: 500px;
}
.civi-timeline.style-01 .title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 56px;
}
.civi-timeline.style-01 .text {
  margin-bottom: 25px;
}
.civi-timeline.style-01 .timeline-date {
  font-size: 50px;
  line-height: 1;
  color: #ababab;
  margin: 0 0 30px;
}
.civi-timeline.style-01 .timeline-date > div {
  display: inline-block;
}
@media (max-width: 767px) {
  .civi-timeline.style-01 .timeline-line {
    left: 15px;
  }
  .civi-timeline.style-01 .timeline-item {
    padding-left: 50px;
  }
  .civi-timeline.style-01 .timeline-item + .timeline-item {
    margin-top: 40px;
  }
  .civi-timeline.style-01 .timeline-dot {
    left: 0;
    transform: none;
  }
  .civi-timeline.style-01 .content-wrap {
    display: block;
  }
  .civi-timeline.style-01 .content-header,
  .civi-timeline.style-01 .content-main {
    display: block;
    width: 100%;
    text-align: left !important;
  }
  .civi-timeline.style-01 .content-header {
    margin-bottom: 40px;
  }
  .civi-timeline.style-01 .title {
    margin-bottom: 30px;
  }
}
body:not(.elementor-editor-active)
  .civi-timeline
  .civi-entrance-animation-queue
  .item
  .content-header,
body:not(.elementor-editor-active)
  .civi-timeline
  .civi-entrance-animation-queue
  .item
  .content-main {
  opacity: 0;
}
body:not(.elementor-editor-active)
  .civi-timeline
  .civi-entrance-animation-queue
  .item
  .content-header {
  transform: translateX(-100px);
}
body:not(.elementor-editor-active)
  .civi-timeline
  .civi-entrance-animation-queue
  .item
  .content-main {
  transform: translateX(100px);
}
body:not(.elementor-editor-active)
  .civi-timeline
  .civi-entrance-animation-queue
  .item:nth-child(even)
  .content-header {
  transform: translateX(100px);
}
body:not(.elementor-editor-active)
  .civi-timeline
  .civi-entrance-animation-queue
  .item:nth-child(even)
  .content-main {
  transform: translateX(-100px);
}
body:not(.elementor-editor-active)
  .civi-timeline
  .civi-entrance-animation-queue
  .item.animate
  .content-header,
body:not(.elementor-editor-active)
  .civi-timeline
  .civi-entrance-animation-queue
  .item.animate
  .content-main {
  opacity: 1;
  animation: moveHorizontal 0.65s ease forwards;
}
@media (max-width: 767px) {
  body:not(.elementor-editor-active)
    .civi-timeline
    .civi-entrance-animation-queue
    .item
    .content-header,
  body:not(.elementor-editor-active)
    .civi-timeline
    .civi-entrance-animation-queue
    .item
    .content-main {
    transform: translateX(50px);
  }
  body:not(.elementor-editor-active)
    .civi-timeline
    .civi-entrance-animation-queue
    .item:nth-child(even)
    .content-header,
  body:not(.elementor-editor-active)
    .civi-timeline
    .civi-entrance-animation-queue
    .item:nth-child(even)
    .content-main {
    transform: translateX(50px);
  }
}
.civi-attribute-list {
  font-size: 0;
}
.civi-attribute-list .inner {
  display: inline-block;
}
.civi-attribute-list.layout-block .list {
  display: block;
}
.civi-attribute-list.layout-block .item + .item {
  margin-top: 35px;
}
.civi-attribute-list.layout-inline .list {
  margin-left: -14px;
  margin-right: -14px;
}
.civi-attribute-list.layout-inline .item {
  display: inline-block;
  padding: 3px 14px;
}
.civi-attribute-list.layout-columns .list {
  position: relative;
  min-height: 1px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.civi-attribute-list.layout-columns .item {
  padding: 2px 15px;
  flex-grow: 1;
  flex: 1 1 50%;
}
.civi-attribute-list.layout-columns .item:nth-child(2) ~ .item {
  margin-top: 60px;
}
.civi-attribute-list .item {
  font-size: 0;
  text-align: left;
}
.civi-attribute-list .name {
  margin-bottom: 0;
}
.civi-attribute-list .value {
  font-size: 16px;
  line-height: 1.45;
  margin-top: 11px;
}
.civi-attribute-list.style-01 .list {
  grid-row-gap: 36px;
}
.civi-attribute-list.style-01 .name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
.civi-attribute-list.style-02 .name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
.civi-attribute-list.style-02 .item + .item {
  position: relative;
}
.civi-attribute-list.style-02 .item + .item:before {
  content: "";
  position: absolute;
  background: rgba(238, 238, 238, 0.15);
}
.civi-attribute-list.style-02.layout-inline .list {
  margin-left: 0;
  margin-right: 0;
}
.civi-attribute-list.style-02.layout-inline .item {
  padding: 3px 40px;
}
.civi-attribute-list.style-02.layout-inline .item + .item:before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 30px;
  width: 1px;
}
.civi-attribute-list.style-02.layout-block .list {
  grid-row-gap: 36px;
}
.civi-attribute-list.style-02.layout-block .item + .item {
  padding-top: 40px;
}
.civi-attribute-list.style-02.layout-block .item + .item:before {
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
}
.civi-attribute-list.style-02.layout-columns .item {
  padding-top: 18px;
  padding-bottom: 18px;
}
.civi-list {
  font-size: 0;
  max-width: 100%;
}
.civi-list.toggle .heading {
  font-size: 16px;
  margin-bottom: 0;
}
.civi-list.toggle .heading i {
  display: none;
}
.civi-list.toggle .list-inner {
  margin-top: 30px;
}
.civi-list .item {
  font-size: 0;
}
.civi-list .list-header {
  display: flex;
  align-items: center;
}
.civi-list .link {
  display: inline-block;
  padding: 0;
  transition: none;
}
.civi-list .icon {
  flex-shrink: 0;
  font-size: 14px;
  margin-right: 10px;
  line-height: 1;
}
.civi-list .text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.civi-list-layout-block .item + .item {
  margin-top: 20px;
}
.civi-list-layout-inline .civi-list {
  margin-left: -15px;
  margin-right: -15px;
}
.civi-list-layout-inline .civi-list .item {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 12px;
}
.civi-list-layout-columns .civi-list {
  position: relative;
  min-height: 1px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.civi-list-layout-columns .item {
  padding: 0 15px;
  flex-grow: 1;
  flex: 1 1 50%;
}
.civi-list-layout-columns .item:nth-child(2) ~ .item {
  margin-top: 11px;
}
.civi-list-style-icon-border .civi-icon {
  border: 2px solid currentColor;
  border-radius: 50%;
  padding: 0.313em;
}
@media (max-width: 576px) {
  .civi-list.toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #dee2e6;
  }
  .civi-list.toggle .heading {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .civi-list.toggle .heading i {
    display: block;
    font-size: 14px;
  }
  .civi-list.toggle .list-inner {
    display: none;
  }
}
.civi-pricing .civi-pricing-features {
  margin: 0;
  padding: 0;
}
.civi-pricing .civi-pricing-features li {
  list-style-type: none;
}
.civi-pricing .civi-pricing-ribbon {
  position: absolute;
  top: -10px;
  right: 23px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #33ac2e;
  color: #fff;
}
.civi-pricing-style-01 {
  text-align: center;
}
.civi-pricing-style-01 .inner {
  position: relative;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 75px 30px 61px;
}
.civi-pricing-style-01 .civi-pricing-header {
  z-index: 1;
  position: relative;
  margin-bottom: 39px;
}
.civi-pricing-style-01 .civi-button {
  width: 180px;
  max-width: 100%;
}
.civi-pricing-style-01 .price-wrap-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.civi-pricing-style-01 .civi-pricing-price {
  font-size: 60px;
  font-weight: 500;
  line-height: 0.8;
  margin: 0;
}
.civi-pricing-style-01 .civi-pricing-currency {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  align-self: flex-start;
  margin-right: 3px;
}
.civi-pricing-style-01 .civi-pricing-period {
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
  color: #ababab;
  align-self: flex-end;
}
.civi-pricing-style-01 .title {
  font-size: 24px;
  line-height: 0.8;
}
.civi-pricing-style-01 .civi-pricing-features {
  font-size: 15px;
  max-width: 270px;
  margin: 29px auto 0;
}
.civi-pricing-style-01 .civi-pricing-features li {
  position: relative;
  display: block;
  padding: 7px 0;
}
.civi-pricing-style-01 .civi-pricing-features li i {
  font-size: 16px;
  margin-right: 5px;
}
.civi-pricing-style-01 .civi-pricing-footer {
  padding-top: 42px;
}
.civi-pricing-style-02 .civi-pricing .inner {
  position: relative;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  padding: 25px 30px 37px;
}
.civi-pricing-style-02 .civi-pricing .civi-pricing-header {
  z-index: 1;
  position: relative;
  margin-bottom: 26px;
}
.civi-pricing-style-02 .civi-pricing .civi-pricing-body {
  margin-top: 33px;
  padding-top: 22px;
  border-top: 1px solid #eee;
}
.civi-pricing-style-02 .civi-pricing .civi-button {
  width: 100%;
}
.civi-pricing-style-02 .civi-pricing .price-wrap {
  color: #111;
}
.civi-pricing-style-02 .civi-pricing .price-wrap-inner {
  display: flex;
  align-items: flex-start;
}
.civi-pricing-style-02 .civi-pricing .civi-pricing-price {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}
.civi-pricing-style-02 .civi-pricing .civi-pricing-currency {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}
.civi-pricing-style-02 .civi-pricing .civi-pricing-period {
  display: block;
  font-size: 15px;
  margin: 15px 0 0;
  color: #777;
}
.civi-pricing-style-02 .civi-pricing .title {
  font-size: 18px;
  line-height: 0.8;
}
.civi-pricing-style-02 .civi-pricing .civi-pricing-features {
  font-size: 15px;
}
.civi-pricing-style-02 .civi-pricing .civi-pricing-features li {
  position: relative;
  display: block;
  padding: 6px 0;
}
.civi-pricing-style-02 .civi-pricing .civi-pricing-features li i {
  font-size: 12px;
  margin-right: 14px;
}
.civi-pricing-style-02 .civi-pricing .civi-pricing-footer {
  padding-top: 30px;
}
.civi-instragram {
  text-align: center;
}
.civi-instragram ul.civi-instagram-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 -5px;
  margin: 0 -5px;
  overflow: hidden;
}
.civi-instragram ul.civi-instagram-list li {
  float: left;
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.civi-instragram ul.civi-instagram-list li img {
  width: 100%;
}
.civi-instragram ul.civi-instagram-list li a {
  text-decoration: none;
}
.civi-instragram ul.civi-instagram-list li > a {
  display: block;
  position: relative;
}
.civi-instragram ul.civi-instagram-list li .instagram-clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  height: 100%;
  transition: 0.4s ease-in-out;
  opacity: 0;
}
.civi-instragram ul.civi-instagram-list li .instagram-clip::before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  z-index: -1;
}
.civi-instragram
  ul.civi-instagram-list
  li
  .instagram-clip
  .civi-content
  .instagram-like-comment {
  padding: 30px 0;
}
.civi-instragram
  ul.civi-instagram-list
  li
  .instagram-clip
  .civi-content
  .instagram-like-comment
  p {
  color: #fff;
  margin: 0 15px;
}
.civi-instragram
  ul.civi-instagram-list
  li
  .instagram-clip
  .civi-content
  .instagram-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.civi-instragram
  ul.civi-instagram-list
  li
  .instagram-clip
  .civi-content
  .instagram-btn
  a {
  display: inline-block;
}
.civi-instragram
  ul.civi-instagram-list
  li
  .instagram-clip
  .civi-content
  .instagram-btn
  a
  i {
  color: #fff;
  font-size: 43px;
}
.civi-instragram
  ul.civi-instagram-list
  li
  .instagram-clip
  .civi-content
  .zoom_icon {
  display: inline-block;
}
.civi-instragram ul.civi-instagram-list li:hover .instagram-clip {
  opacity: 1;
}
.civi-instragram ul.civi-instagram-list:hover .slick-arrow {
  opacity: 1;
  left: 0;
}
.civi-instragram ul.civi-instagram-list:hover .civi-carosul-next.slick-arrow {
  opacity: 1;
  right: 0;
  left: auto;
}
.civi-instragram .slick-arrow {
  position: absolute;
  top: 45%;
  left: -20px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #23d3d3;
  border: 1px solid #23d3d3;
  color: #fff;
  text-align: center;
  transition: 0.4s ease-in-out;
  opacity: 0;
  padding: 0;
  line-height: 1;
}
.civi-instragram .civi-carosul-next.slick-arrow {
  left: auto;
  right: -20px;
}
.civi-instragram .slick-dots {
  position: relative;
  bottom: 0;
}
.civi-instragram .slick-dots li {
  border-radius: 100%;
  display: inline-block;
  height: 15px;
  margin: 0 3px !important;
  width: 15px !important;
  background: #23d3d3;
  float: none !important;
}
.civi-instragram .slick-dots li button {
  padding: 0;
}
.civi-instragram .slick-dots li button::before {
  display: none;
}
.civi-instragram .slick-dots li.slick-active {
  background: #000;
}
.civiinstagram-column-1 .civi-instragram ul.civi-instagram-list li {
  width: 100%;
}
.civiinstagram-column-2 .civi-instragram ul.civi-instagram-list li {
  width: 50%;
}
.civiinstagram-column-3 .civi-instragram ul.civi-instagram-list li {
  width: 33.33%;
}
.civiinstagram-column-5 .civi-instragram ul.civi-instagram-list li {
  width: 20%;
}
.civiinstagram-column-6 .civi-instragram ul.civi-instagram-list li {
  width: 16.66%;
}
a.instagram_follow_btn {
  background: #f75876 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 70px;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0;
}
a.instagram_follow_btn:hover {
  opacity: 0.7;
  color: #fff;
}
a.instagram_follow_btn i {
  background: #e4405f;
  width: 42px;
  height: 43px;
  line-height: 42px;
  font-size: 16px;
  text-align: center;
}
a.instagram_follow_btn span {
  padding: 0 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  height: 42px;
  line-height: 42px;
}
a.instagram_follow_btn.possition-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  background: #fff;
  border-radius: 6px;
  color: #000;
}
a.instagram_follow_btn.possition-center span {
  padding: 0 24px;
}
.civi-instragram-style-2 ul.civi-instagram-list {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.civi-instragram-style-2 ul.civi-instagram-list li {
  padding: 0;
  margin: 0;
  margin: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.civi-instragram-style-2 ul.civi-instagram-list li a img {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  width: 100%;
}
.civi-instragram-style-2 ul.civi-instagram-list li:hover a img {
  transform: scale3d(1.1, 1.1, 1);
  opacity: 0.8;
}
.civi-instragram-style-2 a.instagram_follow_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  background: #fff;
  border-radius: 6px;
  color: #000;
  margin-top: 0;
}
.civi-instragram-style-2 a.instagram_follow_btn i {
  display: none;
}
.civi-instragram-style-3 ul li {
  position: relative;
}
.civi-instragram-style-3 ul li a img {
  transition: all 0.15s ease-in-out;
}
.civi-instragram-style-3 ul li .instagram-clip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: rgba(255, 64, 95, 0.9);
  display: flex;
  justify-content: space-around;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.15s ease-in-out;
  color: #fff;
  height: 50px !important;
  line-height: 50px;
}
.civi-instragram-style-3 ul li .instagram-clip::before {
  display: none;
}
.civi-instragram-style-3 ul li .instagram-clip .instagram-like-comment {
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.civi-instragram-style-3 ul li .instagram-clip .instagram-like-comment p {
  margin: 0 15px;
}
.civi-instragram-style-3 ul li:hover .instagram-clip {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.civi-instragram-style-3 ul li:hover a img {
  opacity: 0.7;
  -webkit-transform: scale(1.15) translate3d(0, 0, 0);
  transform: scale(1.15) translate3d(0, 0, 0);
}
.civi-instragram-style-3
  ul.civi-instagram-list
  li
  .instagram-clip
  .civi-content {
  display: flex;
  align-items: center;
}
.civi-instragram-style-3
  ul.civi-instagram-list
  li
  .instagram-clip
  .civi-content
  .instagram-btn {
  position: static;
  transform: translateY(0);
  display: flex;
}
.civi-instragram-style-3
  ul.civi-instagram-list
  li
  .instagram-clip
  .civi-content
  .zoom_icon {
  display: flex;
}
.civi-instragram-style-4 ul.civi-instagram-list li {
  margin: 0;
  margin-bottom: 0;
  overflow: hidden;
  width: 25%;
}
.civi-instragram-style-4 ul.civi-instagram-list li a img {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  width: 100%;
}
.civi-instragram-style-4 ul.civi-instagram-list li:hover a img {
  transform: scale3d(1.2, 1.2, 1);
  opacity: 0.6;
}
.civi-twitter.style-list .tweet {
  position: relative;
  padding-left: 38px;
}
.civi-twitter.style-list .tweet + .tweet {
  margin-top: 40px;
}
.civi-twitter.style-list .tweet:before {
  content: "\f099";
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.16);
}
.civi-twitter.style-list .tweet .tweet-text {
  font-size: 16px;
  line-height: 1.5;
}
.civi-twitter.style-list .tweet .tweet-date {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
}
.civi-social-networks {
  line-height: 0;
}
.civi-social-networks.toggle .heading {
  font-size: 16px;
  margin-bottom: 0;
}
.civi-social-networks.toggle .heading i {
  display: none;
}
.civi-social-networks.toggle .list-inner {
  margin-top: 30px;
}
.civi-social-networks ul {
  display: inline-block;
  padding: 0;
  margin: 0 -8px;
}
.civi-social-networks li {
  margin: 0;
}
.civi-social-networks br {
  display: none;
}
.civi-social-networks .item {
  list-style-type: none;
}
.civi-social-networks .item:hover .link-icon {
  color: #007456;
}
.civi-social-networks .link {
  display: inline-block;
  padding: 5px 8px;
  transition: none;
}
.civi-social-networks .link-icon {
  font-size: 18px;
  min-width: 18px;
  color: #999;
}
.civi-social-networks.layout-list {
  display: block;
}
.civi-social-networks.layout-inline .item {
  display: inline-block;
}
.civi-social-networks.layout-two-columns ul {
  margin: 0 -10px;
  width: 100%;
}
.civi-social-networks.layout-two-columns .item {
  display: block;
  float: left;
  width: 50%;
}
.civi-social-networks.layout-two-columns .link {
  padding: 5px 10px;
}
.civi-social-networks.style-icons {
  font-size: 16px;
}
.civi-social-networks.style-large-icons {
  font-size: 20px;
}
.civi-social-networks.style-large-icons ul {
  margin: 0 -12px;
}
.civi-social-networks.style-large-icons .link {
  padding: 5px 12px;
}
.civi-social-networks.style-flat-rounded-icon ul {
  margin: -10px;
}
.civi-social-networks.style-flat-rounded-icon li {
  float: left;
  margin: 10px;
}
.civi-social-networks.style-flat-rounded-icon .item:hover .link {
  color: #fff;
}
.civi-social-networks.style-flat-rounded-icon .link {
  font-size: 20px;
  display: block;
  text-align: center;
  height: 55px;
  width: 55px;
  color: #fff;
  border-radius: 50%;
  position: relative;
}
.civi-social-networks.style-flat-rounded-icon .link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.civi-social-networks.style-solid-rounded-icon ul {
  margin: -10px;
}
.civi-social-networks.style-solid-rounded-icon li {
  float: left;
  margin: 10px;
}
.civi-social-networks.style-solid-rounded-icon .item:hover .link {
  color: #fff;
  border-color: transparent;
}
.civi-social-networks.style-solid-rounded-icon .link {
  font-size: 20px;
  display: block;
  text-align: center;
  height: 55px;
  width: 55px;
  background: transparent;
  color: #696969;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: relative;
}
.civi-social-networks.style-solid-rounded-icon .link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.civi-social-networks.style-icon-title .link-icon {
  margin-right: 12px;
}
.civi-social-networks.style-title {
  line-height: 1.2;
}
.civi-social-networks.style-title .link {
  line-height: 1;
  padding: 0;
  margin-left: 8px;
  margin-right: 8px;
}
@media (max-width: 576px) {
  .civi-social-networks.toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #dee2e6;
  }
  .civi-social-networks.toggle .heading {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .civi-social-networks.toggle .heading i {
    display: block;
    font-size: 14px;
  }
  .civi-social-networks.toggle .list-inner {
    display: none;
  }
}
.civi-team-member .name a {
  color: inherit;
}
.civi-team-member-style-01 .civi-team-member:hover .overlay,
.civi-team-member-style-01 .civi-team-member:hover .social-networks {
  opacity: 1;
  visibility: visible;
}
.civi-team-member-style-01 .photo {
  position: relative;
  border-radius: 5px;
}
.civi-team-member-style-01 .photo img {
  width: 100%;
  border-radius: inherit;
}
.civi-team-member-style-01 .overlay {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.civi-team-member-style-01 .info {
  text-align: center;
  padding: 24px 0 0;
}
.civi-team-member-style-01 .name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.civi-team-member-style-01 .position {
  margin-top: 10px;
  font-size: 18px;
}
.civi-team-member-style-01 .description {
  margin-top: 10px;
}
.civi-team-member-style-01 .social-networks {
  margin-top: 23px;
}
.civi-team-member-style-01 .social-networks a {
  font-size: 20px;
}
.civi-team-member-style-01 .social-networks a + a {
  margin-left: 20px;
}
.civi-team-member-style-02 .civi-team-member {
  position: relative;
}
.civi-team-member-style-02 .civi-team-member:hover .photo {
  box-shadow: 0 55px 40px -40px rgba(51, 51, 51, 0.25);
}
.civi-team-member-style-02 .civi-team-member:hover .overlay,
.civi-team-member-style-02 .civi-team-member:hover .info,
.civi-team-member-style-02 .civi-team-member:hover .social-networks {
  opacity: 1;
  visibility: visible;
}
.civi-team-member-style-02 .photo {
  position: relative;
}
.civi-team-member-style-02 .photo img {
  width: 100%;
}
.civi-team-member-style-02 .overlay {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(17, 17, 17, 0.8);
  z-index: 0;
}
.civi-team-member-style-02 .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 30px 27px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.civi-team-member-style-02 .name {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}
.civi-team-member-style-02 .position {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.38px;
  color: rgba(255, 255, 255, 0.4);
}
.civi-team-member-style-02 .description {
  color: #fff;
  margin-top: 10px;
}
.civi-team-member-style-02 .social-networks {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  text-align: right;
  opacity: 0;
  visibility: hidden;
}
.civi-team-member-style-02 .social-networks a {
  display: inline-block;
  font-size: 18px;
  line-height: 0;
  color: #fff;
  padding: 10px 8px;
}
.civi-team-member-style-03 .civi-team-member {
  position: relative;
}
.civi-team-member-style-03 .civi-team-member:hover .overlay,
.civi-team-member-style-03 .civi-team-member:hover .info,
.civi-team-member-style-03 .civi-team-member:hover .social-networks {
  opacity: 1;
  visibility: visible;
}
.civi-team-member-style-03 .photo {
  position: relative;
}
.civi-team-member-style-03 .photo img {
  width: 100%;
}
.civi-team-member-style-03 .overlay {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.civi-team-member-style-03 .info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 30px 30px 27px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.civi-team-member-style-03 .name {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
}
.civi-team-member-style-03 .position {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.38px;
  color: #fff;
}
.civi-team-member-style-03 .description {
  color: #fff;
  margin-top: 10px;
}
.civi-team-member-style-03 .social-networks {
  position: absolute;
  bottom: 33px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.civi-team-member-style-03 .social-networks a {
  display: inline-block;
  font-size: 20px;
  line-height: 0;
  color: #fff;
  padding: 10px 8px;
}
.civi-team-member-carousel .civi-team-member {
  position: relative;
}
.civi-team-member-carousel .civi-team-member:hover .photo {
  box-shadow: 0 55px 40px -40px rgba(51, 51, 51, 0.25);
}
.civi-team-member-carousel .civi-team-member:hover .overlay,
.civi-team-member-carousel .civi-team-member:hover .info,
.civi-team-member-carousel .civi-team-member:hover .social-networks {
  opacity: 1;
  visibility: visible;
}
.civi-team-member-carousel .photo {
  position: relative;
}
.civi-team-member-carousel .photo img {
  width: 100%;
}
.civi-team-member-carousel .overlay {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(17, 17, 17, 0.8);
  z-index: 0;
}

.civi-team-member-carousel .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 30px 27px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.civi-team-member-carousel .name {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}
.civi-team-member-carousel .position {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.38px;
  color: rgba(255, 255, 255, 0.4);
}
.civi-team-member-carousel .description {
  color: #fff;
  margin-top: 10px;
}
.civi-team-member-carousel .social-networks {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  text-align: right;
  opacity: 0;
  visibility: hidden;
}
.civi-team-member-carousel .social-networks a {
  display: inline-block;
  font-size: 18px;
  line-height: 0;
  color: #fff;
  padding: 10px 8px;
}
.elementor-widget-civi-testimonial {
  text-align: center;
}
.elementor-widget-civi-testimonial .testimonial-item {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.elementor-widget-civi-testimonial.align-left {
  text-align: left;
}
.elementor-widget-civi-testimonial.align-right {
  text-align: right;
}
.elementor-widget-civi-testimonial .testimonial-main-content {
  display: flex;
  justify-content: center;
}
.elementor-widget-civi-testimonial .content-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.elementor-widget-civi-testimonial.layout-image-inline .image {
  flex-shrink: 0;
  margin: 0 10px 0 0;
}
.elementor-widget-civi-testimonial.layout-image-inline .info {
  display: inline-flex;
  align-items: center;
  text-align: left;
}
.elementor-widget-civi-testimonial.layout-image-inline .testimonial-rating {
  margin-bottom: 20px;
}
.elementor-widget-civi-testimonial.layout-image-inline.align-right .info {
  text-align: right;
  flex-direction: row-reverse;
}
.elementor-widget-civi-testimonial.layout-image-inline.align-right .image {
  flex-shrink: 0;
  margin: 0 0 0 30px;
}
.elementor-widget-civi-testimonial.layout-image-inline.align-right
  .testimonial-item {
  text-align: right;
}
.elementor-widget-civi-testimonial.layout-image-stacked .image {
  margin: 0 0 28px;
}
.elementor-widget-civi-testimonial.layout-image-stacked .info {
  display: inline-block;
}
.elementor-widget-civi-testimonial.layout-image-stacked .position {
  margin-top: 3px;
}
.elementor-widget-civi-testimonial.layout-image-above .image {
  margin-bottom: 20px;
}
.elementor-widget-civi-testimonial.layout-image-above .image:before {
  display: none;
}
.elementor-widget-civi-testimonial.layout-image-above .cite {
  display: block;
  margin-top: 46px;
}
.elementor-widget-civi-testimonial.layout-image-above .position {
  margin-top: 11px;
}
.elementor-widget-civi-testimonial.layout-image-top .swiper-slide {
  padding: 70px 0 0;
}
.elementor-widget-civi-testimonial.layout-image-top .testimonial-item {
  padding-top: 100px !important;
}
.elementor-widget-civi-testimonial.layout-image-top .image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.elementor-widget-civi-testimonial.layout-image-top .image img {
  width: 140px;
  height: 140px;
}
.elementor-widget-civi-testimonial.layout-image-top .info {
  padding: 34px 0 0;
}
.elementor-widget-civi-testimonial.layout-image-top-02 .image {
  margin: 0 0 30px;
}
.elementor-widget-civi-testimonial.layout-image-top-02 .image img {
  width: 124px;
  height: 124px;
}
.elementor-widget-civi-testimonial.layout-image-top-02 .info {
  padding: 21px 0 0;
}
.elementor-widget-civi-testimonial.layout-image-left .testimonial-item {
  display: flex;
}
.elementor-widget-civi-testimonial.layout-image-left .image {
  flex-shrink: 0;
  margin: 0 30px 0 0;
}
.elementor-widget-civi-testimonial.layout-image-left .image img {
  width: 70px;
  height: 70px;
}
.elementor-widget-civi-testimonial.layout-image-left .info {
  padding: 25px 0 0;
}
.elementor-widget-civi-testimonial.image-position-above .info {
  padding: 0 0 24px;
}
.elementor-widget-civi-testimonial.image-position-below .info {
  padding: 20px 0 0;
}
.elementor-widget-civi-testimonial.image-position-bottom
  .testimonial-main-content {
  height: 100%;
}
.elementor-widget-civi-testimonial.image-position-bottom .content-wrap {
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.elementor-widget-civi-testimonial.image-position-bottom .content {
  flex-grow: 1;
}
.elementor-widget-civi-testimonial.image-position-bottom .info {
  padding: 55px 0 0;
  flex-shrink: 0;
}
.elementor-widget-civi-testimonial.image-position-bottom.align-center .info {
  justify-content: center;
}
.elementor-widget-civi-testimonial .image img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.elementor-widget-civi-testimonial .cite {
  font-style: normal;
}
.elementor-widget-civi-testimonial .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
}
.elementor-widget-civi-testimonial .testimonial-rating {
  font-size: 14px;
  color: #fb0;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.elementor-widget-civi-testimonial .name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.elementor-widget-civi-testimonial .position {
  display: block;
}
.civi-testimonial-cite-layout-inline .name {
  display: inline-block;
}
.civi-testimonial-cite-layout-inline .position {
  display: inline-block;
  margin: 0 0 0 13px;
}
.civi-testimonial-cite-layout-inline .position:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #d8d8d8;
  display: inline-block;
  vertical-align: 3px;
  margin-right: 10px;
  border-radius: 10px;
}
.civi-testimonial-style-01 .testimonial-item {
  position: relative;
  padding: 77px 80px 106px;
  background-image: linear-gradient(235deg, #e6eef5 0%, #edeff6 100%);
  border-radius: 5px;
}
.civi-testimonial-style-01 .testimonial-item .testimonial-logo {
  content: "";
  position: absolute;
  top: 58px;
  right: 49px;
}
.civi-testimonial-style-01 .image img {
  width: 90px;
  height: 90px;
}
.civi-testimonial-style-01 .text {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: #333;
}
.civi-testimonial-style-01.image-position-below .info {
  padding: 40px 0 0;
}
.civi-testimonial-style-02 .testimonial-item {
  position: relative;
  padding: 56px 40px 55px;
  background-color: #f6fafe;
  border-radius: 5px;
}
.civi-testimonial-style-02 .testimonial-item .testimonial-logo {
  content: "";
  position: absolute;
  top: 44px;
  right: 38px;
}
.civi-testimonial-style-02 .image img {
  width: 90px;
  height: 90px;
}
.civi-testimonial-style-02 .title {
  margin-bottom: 21px;
}
.civi-testimonial-style-02 .text {
  font-size: 18px;
  line-height: 1.67;
  font-weight: 400;
  color: #333;
}
.civi-testimonial-style-02.image-position-below .info {
  padding: 32px 0 0;
}
.civi-testimonial-style-03.image-position-above .info:before {
  top: 8px;
  bottom: auto;
}
.civi-testimonial-style-03.image-position-bottom .text {
  font-size: 24px;
  line-height: 1.25;
  color: #111;
  padding-right: 70px;
}
.civi-testimonial-style-03.image-position-bottom .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.civi-testimonial-style-03.image-position-bottom .position {
  display: block;
  font-size: 18px;
}
.civi-testimonial-style-03 .info {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.civi-testimonial-style-03 .info .testimonial-logo {
  content: "";
  position: absolute;
  right: 0;
}
.civi-testimonial-style-03 .image {
  margin-right: 20px !important;
  margin-bottom: 0 !important;
}
.civi-testimonial-style-03 .image img {
  width: 72px;
  height: 72px;
}
.civi-testimonial-style-03 .testimonial-item {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 32px;
  border: 1px solid #dee2e6;
}
.civi-testimonial-pagination.style-01 {
  display: inline-block;
  width: 315px;
  max-width: 100%;
  margin-top: 30px;
}
.civi-testimonial-pagination.style-01 .swiper-slide .image {
  margin-bottom: 0;
}
.civi-testimonial-pagination.style-01 .swiper-slide .image img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
}
.civi-testimonial-pagination.style-01
  .swiper-slide:not(.swiper-slide-thumb-active) {
  cursor: pointer;
}
.civi-testimonial-pagination.style-01
  .swiper-slide:not(.swiper-slide-thumb-active)
  img {
  opacity: 0.4;
}
@media (max-width: 1024px) {
  .elementor-widget-civi-testimonial.civi-testimonial-style-01
    .testimonial-item {
    padding: 77px 40px 106px;
  }
  .elementor-widget-civi-testimonial.civi-testimonial-style-01 .text {
    font-size: 21px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-logo {
    display: none !important;
  }
}
@media only screen and (max-width: 550px) {
  .elementor-widget-civi-testimonial.layout-image-left .testimonial-item {
    display: block;
    text-align: center;
  }
  .elementor-widget-civi-testimonial.layout-image-left
    .testimonial-item
    .image {
    display: inline-block;
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .elementor-widget-civi-testimonial.civi-testimonial-style-01
    .testimonial-item {
    padding: 77px 30px 106px;
  }
  .elementor-widget-civi-testimonial.civi-testimonial-style-01 .text {
    font-size: 18px;
  }
  .elementor-widget-civi-testimonial.civi-testimonial-style-02
    .testimonial-item {
    padding: 46px 30px 45px;
  }
}
.elementor-widget-civi-testimonial-grid .testimonial-item {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.elementor-widget-civi-testimonial-grid.align-left {
  text-align: left;
}
.elementor-widget-civi-testimonial-grid.align-right {
  text-align: right;
}
.elementor-widget-civi-testimonial-grid .testimonial-main-content {
  display: flex;
  justify-content: center;
}
.elementor-widget-civi-testimonial-grid .content-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.elementor-widget-civi-testimonial-grid.layout-image-inline .avatar {
  flex-shrink: 0;
  margin: 0 20px 0 0;
}
.elementor-widget-civi-testimonial-grid.layout-image-inline .info {
  display: inline-flex;
  align-items: center;
  text-align: left;
}
.elementor-widget-civi-testimonial-grid.layout-image-inline.align-right .info {
  text-align: right;
  flex-direction: row-reverse;
}
.elementor-widget-civi-testimonial-grid.layout-image-inline.align-right
  .avatar {
  flex-shrink: 0;
  margin: 0 0 0 20px;
}
.elementor-widget-civi-testimonial-grid.layout-image-inline.align-right
  .testimonial-item {
  text-align: right;
}
.elementor-widget-civi-testimonial-grid.layout-image-stacked .avatar {
  margin: 0 0 28px;
}
.elementor-widget-civi-testimonial-grid.layout-image-stacked .info {
  display: inline-block;
}
.elementor-widget-civi-testimonial-grid.layout-image-above .avatar {
  margin-bottom: 20px;
}
.elementor-widget-civi-testimonial-grid.layout-image-above .cite {
  display: block;
  margin-top: 46px;
}
.elementor-widget-civi-testimonial-grid.image-position-above .info {
  padding: 0 0 19px;
}
.elementor-widget-civi-testimonial-grid.image-position-below .info {
  padding: 19px 0 0;
}
.elementor-widget-civi-testimonial-grid.image-position-bottom
  .testimonial-main-content {
  height: 100%;
}
.elementor-widget-civi-testimonial-grid.image-position-bottom .content-wrap {
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.elementor-widget-civi-testimonial-grid.image-position-bottom .content {
  flex-grow: 1;
}
.elementor-widget-civi-testimonial-grid.image-position-bottom .info {
  padding: 60px 0 0;
  flex-shrink: 0;
}
.elementor-widget-civi-testimonial-grid.image-position-bottom.align-center
  .info {
  justify-content: center;
}
.elementor-widget-civi-testimonial-grid .thumbnail {
  margin-bottom: 38px;
}
.elementor-widget-civi-testimonial-grid .avatar img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.elementor-widget-civi-testimonial-grid .text {
  font-style: italic;
}
.elementor-widget-civi-testimonial-grid .cite {
  font-style: normal;
}
.elementor-widget-civi-testimonial-grid .title {
  font-size: 21px;
  margin-bottom: 14px;
}
.elementor-widget-civi-testimonial-grid .testimonial-rating {
  font-size: 12px;
  color: #f5a623;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.elementor-widget-civi-testimonial-grid .name {
  display: block;
  font-size: 18px;
  line-height: 1.34;
  margin-bottom: 0;
}
.elementor-widget-civi-testimonial-grid .position {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.38px;
  margin-top: 6px;
}
@keyframes video-bounce-up {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1.15, 1.15);
  }
  50% {
    transform: scale(0.85, 0.85);
  }
  100% {
    transform: scale(1, 1);
  }
}
.civi-popup-video {
  position: relative;
}
.civi-popup-video .video-link {
  display: inline-flex;
  flex-direction: column;
}
.civi-popup-video .video-poster {
  position: relative;
}
.civi-popup-video .video-play-icon {
  width: 90px;
  height: 90px;
  background: transparent;
  border: 3px solid #111;
  position: relative;
  border-radius: 50%;
}
.civi-popup-video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 2px;
  z-index: 2;
}
.civi-popup-video .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #111;
}
.civi-popup-video .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.civi-popup-video .video-poster-caption {
  margin-top: 21px;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}
.civi-popup-video.type-poster .video-poster {
  border-radius: 5px;
}
.civi-popup-video.type-poster .civi-image {
  border: 0 solid transparent;
  position: relative;
  border-radius: inherit;
}
.civi-popup-video.type-poster .civi-image img {
  border-radius: inherit;
}
.civi-popup-video.type-poster .video-play-icon {
  border-color: #fff;
}
.civi-popup-video.type-poster .icon:before {
  border-left-color: #fff;
}
.civi-popup-video.type-poster .video-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.civi-popup-video.type-poster.poster-full-wide .video-link {
  display: block;
}
.civi-popup-video.type-poster.poster-full-wide .video-poster img {
  width: 100%;
}
.civi-popup-video.type-button {
  line-height: 0;
}
.civi-popup-video.type-button .video-link:hover .video-play {
  animation: 1s video-bounce-up;
}
.civi-popup-video.type-button > a {
  display: inline-block;
  text-align: center;
}
.civi-text-animate-line .video-link:hover .video-text:after {
  width: 100%;
  left: 0;
  right: auto;
}
.civi-text-animate-line .video-text {
  position: relative;
  padding-bottom: 5px;
}
.civi-text-animate-line .video-text:before,
.civi-text-animate-line .video-text:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0;
  background: currentColor;
}
.civi-text-animate-line .video-text:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.civi-popup-video-icon-position-top .video-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.civi-popup-video-icon-position-top .video-play {
  margin: 0 0 20px;
}
.civi-popup-video-icon-position-left .video-button {
  display: flex;
  align-items: center;
}
.civi-popup-video-icon-position-left .video-play {
  margin: 0 20px 0 0;
}
.civi-popup-video-icon-position-right .video-button {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.civi-popup-video-icon-position-right .video-play {
  margin: 0 0 0 20px;
}
@keyframes hozirontalMove {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.civi-separator {
  line-height: 0;
  font-size: 0;
}
.civi-separator.vertical-line .inner {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 150px;
}
.civi-separator.vertical-line .inner:before,
.civi-separator.vertical-line .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: currentColor;
}
.civi-separator.vertical-line.play-animate {
  overflow: hidden;
}
.civi-separator.vertical-line.play-animate .inner {
  background: none !important;
}
.civi-separator.vertical-line.play-animate .inner:before,
.civi-separator.vertical-line.play-animate .inner:after {
  animation: hozirontalMove 1.3s linear infinite !important;
}
.civi-separator.vertical-line.play-animate .inner:after {
  animation-delay: 0.3s;
}
.civi-separator.horizontal-line .inner {
  display: inline-block;
  width: 120px;
  max-width: 100%;
  height: 2px;
  background: currentColor;
}
.civi-table {
  overflow-x: auto;
}
.civi-table table {
  margin: 0;
  border-collapse: separate;
}
.civi-table.style-01 th {
  font-size: 20px;
  font-weight: 600;
  color: #b2b2b2;
}
.civi-table.style-01 td,
.civi-table.style-01 th {
  text-align: left;
  border: 0;
  padding: 36px 10px;
}
.civi-table.style-01 tr th,
.civi-table.style-01 tr td {
  border-bottom: 1px solid #eee;
}
.civi-table.style-01 tr:nth-child(2n) td {
  background: none;
}
.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-share-list {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  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: #111;
  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 {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  left: 48px;
  color: #111;
}
.full-page-numbers .numbers {
  display: flex;
  align-items: flex-end;
}
.full-page-numbers .numbers .current {
  font-size: 70px;
  font-weight: 300;
  line-height: 0.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-share-list .stalk {
  color: #fff;
}
[data-fp-section-skin="light"] .full-page-share-list .stalk:before {
  background: rgba(221, 221, 221, 0.27);
}
[data-fp-section-skin="light"] .full-page-share-list a {
  color: #fff;
}
[data-fp-section-skin="light"] .full-page-numbers {
  color: #fff;
}
[data-fp-section-skin="light"] .full-page-numbers .total:before {
  background: rgba(204, 204, 204, 0.2);
}
.civi-view-demo {
  text-align: center;
}
.civi-view-demo .civi-box {
  position: relative;
  display: block;
}
.civi-view-demo .image {
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  border-radius: 5px;
}
.civi-view-demo .image > img {
  width: 100%;
  border-radius: inherit;
}
.civi-view-demo .heading {
  font-size: 20px;
  line-height: 1.5;
  margin: 29px 0 0;
}
.civi-view-demo .badge {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  padding-left: 8px;
  padding-right: 8px;
  top: 30px;
  right: 0;
  border-radius: 30px;
  z-index: 2;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.civi-view-demo .badge.hot {
  background-color: #ef2107;
}
.civi-view-demo .badge.new {
  background-color: #294afb;
}
.civi-view-demo .badge.coming {
  background-color: #23d3d3;
}
.civi-shape .shape {
  color: #111;
}
.civi-shape svg {
  height: auto;
}
.civi-shape-circle .shape {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: currentColor;
}
.civi-shape-border-circle .shape {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid currentColor;
}
.wpcf7 .wpcf7-response-output {
  margin: 30px 0 0;
  padding: 15px 20px;
  border: 0;
  color: #fff;
}
.wpcf7 .wpcf7-validation-errors {
  background: #f0ad4e;
}
.wpcf7 .wpcf7-mail-sent-ok {
  background: #5cb85c;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #d9534f;
  font-size: 12px;
}
.wpcf7 {
  text-align: left;
}
.wpcf7 label {
  font-weight: 500;
  margin-bottom: 0;
  display: block;
}
.wpcf7 textarea {
  height: 120px !important;
}
.wpcf7 p {
  font-size: 14px;
  margin-bottom: 0;
}
.wpcf7 p + p {
  margin-top: 15px;
}
.wpcf7 span.wpcf7-not-valid-tip {
  margin-top: 5px;
}
.wpcf7 .civi-button {
  width: 100%;
  height: 60px;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  border-color: #ddd;
  height: 60px;
}
.wpcf7 .wpcf7-submit {
  width: 100%;
}
.wpcf7 div.wpcf7-response-output,
.wpcf7 div.wpcf7-mail-sent-ng,
.wpcf7 div.wpcf7-aborted,
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-acceptance-missing {
  margin: 0;
  font-size: 15px;
  padding: 10px 20px;
  color: #111;
}
.civi-mailchimp-form p {
  margin-bottom: 0;
}
.civi-mailchimp-form .mc4wp-alert.mc4wp-error {
  margin-top: 10px;
}
.civi-mailchimp-form .mc4wp-form-fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.civi-mailchimp-form label {
  font-size: 0;
}
.civi-mailchimp-form input[type="email"] {
  border-radius: 30px;
  border-color: #eee;
  background-color: transparent;
  color: #999;
  width: 370px;
}
.civi-mailchimp-form-style-01 label {
  margin-right: 12px;
}
.civi-mailchimp-form-style-01 input[type="submit"] {
  margin-bottom: 0;
  padding: 12px 36px;
  border-radius: 50px;
  border: 1px solid #007456;
  background-color: #007456;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
.civi-mailchimp-form-style-01 input[type="submit"]:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0 0);
  color: #fff;
}
.civi-mailchimp-form-style-02 .mc4wp-form-fields {
  position: relative;
}
.civi-mailchimp-form-style-02 .mc4wp-form-fields p:last-child {
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 325px;
  width: 20px;
  height: 20px;
}
.civi-mailchimp-form-style-02 .mc4wp-form-fields p:last-child:before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Pro";
  display: block;
  color: #007456;
  font-size: 20px;
}
.civi-mailchimp-form-style-02 input[type="submit"] {
  font-size: 0;
  background-color: transparent;
  border: 0;
  position: relative;
  width: 20px;
  height: 20px;
  top: -27px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .civi-mailchimp-form input[type="email"] {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .civi-mailchimp-form label {
    width: 100%;
  }
  .civi-mailchimp-form .mc4wp-form-fields {
    display: block;
  }
  .civi-mailchimp-form-style-01 label {
    margin-right: 0;
  }
  .civi-mailchimp-form-style-01 input[type="submit"] {
    width: 100%;
    margin-top: 15px;
  }
  .civi-mailchimp-form-style-02 .mc4wp-form-fields p:last-child {
    left: auto;
    right: 22px;
  }
}
.nav-modern-tabs {
  list-style: none;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.nav-modern-tabs li + li {
  margin-top: 0;
  margin-left: 32px;
}
.nav-modern-tabs .nav-item {
  font-size: 18px;
  font-weight: 600;
}
.nav-modern-tabs .nav-item a {
  color: #555;
  position: relative;
  padding-bottom: 8px;
}
.nav-modern-tabs .nav-item a:before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  width: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  background-color: currentColor;
}
.nav-modern-tabs .nav-item a:hover,
.nav-modern-tabs .nav-item.active a {
  color: #007456;
}
.nav-modern-tabs .nav-item a:hover:before,
.nav-modern-tabs .nav-item.active a:before {
  width: 100%;
}
.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-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-section.elementor-inner-section {
  margin-left: 0;
  margin-right: 0;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
  border-color: #eee;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  font-size: 18px;
}
.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: #007456;
  border: solid 1px #007456;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.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, 0.2) 0 0);
  color: #fff;
}
.civi-button.button-outline {
  background-color: transparent;
  color: #111;
  border-color: #ddd;
}
.civi-button.button-outline:hover {
  background-image: none;
  background-color: #007456;
  color: #fff;
  border-color: #007456;
}
.civi-button.button-outline-accent {
  background-color: transparent;
  color: #007456;
  border-color: #007456;
}
.civi-button.button-outline-accent:hover {
  background-image: none;
  background-color: #007456;
  color: #fff;
  border-color: #007456;
}
.civi-button.button-link {
  color: #007456;
  background-color: transparent;
  border-width: 0;
  text-decoration: none;
  -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::after {
  content: "";
  height: 1px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  width: 0;
  display: block;
  background-color: #007456;
}
.civi-button.button-link:hover {
  background-image: none;
}
.civi-button.button-link:hover::after {
  width: 100%;
}
.civi-button.button-border-bottom {
  color: #007456;
  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;
  position: relative;
}
.civi-button.button-border-bottom::after,
.civi-button.button-border-bottom::before {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  background-color: #007456;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.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: 0.3s;
}
.civi-button.button-border-bottom:hover {
  background-image: none;
}
.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: #007456;
  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 {
  -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;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.civi-button i:not(.la-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-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-form-fields-wrapper {
  position: relative;
}
.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-xs,
.elementor-form .elementor-field-textual.elementor-size-sm,
.elementor-form .elementor-field-textual.elementor-size-md,
.elementor-form .elementor-field-textual.elementor-size-lg,
.elementor-form .elementor-field-textual.elementor-size-xl {
  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: "\f00c";
}
.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-element
  .elementor-widget-heading.elementor-widget-heading
  .elementor-heading-title
  > a:hover {
  color: inherit;
}
.elementor-widget-icon .elementor-icon-wrapper {
  line-height: 0;
}
.elementor .elementor-progress-wrapper,
.elementor .elementor-progress-bar {
  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: #111;
}
.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: #111;
}
.elementor .elementor-widget-tabs .elementor-tab-title a {
  color: inherit;
}
.elementor .elementor-widget-tabs .elementor-tab-mobile-title,
.elementor .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active,
.elementor .elementor-widget-tabs .elementor-tab-title:before,
.elementor .elementor-widget-tabs .elementor-tab-title:after,
.elementor .elementor-widget-tabs .elementor-tab-content,
.elementor .elementor-widget-tabs .elementor-tabs-content-wrapper {
  border-color: #111;
}
.elementor-widget-wp-widget-nav_menu ul,
.elementor-widget-wp-widget-civi-core-bmw ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
