@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700&display=swap);
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

 /*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }
  .card-columns .card {
    display: inline-block;
    width: 100%
  }

.badge-primary {
  color: #fff;
  background-color: #0367a5
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #2742ab
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52, 84, 209, 0.5)
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}
.badge-success {
  color: #fff;
  background-color: #28a745
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}
.badge-info {
  color: #fff;
  background-color: #17a2b8
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}
.badge-warning {
  color: #212529;
  background-color: #0367a5
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #e9ab00
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 195, 29, 0.5)
}
.badge-danger {
  color: #fff;
  background-color: #dc3545
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}
.badge-light {
  color: #212529;
  background-color: #f9f9f8
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #e1e1dd
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(249, 249, 248, 0.5)
}
.badge-dark {
  color: #fff;
  background-color: #111
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #000
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(17, 17, 17, 0.5)
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }
  to {
    background-position: 0 0
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }
  to {
    background-position: 0 0
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0367a5;
  transition: width 0.6s ease
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none
  }
}
.media {
  display: flex;
  align-items: flex-start
}
.media-body {
  flex: 1
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}
.tooltip.show {
  opacity: .9
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: .4rem 0
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 .4rem
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: .4rem 0
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 .4rem
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2)
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: .5rem
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((.5rem + 1px) * -1)
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: .5rem
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: .5rem
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((.5rem + 1px) * -1)
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: .5rem
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb
}
.popover-header:empty {
  display: none
}
.popover-body {
  padding: .5rem .75rem;
  color: #212529
}
.carousel {
  position: relative
}
.carousel.pointer-event {
  touch-action: pan-y
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block
}
.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
  transform: translateX(100%)
}
.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
  transform: translateX(-100%)
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s .6s opacity
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity 0.15s ease
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}
.carousel-control-prev {
  left: 0
}
.carousel-control-next {
  right: 0
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none
  }
}
.carousel-indicators .active {
  opacity: 1
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0)
  }
  50% {
    opacity: 1
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }
  50% {
    opacity: 1
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}
.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: #2a91d0 !important
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #8FD3FC !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: #0367a5 !important
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #e9ab00 !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: #f9f9f8 !important
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #e1e1dd !important
}
.bg-dark {
  background-color: #111 !important
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #000 !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: #0367a5 !important
}
.border-secondary {
  border-color: #6c757d !important
}
.border-success {
  border-color: #28a745 !important
}
.border-info {
  border-color: #17a2b8 !important
}
.border-warning {
  border-color: #0367a5 !important
}
.border-danger {
  border-color: #dc3545 !important
}
.border-light {
  border-color: #f9f9f8 !important
}
.border-dark {
  border-color: #111 !important
}
.border-white {
  border-color: #fff !important
}
.rounded-sm {
  border-radius: .2rem !important
}
.rounded {
  border-radius: .25rem !important
}
.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}
.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}
.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}
.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}
.rounded-lg {
  border-radius: .3rem !important
}
.rounded-circle {
  border-radius: 50% !important
}
.rounded-pill {
  border-radius: 50rem !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.85714%
}
.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
}
.flex-fill {
  flex: 1 1 auto !important
}
.flex-grow-0 {
  flex-grow: 0 !important
}
.flex-grow-1 {
  flex-grow: 1 !important
}
.flex-shrink-0 {
  flex-shrink: 0 !important
}
.flex-shrink-1 {
  flex-shrink: 1 !important
}
.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
  }
  .flex-sm-fill {
    flex: 1 1 auto !important
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important
  }
  .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
  }
  .flex-md-fill {
    flex: 1 1 auto !important
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important
  }
  .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
  }
  .flex-lg-fill {
    flex: 1 1 auto !important
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important
  }
  .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
  }
}


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

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


}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}
.tooltip.show {
  opacity: .9
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: .4rem 0
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 .4rem
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: .4rem 0
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 .4rem
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2)
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: .5rem
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((.5rem + 1px) * -1)
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: .5rem
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: .5rem
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((.5rem + 1px) * -1)
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: .5rem
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb
}
.popover-header:empty {
  display: none
}
.popover-body {
  padding: .5rem .75rem;
  color: #212529
}
.carousel {
  position: relative
}
.carousel.pointer-event {
  touch-action: pan-y
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block
}
.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
  transform: translateX(100%)
}
.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
  transform: translateX(-100%)
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s .6s opacity
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity 0.15s ease
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}
.carousel-control-prev {
  left: 0
}
.carousel-control-next {
  right: 0
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none
  }
}
.carousel-indicators .active {
  opacity: 1
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}




@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 #adb5bd;
    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 #dee2e6 !important
  }
  .table-dark {
    color: inherit
  }
  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #dee2e6
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}
.owl-carousel.owl-loaded {
  display: block
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}
.owl-carousel.owl-hidden {
  opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}
.owl-carousel.owl-rtl {
  direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
  float: right
}
.no-js .owl-carousel {
  display: block
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
  z-index: 0
}
.owl-carousel .owl-animated-out {
  z-index: 1
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.owl-height {
  transition: height 500ms ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}
body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms
}
body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0
}
body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
  transition-delay: 50ms
}
body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms
}
body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0
}
body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
  transition-delay: 100ms
}
body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms
}
body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0
}
body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
  transition-delay: 150ms
}
body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms
}
body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0
}
body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
  transition-delay: 200ms
}
body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms
}
body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0
}
body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
  transition-delay: 250ms
}
body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms
}
body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0
}
body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
  transition-delay: 300ms
}
body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms
}
body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0
}
body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
  transition-delay: 350ms
}
body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms
}
body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0
}
body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
  transition-delay: 400ms
}
body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms
}
body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0
}
body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
  transition-delay: 450ms
}
body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms
}
body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0
}
body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
  transition-delay: 500ms
}
body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms
}
body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0
}
body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
  transition-delay: 550ms
}
body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms
}
body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0
}
body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
  transition-delay: 600ms
}
body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms
}
body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0
}
body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
  transition-delay: 650ms
}
body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms
}
body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0
}
body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
  transition-delay: 700ms
}
body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms
}
body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0
}
body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
  transition-delay: 750ms
}
body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms
}
body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0
}
body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
  transition-delay: 800ms
}
body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms
}
body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0
}
body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
  transition-delay: 850ms
}
body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms
}
body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0
}
body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
  transition-delay: 900ms
}
body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms
}
body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0
}
body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
  transition-delay: 950ms
}
body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms
}
body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0
}
body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  transition-delay: 1000ms
}
body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms
}
body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0
}
body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  transition-delay: 1050ms
}
body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms
}
body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0
}
body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  transition-delay: 1100ms
}
body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms
}
body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0
}
body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  transition-delay: 1150ms
}
body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms
}
body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0
}
body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  transition-delay: 1200ms
}
body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms
}
body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0
}
body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  transition-delay: 1250ms
}
body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms
}
body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0
}
body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  transition-delay: 1300ms
}
body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms
}
body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0
}
body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  transition-delay: 1350ms
}
body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms
}
body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0
}
body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  transition-delay: 1400ms
}
body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms
}
body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0
}
body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  transition-delay: 1450ms
}
body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms
}
body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0
}
body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  transition-delay: 1500ms
}
body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms
}
body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0
}
body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  transition-delay: 1550ms
}
body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms
}
body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0
}
body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  transition-delay: 1600ms
}
body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms
}
body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0
}
body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  transition-delay: 1650ms
}
body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms
}
body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0
}
body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  transition-delay: 1700ms
}
body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms
}
body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0
}
body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  transition-delay: 1750ms
}
body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms
}
body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0
}
body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  transition-delay: 1800ms
}
body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms
}
body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0
}
body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  transition-delay: 1850ms
}
body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms
}
body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0
}
body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  transition-delay: 1900ms
}
body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms
}
body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0
}
body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  transition-delay: 1950ms
}
body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms
}
body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0
}
body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  transition-delay: 2000ms
}
.hero {
  position: relative;
  background-color: #d1e6f9;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden
}
.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%)
}
.hero .container {
  position: relative;
  z-index: 2
}
.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1
}
@media (pointer: coarse) and (hover: none) {
  .hero video {
    display: none
  }
}
.bg-theme {
  background-image: url(../images/1920x1080.jpg);
  width: 100%;
  background-attachment: fixed !important;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover
}
.bg-theme-v1 {
  background-image: url(../images/1920x1080.jpg);
  width: 100%;
  background-attachment: fixed !important;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover
}
.bg-theme-v1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0c0c0c;
  opacity: 0.3
}
.bg-theme-v2 {
  position: relative
}
.bg-theme-v2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 45%;
  background-color: #8FD3FC;
  z-index: -1
}
.bg-theme-v3 {
  background-image: url(../images/1920x1080.jpg);
  width: 100%;
  background-attachment: fixed !important;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover
}
.bg-theme-v3:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #8FD3FC;
  opacity: 0.9
}
.bg-theme-v4 {
  background-image: url(../images/1920x1080.jpg);
  width: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover
}
.bg-theme-v4:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.3
}
.bg-theme-v5 {
  background-image: url(../images/1920x1080.jpg);
  width: 100%;
  background-attachment: fixed !important;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover
}
.bg-theme-v5:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0c0c0c;
  opacity: 0.1
}
.bg-theme-v6 {
  background-image: url(../images/1920x1080.jpg);
  width: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover
}
.bg-theme-v6:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(18, 18, 18, 0.93);
  opacity: 0.8
}
.bg-theme-v7 {
  background-image: url(../images/1920x1080.jpg);
  width: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover
}
.bg-theme-v7:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.3
}
.bg-theme-v8 {
  background-image: url(../images/1920x1080.jpg);
  width: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover
}
.bg-theme-v8:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3
}
.bg-theme-overlay {
  background-image: url(../images/1920x1080.jpg);
  width: 100%;
  background-position: center 50%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  position: relative
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .bg-theme-overlay {
    background-attachment: fixed
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .search__container .select_option {
    padding: 10px
  }
}
.search__container .select_option span {
  line-height: 38px
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .card__box-v1 {
    margin-top: 15px
  }
}
.card__image {
  border: 1px solid #e9ecef;
  transition: all 0.3s ease
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .card__image {
    margin-top: 20px
  }
}
.card__image:hover {
  cursor: pointer;
  -o-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12)
}
.card__image-header {
  position: relative;
  overflow: hidden;
  display: block
}
.card__image-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(transparent, #1b1b1b);
  z-index: 1
}
.card__image-header .ribbon {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.60);
  transform: translate3d(0, 0, 1px) rotate(-45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #545166;
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding: 6px;
  position: absolute;
  z-index: 3;
  left: -30px;
  top: 15px;
  width: 120px;
  margin: auto;
  height: 30px;
  bottom: inherit;
  right: inherit;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.60);
}
.card__image-header .info {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 5px;
  background-color: #373737;
  box-shadow: 1px 2px 1px rgba(94, 93, 99, 0.08), 0 1px 2px rgba(61, 60, 66, 0.12);
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
  font-family: "Open Sans", sans-serif
}
.card__image-header img.img-transition {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 400ms linear 0s
}
.card__image-header:hover img.img-transition {
  transform: scale(1.05)
}
.card__image-header:hover::before {
  opacity: 1
}
.card__image-body {
  padding: 20px 15px;
  position: relative;
  background-color: #fff
}
.card__image-body span {
  font-size: 14px
}
.card__image-body h6 {
  font-family: "Open Sans", serif
}
.card__image-body h6 a {
  color: #373737;
  text-transform: capitalize;
  line-height: 1.5
}
.card__image-body h6 a:hover {
  text-decoration: none
}
.card__image-body p {
  display: flex
}
.card__image-body p i.fa {
  margin-right: 4px;
  line-height: 1.4
}
.card__image-body .list-inline {
  line-height: 24px;
  margin-bottom: 0
}
.card__image-body .list-inline-item span {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  color: #495057;
  font-weight: normal;
  font-size: 14px;
  padding: 0
}
.card__image-body .list-inline-item span i.fa {
  color: #495057
}
.card__image-body .card__content {
  width: 100%;
  color: #fff;
  transition: all 0.4s;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 600
}
.card__image-footer {
  border-top: 1px solid #e9ecef;
  padding: 8px 15px;
  display: flex;
  background-color: #fff
}
.card__image-footer figure {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0
}
.card__image-footer figure img {
  max-width: 100%;
  height: auto;
  border: 1px solid #e9ecef;
  padding: 3px;
  vertical-align: middle
}
.card__image-footer .list-inline {
  margin-bottom: 0
}
.card__image-footer .list-inline-item h6 {
  color: #373737;
  margin: 0
}
.card__image-footer .list-inline-item a {
  font-family: "Open Sans", sans-serif;
  color: #495057;
  font-size: 14px;
  line-height: 1.5;
  text-transform: capitalize
}
.card__image-footer .list-inline-item a:hover {
  text-decoration: none
}
.card__image-footer .list-inline-item span, .card__image-footer .list-inline-item small {
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  color: #495057;
  font-size: 14px
}
.card__hidden-content {
  position: relative;
  width: 100%;
  background-color: #0367a5;
  color: #fff;
  height: 0px;
  transition: all 0.4s;
  margin: 0;
  list-style: none;
  font-size: 14px;
  display: flex;
  overflow: hidden;
  padding: 0 14px
}
.card__image-hover-overlay::before {
  opacity: 0.9;
  background: linear-gradient(to bottom, transparent 65%, #2f2f2f);
  transition: opacity 0.3s
}
.card__image-hover-style-v2 img {
  height: 86vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.card__image-hover {
  overflow: hidden;
  position: relative
}
.card__image-hover:hover .card__hidden-content {
  height: 50px
}
.card__image-hover .list-inline-item {
  width: 100%;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
  margin: 0;
  padding: 5px 0;
  position: relative;
  transition: all 0.5s;
  opacity: 1;
  font-family: "Open Sans", sans-serif
}
.card__image-hover:hover .list-inline-item {
  opacity: 1
}
.card__image-hover .list-inline-item span {
  display: block;
  color: #fff;
  margin: 0;
  padding: 0
}
.card__image-hover .listing-badges {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 0px;
  overflow: hidden;
  height: 100px
}
.card__image-hover .listing-badges span {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 5px;
  background-color: #373737;
  box-shadow: 1px 2px 1px rgba(94, 93, 99, 0.08), 0 1px 2px rgba(61, 60, 66, 0.12);
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
  font-family: "Open Sans", sans-serif
}
.card__image-hover .listing-badges .featured {
  background-color: #8FD3FC;
  font-family: "Open Sans", sans-serif;
  float: left;
  transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 14px;
  margin: 0;
  padding: 6px;
  font-weight: normal
}
.card__image-hover-style-v2:hover .card__hidden-content-style-2 {
  height: 110px
}
.card__hidden-content-style-2 {
  position: relative;
  width: 100%;
  background-color: #8FD3FC;
  color: #fff;
  height: 0;
  transition: all 0.4s;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  overflow: hidden;
  padding: 0 20px
}
.card__image-style-2::before {
  background: #0367a5 !important
}
.card__image-style-2 .card__hidden-content-style-2 {
  background-color: transparent
}
.card__image-content, .card__image-style-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0
}
.card__image-content::before, .card__image-style-2::before {
  content: "";
  opacity: 0.8;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #0e0e0e);
  transition: opacity 0.3s;
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0
}
.card__image-content-desc, .card__image-style-2-desc {
  padding: 20px 14px 10px;
  z-index: 1;
  position: relative
}
.card__image-content-desc h6, .card__image-style-2-desc h6 {
  color: #fff;
  margin-bottom: 0;
  font-family: "Open Sans", serif
}
.card__image-content-desc p, .card__image-style-2-desc p {
  font-size: 16px;
  color: #fff
}
.h-230 img {
  height: 230px
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .h-230 img {
    height: auto
  }
}
.h-475 img {
  height: 475px
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .h-475 img {
    height: auto
  }
}
.card__image-hover-style-v3 {
  position: relative
}
.card__image-hover-style-v3 .card__image-hover-style-v3-thumb {
  overflow: hidden;
  position: relative;
  margin: 15px 0 0 0
}
.card__image-hover-style-v3 .card__image-hover-style-v3-thumb img {
  transition: all 0.6s ease;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative
}
.card__image-hover-style-v3 .overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, #1d293e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#1d293e', GradientType=0);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.4s ease 0s
}
.card__image-hover-style-v3 .overlay .desc {
  position: relative;
  top: 70%;
  transform: translateY(-50%);
  text-align: center;
  transition: all 0.4s ease 0s;
  z-index: 1
}
.card__image-hover-style-v3 .overlay .desc h6 {
  color: #fff;
  font-family: "Open Sans", serif
}
.card__image-hover-style-v3 .overlay .desc p {
  color: #fff
}
.card__image-hover-style-v3:hover .overlay:hover .desc {
  top: 50%;
  transition: all 0.4s ease 0s
}
.card__image-hover-style-v3:hover .overlay:hover {
  z-index: 1;
  transition: all 0.4s ease 0s
}
.card__image-hover-style-v3:hover .card__image-hover-style-v3-thumb img {
  transform: scale(1.1) rotate(-1deg);
  transition: all 0.4s ease 0s
}
.featured__property-carousel {
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease
}
.featured__property-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}
.featured__property-carousel.owl-carousel.owl-theme {
  overflow: visible
}
.featured__property-carousel.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0
}
.featured__property-carousel.owl-carousel.owl-theme .owl-dots .owl-dot {
  background-color: transparent;
  margin-right: 15px;
  vertical-align: middle;
  outline: none;
  box-shadow: none
}
.featured__property-carousel.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: #cccccc;
  border-radius: 50%;
  margin: 3px;
  width: 6px;
  height: 6px;
  transition: all 0.3s ease
}
.featured__property-carousel.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  border-radius: 50%;
  background-color: #0367a5 !important;
  border: 5px solid #e0e2e3;
  height: 15px;
  width: 15px;
  background: #0367a5;
  outline: 0;
  box-shadow: none;
  transition: all 0.3s ease
}
.recent__property h2, .popular__city-large h2 {
  font-family: "Open Sans", serif
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .recent__property h2, .popular__city-large h2 {
    font-size: 24px
  }
}
.recent__property-carousel .owl-nav {
  margin-top: 0
}
.recent__property-carousel .owl-nav button {
  position: absolute;
  text-align: center;
  top: 40%;
  height: 40px;
  width: 40px;
  line-height: 35px;
  font-size: 22px;
  color: #fff !important;
  background: #0367a5 !important;
  outline: none;
  box-shadow: none;
  border-radius: 0 !important
}
.recent__property-carousel .owl-nav button:hover {
  background: #0367a5 !important
}
.recent__property-carousel .owl-nav .owl-prev {
  left: auto;
  right: 40px;
  top: -35%
}
.recent__property-carousel .owl-nav .owl-next {
  right: -5px;
  left: auto;
  top: -35%
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .recent__property-carousel .owl-nav {
    display: none
  }
}
.recent__property-carousel .owl-dots {
  margin-top: 30px
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .recent__property-carousel .owl-dots {
    display: block;
    margin-top: 15px
  }
}
@media screen and (min-width: 1023px) {
  .recent__property-carousel .owl-dots {
    display: none
  }
}
.recent__property-carousel .owl-dots .owl-dot {
  background-color: transparent;
  margin-right: 15px;
  vertical-align: middle;
  outline: none;
  box-shadow: none
}
.recent__property-carousel .owl-dots .owl-dot span {
  background-color: #cccccc;
  border-radius: 50%;
  margin: 3px;
  width: 6px;
  height: 6px;
  transition: all 0.3s ease
}
.recent__property-carousel .owl-dots .owl-dot.active span {
  border-radius: 50%;
  background-color: #0367a5 !important;
  border: 5px solid #e0e2e3;
  height: 15px;
  width: 15px;
  background: #0367a5;
  outline: 0;
  box-shadow: none;
  transition: all 0.3s ease
}
.card__image-filter {
  position: relative
}
.card__image-filter .filterizr-filter {
  display: table;
  margin: 0 auto
}
.card__image-filter .filterizr-filter .btn-filter {
  float: left;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  cursor: pointer
}
.card__image-filter .filterizr-filter .btn-filter:first-child {
  border-left: 1px solid #eee
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .card__image-filter .filterizr-filter .btn-filter {
    font-size: 13px
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .card__image-filter .filtr-container .filtr-item {
    padding-top: 0
  }
}
.card__image-filter .filtr-container-bottom {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden
}
.card__image-filter .filterizr-filter .btn-filter:hover:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent
}
.card__image-filter .filterizr-filter .filtr-active.btn-filter::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent
}
.card__image-filter .filterizr-filter .btn-filter:hover, .card__image-filter .filterizr-filter .filtr-active.btn-filter {
  background-color: #0367a5;
  color: #fff
}
.tc-image-caption4 {
  position: relative;
  overflow: hidden
}
.tc-image-caption4 .caption h6 {
  color: #fff;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  margin-bottom: 15px
}
.tc-image-caption4 .caption h2 {
  color: #fff;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  margin-bottom: 15px
}
.tc-image-caption4 .caption p {
  color: #fff;
  line-height: 1.5
}
.tc-image-caption4 img {
  height: 86vh;
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.5) translateX(0);
  transition: all 0.4s ease-in-out
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .tc-image-caption4 img {
    height: 70vh
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .tc-image-caption4 img {
    height: 60vh
  }
}
.tc-image-caption4:hover img {
  transform: scale(1.5) translateX(-12px)
}
.tc-image-caption4 .caption {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  left: 25px;
  text-align: left;
  width: calc(100% - 50px)
}
.tc-image-caption4:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  top: 0;
  left: 0
}
.tc-image-caption4:hover:after {
  opacity: 1
}
.tc-image-caption4 .caption h6 {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  font-weight: 400
}
.tc-image-caption4 .caption h2 {
  font-family: "Open Sans", serif
}
.tc-image-caption4 .caption p {
  transform: translateY(50px);
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.5s ease-in-out
}
.tc-image-caption4:hover .caption h6, .tc-image-caption4:hover .caption h2, .tc-image-caption4:hover .caption p {
  opacity: 1;
  transform: translateY(0px)
}
.card__image:hover {
  cursor: pointer;
  -o-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12)
}
.card__image .img-space {
  margin: 10px 10px 0
}
.card__image__header {
  position: relative;
  overflow: hidden;
  display: block
}
.card__image__header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(transparent, #1b1b1b);
  z-index: 1
}
.card__image__header .ribbon {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 1px) rotate(-45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #0367a5;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  padding: 6px;
  position: absolute;
  z-index: 3;
  left: -30px;
  top: 15px;
  width: 120px;
  text-align: center;
  margin: auto;
  height: 30px;
  bottom: inherit;
  right: inherit
}
.card__image__header .info {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 5px;
  background-color: #373737;
  box-shadow: 1px 2px 1px rgba(94, 93, 99, 0.08), 0 1px 2px rgba(61, 60, 66, 0.12);
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 14px;
  color: #fff;
  font-family: "Open Sans", sans-serif
}
.card__image__header img.img-transition {
  height: 250px;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 400ms linear 0s
}
.card__image__header:hover img.img-transition {
  transform: scale(1.05)
}
.card__image__header:hover::before {
  opacity: 1
}
.card__image__body {
  padding: 1.5rem 1rem;
  position: relative
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .card__image__body {
    padding: 1rem 1rem
  }
}
.card__image__body span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px
}
.card__image__body h6 {
  font-family: "Open Sans", serif
}
.card__image__body h6 a {
  color: #373737;
  text-transform: capitalize;
  font-family: "Open Sans", serif
}
.card__image__body h6 a:hover {
  text-decoration: none
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .card__image__body h6 {
    font-size: 16px
  }
}
.card__image__body .list-inline {
  line-height: 24px;
  margin-bottom: 0
}
.card__image__body .list-inline-item span {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  color: #495057
}
.card__image__body .list-inline-item span i.fa {
  color: #495057
}
.card__image__body .card__content {
  width: 100%;
  color: #fff;
  transition: all 0.4s;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 600
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .card__image__body .card__content {
    display: none
  }
}
.card__image__footer-first {
  align-items: center
}
.card__image__footer-first::before {
  border: 1px solid gray
}
.card__image__footer {
  height: 100%;
  border-left: 1px solid #e9ecef;
  padding: 1.5rem 1rem;
  margin-bottom: auto;
  margin-top: auto;
  align-items: center;
  text-align: center
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .card__image__footer {
    display: flex;
    padding: 0.5rem 1rem;
    border-left: none;
    border-top: 1px solid #e9ecef;
    text-align: left
  }
}
.card__image__footer figure {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  margin: 0 auto
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .card__image__footer figure {
    margin: 0 10px 0 0
  }
}
.card__image__footer figure img {
  max-width: 100%;
  height: auto;
  border: 1px solid #e9ecef;
  padding: 3px;
  vertical-align: middle
}
.card__image__footer .name {
  padding-top: 20px
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .card__image__footer .name {
    padding-top: 0px
  }
}
.card__image__footer .price {
  padding-top: 20px
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .card__image__footer .price {
    padding-top: 5px
  }
}
.card__image__footer .list-inline-item a {
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  color: #373737
}
.card__image__footer .list-inline-item a:hover {
  text-decoration: none
}
.card__image__footer .list-inline-item span, .card__image__footer .list-inline-item small {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  text-transform: capitalize;
  font-weight: 600
}
.cards__icons {
  margin-top: 30px;
  padding: 40px 30px;
  position: relative;
  transition: all 0.3s ease
}
.cards__icons:hover {
  cursor: pointer;
  -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  transform: translateY(-15px)
}
.cards__icons:hover .cards__icons-header-hover {
  background-color: #0367a5
}
.cards__icons-left {
  border: 1px solid gray
}
.cards__icons-header {
  position: relative
}
.cards__icons-header-hover {
  background-color: #a7d1ff;
  height: 130px;
  line-height: 130px;
  margin: 0 auto;
  width: 130px;
  transition: all 0.3s ease
}
.cards__icons-header .circle {
  border-radius: 50%
}
.cards__icons-footer {
  padding-top: 30px
}
.cards__icons-footer h5 {
  font-family: "Open Sans", serif
}
.cards__icons-footer p {
  line-height: 1.5;
  margin-bottom: 0
}
.cards__icons-style-1 {
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease
}
.cards__icons-style-1:hover {
  cursor: pointer;
  transform: translateY(-15px)
}
.cards__icons-style-1:hover .cards__icons-header-hover {
  background-color: #0367a5
}
.cards__icons-style-1 .cards__icons-header-left {
  text-align: left
}
.cards__icons-style-1-footer {
  padding-top: 30px
}
.cards__icons-style-1-footer h5 {
  font-family: "Open Sans", serif
}
.cards__icons-style-1-footer p {
  line-height: 1.5;
  margin-bottom: 0
}
.widget {
  border: 1px solid #e9ecef
}
.widget ul {
  margin: 0;
  padding: 0
}
.widget ul li {
  border-bottom: solid 1px #e6e6e6
}
.widget ul li:last-child {
  border-bottom: 0
}
.widget ul li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  line-height: 26px;
  font-family: "Open Sans", sans-serif
}
.widget ul li a:hover {
  padding: 15px 20px 15px 30px
}
.widget ul li a span {
  display: block;
  float: right;
  border-radius: 4px;
  height: 26px;
  width: 26px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold
}
.widget__category {
  border: solid 1px #e6e6e6
}
.widget__category ul {
  margin: 0;
  padding: 0
}
.widget__category ul li a {
  background-color: #f8f8f8
}
.widget__category ul li a:hover {
  background-color: #0367a5;
  color: #fff
}
.widget__category ul li a span {
  font-size: 14px
}
.widget__archive, .widget__category {
  margin-bottom: 30px
}
.widget__archive .widget__title, .widget__category .widget__title {
  padding: 2rem 1rem;
  border-bottom: 1px solid #e9ecef
}
.widget__archive .widget__title h5, .widget__category .widget__title h5 {
  text-transform: capitalize;
  font-family: "Open Sans", serif;
  margin-bottom: 0;
  font-size: 18px
}
.widget__archive .widget__title h6, .widget__category .widget__title h6 {
  text-transform: capitalize;
  font-family: "Open Sans", serif
}
.block-quote {
  background-color: #fafafa;
  padding: 30px 30px 30px 70px !important;
  line-height: 25px;
  font-weight: 500;
  position: relative;
  margin: 20px 0
}
.block-quote::before {
  font-family: FontAwesome;
  content: "\f10d";
  position: absolute;
  left: 30px;
  top: 35px;
  color: #0367a5;
  font-size: 25px;
  font-style: normal
}
.wrap__profile {
  border: 1px solid #ddd;
  padding: 20px;
  position: relative;
  display: flex;
  margin-bottom: 30px
}
.wrap__profile-author {
  display: flex
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .wrap__profile-author {
    display: block;
    text-align: center
  }
}
.wrap__profile-author figure {
  width: 140px;
  height: auto;
  display: block;
  margin-right: 10px
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .wrap__profile-author figure {
    max-width: 100%;
    width: 100%;
    text-align: center
  }
}
.wrap__profile-author figure img {
  padding: 4px;
  border-radius: 50%;
  border: 1px solid #eee;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative
}
.wrap__profile-author-detail {
  float: left
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .wrap__profile-author-detail {
    margin-left: 10px
  }
}
.wrap__profile-author-detail-name {
  text-transform: uppercase;
  color: #6c757d;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px
}
.wrap__profile-author-detail h5 {
  text-transform: capitalize;
  font-family: "Open Sans", serif
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .wrap__profile-author-detail h5 {
    font-size: 18px
  }
}
.wrap__profile-author-detail .list-inline {
  margin: 0
}
.wrap__profile-author-detail .list-inline .list-inline-item .btn-social.telegram {
  background: #179cde
}
.wrap__profile-author-detail .list-inline .list-inline-item .btn-social.telegram:hover {
  background: transparent;
  color: #179cde
}
.wrap__gallery {
  display: flex
}
.wrap__gallery .list-inline .list-inline-item {
  width: 25%;
  float: left;
  position: relative;
  padding: 2px;
  margin: 0
}
.wrap__gallery .list-inline .list-inline-item a {
  display: block;
  position: relative;
  overflow: hidden
}
.wrap__gallery .list-inline .list-inline-item a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background: linear-gradient(285deg, rgba(249, 42, 40, 0.74902) 27%, rgba(218, 23, 82, 0.760784) 100%, #fff 100%);
  transition: all 0.5s ease-in-out;
  z-index: 1
}
.wrap__gallery .list-inline .list-inline-item a img {
  max-width: 100%;
  width: 100%;
  height: 85px;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover
}
.wrap__gallery .list-inline .list-inline-item a .icon_insta {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  z-index: 2
}
.wrap__gallery .list-inline .list-inline-item:hover a::before, .wrap__gallery .list-inline .list-inline-item:hover .icon_insta {
  opacity: 1
}
.wrapper__list__instagram h4 {
  font-family: "Open Sans", serif;
  font-size: 18px
}
.slider__image__detail-large .slider__image__detail-large-one {
  position: relative
}
.slider__image__detail-large .slider__image__detail-large-one::after {
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 100, 0))
}
.slider__image__detail-large .slider__image__detail-large-one img {
  height: 480px;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__image__detail-large .slider__image__detail-large-one img {
    height: 225px
  }
}
.slider__image__detail-large .slider__image__detail-large-one .description {
  width: 100%;
  bottom: 0;
  padding: 0 30px;
  height: 100px;
  position: absolute;
  z-index: 1
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__image__detail-large .slider__image__detail-large-one .description {
    padding: 0 6px;
    height: 100px
  }
}
.slider__image__detail-large .slider__image__detail-large-one .description figure {
  float: left;
  margin-top: 12px
}
.slider__image__detail-large .slider__image__detail-large-one .description figure img {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-size: cover
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__image__detail-large .slider__image__detail-large-one .description figure img {
    width: 35px;
    height: 35px;
    margin-right: 4px
  }
}
.slider__image__detail-large .slider__image__detail-large-one .description span {
  font-family: "Open Sans", sans-serif
}
.slider__image__detail-large .slider__image__detail-large-one .description .price {
  position: relative
}
.slider__image__detail-large .slider__image__detail-large-one .description .price h5 {
  color: #fff;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 5px
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__image__detail-large .slider__image__detail-large-one .description .price h5 {
    font-size: 14px;
    margin-bottom: 5px
  }
}
.slider__image__detail-large .slider__image__detail-large-one .description h4 {
  color: #fff;
  font-size: 20px;
  font-family: "Open Sans", serif
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__image__detail-large .slider__image__detail-large-one .description h4 {
    font-size: 14px;
    margin-bottom: 4px
  }
}
.slider__image__detail-large .slider__image__detail-large-one .description p {
  font-size: 14px;
  color: #fff
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__image__detail-large .slider__image__detail-large-one .description p {
    font-size: 10px;
    margin: 0
  }
}
.slider__image__detail-thumb {
  margin-top: 5px
}
.slider__image__detail-thumb .slider__image__detail-thumb-one {
  background: #c9c9c9;
  color: #fff;
  text-align: center;
  cursor: pointer
}
.slider__image__detail-thumb .slider__image__detail-thumb-one img {
  height: 118px;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__image__detail-thumb .slider__image__detail-thumb-one img {
    height: 65px
  }
}
.slider__image__detail-thumb .slider__image__detail-thumb-one::after {
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  background: -webkit-gradient(linear-gradient(to top, rgba(0, 0, 0, 0.28) 50%, rgba(0, 0, 100, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.28) 50%, rgba(0, 0, 100, 0))
}
.slider__image__detail-thumb .slider__image__detail-thumb-one h1 {
  font-size: 18px
}
.slider__image__detail-thumb .current .slider__image__detail-thumb-one {
  background: #0c83e7
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6
}
.slider__image__detail-large.owl-carousel .owl-nav {
  margin-top: 0
}
.slider__image__detail-large.owl-carousel .owl-nav button {
  background: #0367a5;
  position: absolute;
  text-align: center;
  top: 40%;
  height: 40px;
  width: 40px;
  line-height: 35px;
  font-size: 22px;
  color: #fff;
  outline: none;
  box-shadow: none;
  border-radius: 0
}
.slider__image__detail-large.owl-carousel .owl-nav button.owl-next {
  right: 0%;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__image__detail-large.owl-carousel .owl-nav button.owl-prev {
  left: 0%;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__image__detail-large.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 30px
}
.slider__image__detail-large:hover.owl-carousel .owl-nav button.owl-next {
  right: 3%;
  visibility: visible;
  opacity: 1;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__image__detail-large:hover.owl-carousel .owl-nav button.owl-next:hover {
  transition: all ease 0.25s;
  background: #0367a5
}
.slider__image__detail-large:hover.owl-carousel .owl-nav button.owl-prev {
  left: 3%;
  visibility: visible;
  opacity: 1;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__image__detail-large:hover.owl-carousel .owl-nav button.owl-prev:hover {
  transition: all ease 0.25s;
  background: #0367a5
}
.slider__property {
  display: flex
}
.slider__property-carousel {
  position: relative
}
.slider__property-carousel .item {
  transition: all 0.3s ease-in-out
}
.slider__property-carousel .item img {
  height: 540px;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__property-carousel .item img {
    height: 250px
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .slider__property-carousel .item img {
    height: 280px
  }
}
.slider__property-carousel.owl-carousel .owl-nav {
  margin-top: 0
}
.slider__property-carousel.owl-carousel .owl-nav button {
  background: #0367a5;
  position: absolute;
  text-align: center;
  top: 40%;
  height: 40px;
  width: 40px;
  line-height: 35px;
  font-size: 22px;
  color: #fff;
  outline: none;
  box-shadow: none;
  border-radius: 0
}
.slider__property-carousel.owl-carousel .owl-nav button.owl-next {
  right: 0%;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__property-carousel.owl-carousel .owl-nav button.owl-prev {
  left: 0%;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__property-carousel.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 30px
}
.slider__property-carousel:hover.owl-carousel .owl-nav button.owl-next {
  right: 3%;
  visibility: visible;
  opacity: 1;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__property-carousel:hover.owl-carousel .owl-nav button.owl-next:hover {
  transition: all ease 0.25s;
  background: #0367a5
}
.slider__property-carousel:hover.owl-carousel .owl-nav button.owl-prev {
  left: 3%;
  visibility: visible;
  opacity: 1;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__property-carousel:hover.owl-carousel .owl-nav button.owl-prev:hover {
  transition: all ease 0.25s;
  background: #0367a5
}
.slider__property {
  display: flex
}
.slider__property-carousel-large {
  position: relative
}
.slider__property-carousel-large .item {
  transition: all 0.3s ease-in-out
}
.slider__property-carousel-large .item img {
  height: 600px;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__property-carousel-large .item img {
    height: 225px
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .slider__property-carousel-large .item img {
    height: 450px
  }
}
.slider__property-carousel-large.owl-carousel .owl-nav {
  margin-top: 0
}
.slider__property-carousel-large.owl-carousel .owl-nav button {
  background: #0367a5;
  position: absolute;
  text-align: center;
  top: 40%;
  height: 40px;
  width: 40px;
  line-height: 35px;
  font-size: 22px;
  color: #fff;
  outline: none;
  box-shadow: none;
  border-radius: 0
}
.slider__property-carousel-large.owl-carousel .owl-nav button.owl-next {
  right: 0%;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__property-carousel-large.owl-carousel .owl-nav button.owl-prev {
  left: 0%;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__property-carousel-large.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 30px
}
.slider__property-carousel-large:hover.owl-carousel .owl-nav button.owl-next {
  right: 3%;
  visibility: visible;
  opacity: 1;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__property-carousel-large:hover.owl-carousel .owl-nav button.owl-next:hover {
  transition: all ease 0.25s;
  background: #0367a5
}
.slider__property-carousel-large:hover.owl-carousel .owl-nav button.owl-prev {
  left: 3%;
  visibility: visible;
  opacity: 1;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__property-carousel-large:hover.owl-carousel .owl-nav button.owl-prev:hover {
  transition: all ease 0.25s;
  background: #0367a5
}
.slider__property {
  display: flex
}
.slider__property-carousel-opacity {
  position: relative
}
.slider__property-carousel-opacity .owl-item {
  display: block
}
.slider__property-carousel-opacity .owl-item .item {
  transition: all 0.3s ease-in-out
}
.slider__property-carousel-opacity .owl-item .item img {
  height: 600px;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__property-carousel-opacity .owl-item .item img {
    height: 200px
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .slider__property-carousel-opacity .owl-item .item img {
    height: 250px
  }
}
.slider__property-carousel-opacity.owl-carousel .owl-nav {
  margin-top: 0
}
.slider__property-carousel-opacity.owl-carousel .owl-nav button {
  background: #0367a5;
  position: absolute;
  text-align: center;
  top: 40%;
  height: 40px;
  width: 40px;
  line-height: 35px;
  font-size: 22px;
  color: #fff;
  outline: none;
  box-shadow: none;
  border-radius: 0
}
.slider__property-carousel-opacity.owl-carousel .owl-nav button.owl-next {
  right: 0%;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__property-carousel-opacity.owl-carousel .owl-nav button.owl-prev {
  left: 0%;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__property-carousel-opacity.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 30px
}
.slider__property-carousel-opacity:hover.owl-carousel .owl-nav button.owl-next {
  right: 3%;
  visibility: visible;
  opacity: 1;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__property-carousel-opacity:hover.owl-carousel .owl-nav button.owl-next:hover {
  transition: all ease 0.25s;
  background: #0367a5
}
.slider__property-carousel-opacity:hover.owl-carousel .owl-nav button.owl-prev {
  left: 3%;
  visibility: visible;
  opacity: 1;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__property-carousel-opacity:hover.owl-carousel .owl-nav button.owl-prev:hover {
  transition: all ease 0.25s;
  background: #0367a5
}
.slider__property-carousel-opacity .owl-item .item img {
  opacity: 0.1;
  padding: 0px;
  text-align: center;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__property-carousel-opacity .owl-item .item img {
    opacity: 1;
    transform: none
  }
}
.slider__property-carousel-opacity .owl-item.active.center .item img {
  opacity: 1;
  transform: scale3d(1, 1, 1)
}
.slider__image__detail-large-two .slider__image__detail-large-one {
  position: relative
}
.slider__image__detail-large-two .slider__image__detail-large-one::after {
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 100, 0))
}
.slider__image__detail-large-two .slider__image__detail-large-one img {
  height: 640px;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__image__detail-large-two .slider__image__detail-large-one img {
    height: 225px
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .slider__image__detail-large-two .slider__image__detail-large-one img {
    height: 480px
  }
}
.slider__image__detail-large-two .slider__image__detail-large-one .description {
  width: 100%;
  bottom: 0;
  padding: 0 30px;
  height: 100px;
  position: absolute;
  z-index: 1
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__image__detail-large-two .slider__image__detail-large-one .description {
    padding: 0 6px;
    height: 100px
  }
}
.slider__image__detail-large-two .slider__image__detail-large-one .description figure {
  float: left;
  margin-top: 12px
}
.slider__image__detail-large-two .slider__image__detail-large-one .description figure img {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-size: cover
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__image__detail-large-two .slider__image__detail-large-one .description figure img {
    width: 35px;
    height: 35px;
    margin-right: 4px
  }
}
.slider__image__detail-large-two .slider__image__detail-large-one .description span {
  font-family: "Open Sans", sans-serif
}
.slider__image__detail-large-two .slider__image__detail-large-one .description .price {
  position: relative
}
.slider__image__detail-large-two .slider__image__detail-large-one .description .price h5 {
  color: #fff;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 5px
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__image__detail-large-two .slider__image__detail-large-one .description .price h5 {
    font-size: 14px;
    margin-bottom: 5px
  }
}
.slider__image__detail-large-two .slider__image__detail-large-one .description h4 {
  color: #fff;
  font-size: 20px;
  font-family: "Open Sans", serif
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__image__detail-large-two .slider__image__detail-large-one .description h4 {
    font-size: 14px;
    margin-bottom: 4px
  }
}
.slider__image__detail-large-two .slider__image__detail-large-one .description p {
  font-size: 14px;
  color: #fff
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__image__detail-large-two .slider__image__detail-large-one .description p {
    font-size: 10px;
    margin: 0
  }
}
.slider__image__detail-thumb-two {
  margin-top: 5px
}
.slider__image__detail-thumb-two .slider__image__detail-thumb-one {
  background: #c9c9c9;
  color: #fff;
  text-align: center;
  cursor: pointer
}
.slider__image__detail-thumb-two .slider__image__detail-thumb-one img {
  height: 118px;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider__image__detail-thumb-two .slider__image__detail-thumb-one img {
    height: 55px
  }
}
.slider__image__detail-thumb-two .slider__image__detail-thumb-one::after {
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  background: -webkit-gradient(linear-gradient(to top, rgba(0, 0, 0, 0.28) 50%, rgba(0, 0, 100, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.28) 50%, rgba(0, 0, 100, 0))
}
.slider__image__detail-thumb-two .slider__image__detail-thumb-one h1 {
  font-size: 18px
}
.slider__image__detail-thumb-two .current .slider__image__detail-thumb-one {
  background: #0c83e7
}
.slider__image__detail-large-two.owl-carousel .owl-nav {
  margin-top: 0
}
.slider__image__detail-large-two.owl-carousel .owl-nav button {
  background: #0367a5;
  position: absolute;
  text-align: center;
  top: 40%;
  height: 40px;
  width: 40px;
  line-height: 35px;
  font-size: 22px;
  color: #fff;
  outline: none;
  box-shadow: none;
  border-radius: 0
}
.slider__image__detail-large-two.owl-carousel .owl-nav button.owl-next {
  right: 0%;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__image__detail-large-two.owl-carousel .owl-nav button.owl-prev {
  left: 0%;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__image__detail-large-two.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 30px
}
.slider__image__detail-large-two:hover.owl-carousel .owl-nav button.owl-next {
  right: 3%;
  visibility: visible;
  opacity: 1;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__image__detail-large-two:hover.owl-carousel .owl-nav button.owl-next:hover {
  transition: all ease 0.25s;
  background: #0367a5
}
.slider__image__detail-large-two:hover.owl-carousel .owl-nav button.owl-prev {
  left: 3%;
  visibility: visible;
  opacity: 1;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.slider__image__detail-large-two:hover.owl-carousel .owl-nav button.owl-prev:hover {
  transition: all ease 0.25s;
  background: #0367a5
}
.slider-container .container-slider-image-full img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh
}
.slider-container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%
}
.slider-container .banner-max-height img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  animation: bgburnsEast 25s linear infinite alternate;
  -webkit-animation: bgburnsEast 25s linear infinite alternate
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider-container .banner-max-height img {
    height: 450px
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .slider-container .banner-max-height img {
    height: 350px
  }
}
.slider-container .banner__slide-overlay {
  text-shadow: none;
  right: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: rgba(36, 42, 53, 0.7)
}
.slider-container .carousel-caption .carousel__content {
  align-self: center !important;
  margin: 0px auto
}
.slider-container .carousel-caption .carousel__content .slider__content-title {
  position: relative
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider-container .carousel-caption .carousel__content .slider__content-title {
    top: 15%
  }
}
.slider-container .carousel-caption .carousel__content .slider__content-title h2 {
  font-family: "Open Sans", serif;
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider-container .carousel-caption .carousel__content .slider__content-title h2 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 1.4
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .slider-container .carousel-caption .carousel__content .slider__content-title h2 {
    font-size: 27px;
    margin-bottom: 15px;
    line-height: 1.4
  }
}
.slider-container .carousel-caption .carousel__content .slider__content-title p {
  line-height: 1.8;
  margin-bottom: 35px
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider-container .carousel-caption .carousel__content .slider__content-title p {
    font-size: 14px;
    margin-bottom: 15px
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider-container .carousel-caption .carousel__content .slider__content-title .btn {
    padding: 10px 15px
  }
}
.slider-container .carousel-control-prev, .slider-container .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0
}
.slider-container .carousel-control-prev .carousel-control-nav-prev {
  width: 40px;
  height: 40px;
  line-height: 50px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  left: 10px;
  text-align: center;
  background: #a5a5a5;
  border-radius: 5%
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider-container .carousel-control-prev .carousel-control-nav-prev {
    width: 23px;
    height: 45px;
    line-height: 50px;
    left: 0;
    border-radius: 0 5px 5px 0
  }
}
.slider-container .carousel-control-next .carousel-control-nav-next {
  width: 40px;
  height: 40px;
  line-height: 50px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  right: 10px;
  text-align: center;
  background: #a5a5a5;
  border-radius: 5%
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .slider-container .carousel-control-next .carousel-control-nav-next {
    width: 23px;
    height: 45px;
    line-height: 50px;
    right: 0;
    border-radius: 5px 0 0 5px
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity ease-out 0.7s
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0)
}
.carousel .carousel-control-next, .carousel .carousel-control-prev {
  visibility: hidden;
  transition: all 300ms ease-out 50ms
}
.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev {
  visibility: visible;
  transition: all 300ms ease-out 50ms
}
.homepage__property-carousel.owl-carousel .owl-nav {
  margin-top: 0
}
.homepage__property-carousel.owl-carousel .owl-nav button {
  background: #0367a5;
  position: absolute;
  text-align: center;
  top: 40%;
  height: 40px;
  width: 40px;
  line-height: 35px;
  font-size: 22px;
  color: #fff;
  outline: none;
  box-shadow: none;
  border-radius: 0
}
.homepage__property-carousel.owl-carousel .owl-nav button.owl-next {
  right: 0%;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.homepage__property-carousel.owl-carousel .owl-nav button.owl-prev {
  left: 0%;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.homepage__property-carousel.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 30px
}
.homepage__property-carousel:hover.owl-carousel .owl-nav button.owl-next {
  right: 5%;
  visibility: visible;
  opacity: 1;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.homepage__property-carousel:hover.owl-carousel .owl-nav button.owl-next:hover {
  transition: all ease 0.25s;
  background: #0367a5
}
.homepage__property-carousel:hover.owl-carousel .owl-nav button.owl-prev {
  left: 5%;
  visibility: visible;
  opacity: 1;
  transition: all ease 0.25s;
  transform: rotate(0deg)
}
.homepage__property-carousel:hover.owl-carousel .owl-nav button.owl-prev:hover {
  transition: all ease 0.25s;
  background: #0367a5
}
.testimonial {
  padding: 0 10px
}
.testimonial__block {
  display: block
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .testimonial__block {
    margin-top: 15px
  }
}
.testimonial__block-card {
  padding: 2rem;
  border-radius: 4px;
  border: 1px solid #f4f4f4;
  background-color: #fff;
  transition: all 0.3s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=32, Direction=37, Color=#eee)";
  box-shadow: -4px 3px 32px -2px #eee;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=32, Direction=135, Color=#eee)
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .testimonial__block-card {
    padding: 1.2rem
  }
}
.testimonial__block-card::before {
  font-family: FontAwesome;
  content: "\f10d";
  display: block;
  color: #e5e5e5;
  position: absolute;
  left: 4%;
  top: 9%;
  font-size: 24px;
  z-index: -1
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .testimonial__block-card::before {
    left: 7%;
    top: 10%
  }
}
.testimonial__block-card p {
  color: #212529
}
.testimonial__block-users {
  position: relative;
  margin-top: -30px;
  padding-left: 30px
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .testimonial__block-users {
    padding-left: 15px
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .testimonial__block-users {
    padding-left: 15px
  }
}
.testimonial__block-users .testimonial__block-users-img {
  display: inline-block
}
.testimonial__block-users .testimonial__block-users-img img {
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.testimonial__block-users .testimonial__block-users-name {
  float: right;
  background: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  border: 1px solid #f4f4f4;
  transition: all 0.3s ease;
  margin-right: 30px;
  color: #0367a5;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=29, Direction=99, Color=#e8e8e8)";
  box-shadow: 3px 18px 29px -18px #e8e8e8;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=29, Direction=135, Color=#e8e8e8)
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .testimonial__block-users .testimonial__block-users-name {
    margin-right: 15px
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .testimonial__block-users .testimonial__block-users-name {
    margin-right: 15px
  }
}
.testimonial__block-users .testimonial__block-users-name span {
  color: #495057;
  font-size: 14px;
  font-weight: normal
}
.tabs__custom .nav-pills {
  border: 1px solid #eee;
  padding: 10px;
  margin-top: -16px
}
.tabs__custom .nav-pills .nav-item .nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .tabs__custom .nav-pills .nav-item .nav-link {
    padding: 0.5rem 8px
  }
}
.tabs__custom-v2 {
  position: relative
}
.tabs__custom-v2 .nav-pills {
  border: 1px solid #eee;
  padding: 10px 15px
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .tabs__custom-v2 .nav-pills {
    margin-top: 30px
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .tabs__custom-v2 .nav-pills {
    margin-top: 30px
  }
}
.tabs__custom-v2 .nav-pills .nav-item .nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid #eee;
  padding: 6px 12px
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .tabs__custom-v2 .nav-pills .nav-item .nav-link {
    padding: 0.5rem 8px
  }
}
.tabs__custom-v2 .nav-pills .nav-item .active {
  border: 1px solid #0367a5
}
.tabs__custom-v2 .nav-pills .list-inline-item {
  position: relative;
  line-height: 30px
}
.tabs__custom-v2 .nav-pills .list-inline-item .title-text {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0367a5;
  margin-right: 5px
}
.tabs__custom-v2 .nav-pills .list-inline-item a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: #000
}
.tabs__custom-v2 .nav-pills .list-inline-item a:hover {
  text-decoration: none
}
.tabs__custom-v2 .nav-pills .list-inline-item .dropdown-menu {
  padding: 0;
  margin: 10px 0 0;
  border: 0;
  box-shadow: 0 1px 5px rgba(70, 70, 70, 0.2)
}
.tabs__custom-v2 .nav-pills .list-inline-item .dropdown-menu .dropdown-item {
  padding: 8px 16px;
  border-bottom: 1px solid #eee
}
.tabs__custom-v2 .nav-pills .list-inline-item .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0
}
.tabs__custom-v2 .nav-pills .list-inline-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0367a5
}
.home__video {
  padding: 150px 0
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .home__video {
    padding: 80px 0
  }
}
.home__video-area .play-video-1 {
  left: 50%;
  top: 50%;
  position: absolute !important
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .home__video-area .play-video-1 {
    left: 40%;
    top: 35%
  }
}
.home__video-area .play-video, .home__video-area .play-video-1 {
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  background-color: #0367a5;
  z-index: 1;
  font-size: 20px;
  display: inline-block;
  position: relative;
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
  -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1)
}
.home__video-area .play-video::before, .home__video-area .play-video::after, .home__video-area .play-video-1::before, .home__video-area .play-video-1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 65px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite
}
.home__video-area .play-video::before, .home__video-area .play-video-1::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: ""
}
.home__video-area .play-video::after, .home__video-area .play-video-1::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: ""
}
.home__video-area h2 {
  font-size: 32px;
  text-transform: capitalize;
  padding-top: 50px;
  font-family: "Open Sans", serif;
  margin-bottom: 0
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .home__video-area h2 {
    font-size: 24px;
    padding-top: 30px
  }
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
  }
}
.box__overlay {
  background-image: url(../../KBO2021-2/PROPERTY/images/bg7.jpg);
  width: 100%;
  background-attachment: fixed !important;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover
}
.box__overlay .row {
  margin: 0
}
.box__overlay-right {
  padding: 40px 30px 10px;
  background-color: #0367a5;
  position: relative;
  z-index: 2;
  margin: 0;
  opacity: 0.8;
  width: 50%
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .box__overlay-right {
    width: 100%
  }
}
.box__overlay-right h5 {
  font-family: "Open Sans", serif
}

@-webkit-keyframes smoothScroll {
  0% {
    transform: translateY(-40px)
  }
  100% {
    transform: translateY(0px)
  }
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px)
  }
  100% {
    transform: translateY(0px)
  }
}
.header__style-one {
  position: fixed;
  z-index: 99;
  width: 100%
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .header__style-one {
    position: relative
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .header__style-one .navbar-transparent {
    background-color: #4C4C4C
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .header__style-one .navbar-transparent .navbar-brand img {
    display: none
  }
  .header__style-one .navbar-transparent .navbar-brand img:last-child {
    display: block
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .header__style-one .navbar-transparent .navbar-brand img {
    display: none
  }
  .header__style-one .navbar-transparent .navbar-brand img:last-child {
    display: block
  }
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .header__style-one .navbar-transparent .navbar-nav .nav-item .nav-link {
    color: #000
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .header__style-one .navbar-transparent .navbar-nav .nav-item .nav-link {
    color: #000
  }

#demo {
  scroll-behavior: smooth
}
.preview__image {
  padding-left: 100px;
  padding-right: 100px
}
@media screen and (min-width: 320px) and (max-width: 575px) {
  .preview__image {
    padding-left: 0;
    padding-right: 0
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .preview__image {
    padding-left: 20px;
    padding-right: 20px
  }
}
.preview__image .demo-title {
  margin-bottom: 30px;
  margin-top: 30px
}
.preview__image .demo-title h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700
}
.preview__image-thumb {
  position: relative;
  margin-bottom: 20px
}
.preview__image-thumb img {
  transition: all 0.3s ease;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0
}
.preview__image-thumb:hover img {
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.4)
}
.preview__image-thumb span {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  padding: 25px 30px;
  background: #0367a5;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center
}
.preview__image-thumb:hover span {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%)
}
	a.btn.btn-link.collapsed:link,
a.btn.btn-link.collapsed:visited,
a.btn.btn-link.collapsed:hover,
a.btn.btn-link.collapsed:active {
  color: white !important;
  text-decoration: none;
}


/*# sourceMappingURL=styles.css.map*/