@font-face {
  font-family: "Flaticon";
  src: url(../fonts/flaticon/font/Flaticon.eot);
  src: url(../fonts/flaticon/font/Flaticond41d.eot?#iefix) format("embedded-opentype"), url(../fonts/flaticon/font/Flaticon.woff) format("woff"), url(../fonts/flaticon/font/Flaticon.ttf) format("truetype"), url(../fonts/flaticon/font/Flaticon.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url(../fonts/flaticon/font/Flaticon.svg#Flaticon) format("svg")
  }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.flaticon-pillow:before {
  content: "\f100"
}

.flaticon-special:before {
  content: "\f101"
}

.flaticon-wifi-signal:before {
  content: "\f102"
}

.flaticon-online-booking:before {
  content: "\f103"
}

.flaticon-cooking:before {
  content: "\f104"
}

.flaticon-swimming-pool:before {
  content: "\f105"
}

.flaticon-cosmetics:before {
  content: "\f106"
}

.flaticon-reception:before {
  content: "\f107"
}


.nav-link {
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .nav-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.navbar-brand { 
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  background-color:#fff;
  padding: 6px;

}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static
}

.navbar-collapse {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 24px;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  -webkit-transition: -webkit-box-shadow .15s ease-in-out;
  transition: -webkit-box-shadow .15s ease-in-out;
  -o-transition: box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .25rem;
  box-shadow: 0 0 0 .25rem
}

@media (min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem
}

.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.toast:not(.showing):not(.show) {
  opacity: 0
}

.toast.hide {
  display: none
}

.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02)
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-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 .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-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, .2);
  border-radius: .3rem
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529
}

.carousel {
  position: relative
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  -o-transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  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;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg)
      /* rtl:ignore */
    ;
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg)
      /* rtl:ignore */
    ;
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.ratio {
  position: relative;
  width: 100%
}

.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: ""
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

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

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.border-0 {
  border: 0 !important
}

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

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

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important
}

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

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

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

.me-2 {
  margin-right: .5rem !important
}

.me-3 {
  margin-right: 1rem !important
}

.me-4 {
  margin-right: 1.5rem !important
}

.mb-0 {
  margin-bottom: 0 !important
}

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

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

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

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

.ms-auto {
  margin-left: auto !important
}

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

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

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

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

.ps-3 {
  padding-left: 1rem !important
}

.ps-4 {
  padding-left: 1.5rem !important
}

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

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

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

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

.visible {
  visibility: visible !important
}

@media (min-width:768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

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

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

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

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

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

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

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

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

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

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

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

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }
}

@media (min-width:1200px) {
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

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

body {
  background: #f8f8f8;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #999
}
*{
  font-family: "Nunito", Arial, sans-serif;
padding: 0;
margin: 0;
}

a,
button {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #1e236c;
  text-decoration: none
}

a:hover,
a:focus,
button:hover,
button:focus {
  text-decoration: none;
  color: #1e236c;
  outline: none !important
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.5;
  color: rgba(0, 0, 0, .8);
  font-weight: 400;
  font-family: "Old Standard TT", Arial, sans-serif
}

.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0
}

@media (max-width:991.98px) {
  .ftco-navbar-light {
    background: #222 !important;
    position: relative;
    top: 0;
    padding: 7px 0
  }
}

.ftco-navbar-light .navbar-brand {
  color: #fff;
}

.ftco-navbar-light .navbar-brand:hover,
.ftco-navbar-light .navbar-brand:focus {
  color: #000 !important
}

@media (max-width:767.98px) {
  .ftco-navbar-light .navbar-brand {
    color: #fff
  }
}

@media (max-width:991.98px) {
  .ftco-navbar-light .navbar-nav {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

@media (max-width:767.98px) {
  .ftco-navbar-light .navbar-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 0
  }
}

.ftco-navbar-light .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
  font-size: 13px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 25px;
  padding-right: 25px;
  color: rgba(255, 255, 255, .7);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link span {
  position: relative;
  display: block;
  padding-bottom: 2px
}

@media (max-width:991.98px) {
  .ftco-navbar-light .navbar-nav>.nav-item>.nav-link span {
    display: inline-block
  }

  .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1rem;
    padding-top: 0;
    color: #fff
  }
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link.active {
  color: #fff !important
}

@media (max-width:767.98px) {
  .ftco-navbar-light .navbar-nav>.nav-item.active>a {
    color: #fff;
    background: transparent
  }
}

.ftco-navbar-light .btn-custom {
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, .1);
  padding: 4px 10px;
  color: #fff;
  border-radius: 2px
}

.ftco-navbar-light .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, .9) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  letter-spacing: .1em
}

.ftco-navbar-light .navbar-toggler:hover,
.ftco-navbar-light .navbar-toggler:focus {
  text-decoration: none;
  color: #1e236c;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none
}

.navbar-brand {
  font-weight: 900;
  font-size: 30px;
  z-index: 3;
  position: relative
}

@media (max-width:575.98px) {
  .navbar-brand {
    line-height: 1
  }
}

.navbar-brand span {
  color: #fff;
  display: block;
  line-height: 1.1
}

.navbar-brand span small,
.navbar-brand span .small {
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px
}

.navbar-brand .flaticon {
  font-size: 40px;
  color: #1e236c;
  line-height: .7
}

.hero-wrap {
  height: 100vh;
  min-height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 0
}

.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .6;
  background: #222;
  z-index: -1
}

.hero-wrap.hero-wrap-2 {
  min-height: auto;
  height: 700px
}

.hero-wrap.hero-wrap-2 .overlay {
  opacity: .4
}

.hero-wrap.hero-wrap-2 .slider-text {
  min-height: auto;
  height: 700px
}

.hero-wrap .slider-text {
  height: 100vh;
  min-height: 750px;
  color: rgba(255, 255, 255, .8);
  z-index: 3
}

.hero-wrap .slider-text .subheading {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px
}

.hero-wrap .slider-text h1,
.hero-wrap .slider-text .h1 {
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  line-height: 1.2;
  font-family: inherit;
}

@media (max-width:767.98px) {

  .hero-wrap .slider-text h1,
  .hero-wrap .slider-text .h1 {
    font-size: 40px
  }
}

@media (max-width:575.98px) {
  .hero-wrap .slider-text .btn {
    width: 100%;
    display: block;
    margin-bottom: 5px
  }
}

.hero-wrap .slider-text .breadcrumbs {
  font-size: 14px;
  margin-bottom: 10px;
  z-index: 99;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8)
}

.hero-wrap .slider-text .breadcrumbs span {
  color: rgba(255, 255, 255, .8)
}

.hero-wrap .slider-text .breadcrumbs span i {
  color: rgba(255, 255, 255, .8);
  font-size: 12px
}

.hero-wrap .slider-text .breadcrumbs span a {
  color: rgba(255, 255, 255, .8)
}

.hero-wrap .slider-text .breadcrumbs span a:hover,
.hero-wrap .slider-text .breadcrumbs span a:focus {
  color: #1e236c
}

.hero-wrap .slider-text .breadcrumbs span a:hover i,
.hero-wrap .slider-text .breadcrumbs span a:focus i {
  color: #1e236c
}

.hero-wrap .slider-text .bread {
  font-weight: 400;
  color: #fff;
  font-size: 70px
}

.bg-light {
  background: #f8f8f8 !important
}

.bg-darken {
  background: #222 !important
}

.btn {
  padding: 9px 12px;
  cursor: pointer;
  border-radius: 0;
  -webkit-box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .09);
  -moz-box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .09);
  box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .09);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none
}

.btn.btn-primary {
  background: #292d71!important;
  border: 1px solid #292d71!important;
  color: #fff !important
}

.btn.btn-primary span {
  color: #fff !important;
  font-size: 16px;
  line-height: 1;
  margin-left: 10px
}

.btn.btn-primary:hover {
  border: 1px solid #1e236c;
  background: transparent;
  color: #1e236c
}

.btn.btn-white {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #000 !important
}

.btn.btn-white:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff
}

.btn.btn-white.btn-outline-white {
  border: 1px solid rgba(255, 255, 255, .7) !important;
  background: transparent !important;
  color: #fff !important
}

.btn.btn-white.btn-outline-white:hover {
  border: 1px solid transparent !important;
  background: #fff !important;
  color: #000 !important
}

.form-control {
  height: 45px;
  background: #fff;
  color: rgba(0, 0, 0, .8);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, .1)
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .3) !important
}

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, .3) !important
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, .3) !important
}

.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, .3) !important
}

.form-control:focus,
.form-control:active {
  border-color: #292d71!important
}

textarea.form-control {
  height: inherit !important
}

.ftco-booking {
  margin-top: -80px
}

.booking-form {
  width: 100%;
  background: #222;
  -webkit-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .06);
  -moz-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .06);
  box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .06);
  z-index: 0;
  position: relative
}

.booking-form .form-wrap {
  position: relative;
  overflow: hidden
}

.booking-form .form-group {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, .05)
}

@media (max-width:575.98px) {
  .booking-form .form-group {
    margin-bottom: 0;
    border: none
  }
}

.booking-form .form-group label {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px
}

.booking-form .form-group .form-field {
  position: relative;
  display: block
}

.booking-form .form-group .form-control {
  padding: 0;
  padding-left: 25px;
  display: block;
  width: 100%;
  height: inherit !important;
  font-size: 16px;
  border: none !important;
  color: rgba(255, 255, 255, .4) !important;
  background: transparent !important;
  border-radius: 0
}

.booking-form .form-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .4) !important
}

.booking-form .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, .4) !important
}

.booking-form .form-group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, .4) !important
}

.booking-form .form-group .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, .4) !important
}

.booking-form .form-group .form-control.btn {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #292d71!important;
  border: none !important;
  color: #fff !important;
  padding: 0 30px !important;
  line-height: 1.4 !important;
  border-radius: 0
}

@media (max-width:991.98px) {
  .booking-form .form-group .form-control.btn {
    padding: 25px 20px !important
  }
}

.booking-form .form-group .select-wrap {
  position: relative
}

.booking-form .form-group .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.booking-form .form-group .icon {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, .3);
  width: 30px;
  height: 30px
}

@media (max-width:575.98px) {
  .booking-form .form-group .icon {
    left: 0
  }
}

.services {
  width: 100%;
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .06);
  -moz-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .06);
  box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .06)
}

@media (max-width:1199.98px) {
  .services {
    margin-bottom: 20px
  }
}

@media (max-width:767.98px) {
  .services {
    border-radius: 2px;
    margin-bottom: 10px
  }
}

.services .icon {
  margin-bottom: 8px
}

.services .icon span {
  font-size: 70px;
  line-height: 1.2;
  color: #1e236c
}

.services .text {
  width: 100%
}

.services .text h2,
.services .text .h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  font-family: "Nunito", Arial, sans-serif
}

.services:hover {
  background: #1e236c;
  -webkit-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .18);
  -moz-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .18);
  box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .18)
}

.services:hover .icon span {
  color: #fff
}

.services:hover .text h2,
.services:hover .text .h2 {
  color: #fff
}


.room-wrap {
  background: #fff;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .04);
  -moz-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .04);
  box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .04);
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

@media (max-width:575.98px) {
  .room-wrap {
    margin-bottom: 40px
  }
}

.room-wrap .img {
  display: block;
  width: 100%;
  height: 280px;
  position: relative;
  z-index: 0
}

.room-wrap .img.img-room:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  background: #222;
  z-index: -1;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.room-wrap .text {
  position: relative;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0
}

.room-wrap .text h3,
.room-wrap .text .h3 {
  font-size: 30px;
  margin-bottom: 10px
}

.room-wrap .text h3 a,
.room-wrap .text .h3 a {
  color: #000;
  font-weight: 400
}

.room-wrap .text ul {
  margin-top: -25px;
  border-radius: 4px;
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .06);
  -moz-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .06);
  box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .06)
}

.room-wrap .text ul li {
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
  list-style: none
}

.room-wrap .text ul li span {
  margin-right: 5px
}

.room-wrap .text .price {
  color: #1e236c;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700
}

.room-wrap .text .price small,
.room-wrap .text .price .small {
  font-size: 14px
}

.room-wrap .text .btn-custom {
  color: #222;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, .05);
  padding: 5px 10px;
  border-radius: 2px
}

.room-wrap:hover {
  -webkit-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .08);
  -moz-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .08);
  box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .08)
}

.room-wrap:hover .text {
  background: #222;
  color: rgba(255, 255, 255, .7)
}

.room-wrap:hover .text h3 a,
.room-wrap:hover .text .h3 a {
  color: #fff
}

.room-wrap:hover .text .btn-custom {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .1)
}

.room-wrap:hover .img:after {
  opacity: .5
}

.room-detail {
  width: 100%;
  height: 500px
}

.ftco-room-section {
  position: relative;
  z-index: 0
}

.ftco-room-section .tns-outer {
  position: relative;
  padding-bottom: 3em !important
}

.ftco-room-section .tns-ovh {
  padding: 2em 0 0 0
}

.ftco-room-section .tns-controls {
  text-align: center;
  margin-bottom: 10px
}

.ftco-room-section .tns-nav {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99
}

.ftco-room-section .tns-nav>[aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0
}

.ftco-room-section .tns-outer [aria-controls],
.ftco-room-section .tns-outer [data-action] {
  cursor: pointer
}

.ftco-room-section .tns-nav>.tns-nav-active {
  background: #999
}

.img-cuisine {
  position: relative;
  z-index: 0
}

.img-cuisine:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .4;
  background: #222;
  z-index: -1
}

.img-cuisine .icon {
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  height: 120px;
  border-radius: 5px;
  background: #1e236c;
  -webkit-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .06);
  -moz-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .06);
  box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .06)
}

.img-cuisine .icon span {
  color: #fff;
  font-size: 60px
}

@media (max-width:1199.98px) {
  .img-cuisine {
    height: 300px;
    width: 100%
  }

  .img-cuisine .icon {
    right: 50%;
    margin-right: -50px
  }
}

.list {
  padding: 0
}

.list li {
  list-style: none
}

.list li span {
  color: #222
}

.rate i {
  color: #1e236c;
  margin: 0 4px
}

.pricing-entry {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  background: #fff;
  padding: 30px;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.pricing-entry .img {
  width: 80px;
  height: 80px;
  border-radius: 50%
}

.pricing-entry .desc {
  width: calc(100% - 80px)
}

.pricing-entry .desc p {
  margin-bottom: 0
}

.pricing-entry .text {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0
}

.pricing-entry .text:after {
  position: absolute;
  bottom: 35%;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 1px;
  z-index: -1
}

.pricing-entry .text h3,
.pricing-entry .text .h3 {
  width: calc(100% - 80px);
  font-size: 20px;
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 600
}

.pricing-entry .text h3 span,
.pricing-entry .text .h3 span {
  padding-right: 20px
}

.pricing-entry .text .price {
  width: 80px;
  color: #1e236c;
  text-align: right;
  font-size: 20px
}

.pricing-entry:hover {
  background: #222
}

.pricing-entry:hover .text h3,
.pricing-entry:hover .text .h3 {
  color: #fff
}

.pricing-entry:hover .text h3 span,
.pricing-entry:hover .text .h3 span {
  padding-right: 20px
}

.vid-section {
  height: 600px;
  position: relative;
  z-index: 0
}

.vid-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  background: #222;
  opacity: .5
}

.video-wrap .subheading {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px
}

.video-wrap h3,
.video-wrap .h3 {
  color: #fff;
  font-weight: 400;
  font-size: 70px
}

.vid-height {
  height: 600px
}

.video-icon {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
  display: block;
  background: #1e236c;
  margin: 0 auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite
}

.video-icon span {
  color: #fff;
  font-size: 50px;
  line-height: 1
}

.about-author .bio {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block
}

.about-author .desc {
  width: calc(100% - 80px)
}

.about-author .desc h3,
.about-author .desc .h3 {
  font-size: 30px;
  font-weight: 400
}

.ftco-section {
  padding: 8em 0 8em 0;
  position: relative;
  width: 100%;
  overflow-x: hidden
}

.padding-top {
  padding-top: 2em !important;
}

@media (max-width:575.98px) {
  .ftco-section {
    padding: 6em 0
  }
}

.ftco-no-pt {
  padding-top: 0 !important
}

.ftco-no-pb {
  padding-bottom: 0 !important
}

.ftco-intro {
  color: rgba(255, 255, 255, .8);
  z-index: 0;
  position: relative;
  padding: 6em 0
}

.ftco-intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .9;
  background: #222;
  z-index: -1
}

@media (max-width:767.98px) {
  .ftco-intro {
    background-position: center center !important
  }
}

.ftco-intro .subheading {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  color: #1e236c;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px
}

.ftco-intro h1,
.ftco-intro .h1 {
  color: #fff;
  font-weight: 400
}

.ftco-intro h2,
.ftco-intro .h2 {
  color: #fff;
  font-weight: 400;
  font-size: 40px !important
}

@media (max-width:575.98px) {

  .ftco-intro h2,
  .ftco-intro .h2 {
    font-size: 20px
  }
}

.ftco-intro h2 span,
.ftco-intro .h2 span {
  background: #1e236c
}

.ftco-gallery .gallery-wrap {
  width: 100%;
  height: 250px;
  display: block;
  position: relative;
  z-index: 0;
  margin-bottom: 15px
}

.ftco-gallery .gallery-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  background: #000;
  opacity: 0;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.ftco-gallery .gallery-wrap .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1e236c;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0
}

.ftco-gallery .gallery-wrap .icon span {
  color: #fff
}

.ftco-gallery .gallery-wrap:hover:after {
  opacity: .3
}

.ftco-gallery .gallery-wrap:hover .icon {
  opacity: 1
}

.ftco-footer {
  padding: 7em 0 0 0;
  background: #1a1a1a;
  color: rgba(255, 255, 255, .7)
}

.ftco-footer .logo a {
  position: relative;
  text-decoration: none
  
}

.ftco-footer .ftco-footer-widget h2,
.ftco-footer .ftco-footer-widget .h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Nunito", Arial, sans-serif
}

.ftco-footer .ftco-footer-widget ul li {
  margin-bottom: 10px
}

.ftco-footer .ftco-footer-widget ul li a {
  color: rgba(255, 255, 255, .7)
}

.ftco-footer .ftco-footer-widget ul li a span {
  font-size: 14px;
  color: rgba(255, 255, 255, .7)
}

.ftco-footer .ftco-footer-widget ul li a:hover {
  color: #fff
}

.ftco-footer .ftco-footer-widget ul li a:hover span {
  color: #fff
}

.ftco-footer .ftco-footer-widget .btn-primary {
  background: #fff !important;
  border: 2px solid #fff !important
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
  background: #fff;
  border: 2px solid #fff !important
}

.ftco-footer .block-23 ul {
  padding: 0
}

.ftco-footer .block-23 ul li {
  font-size: 15px
}

.ftco-footer .block-23 ul li,
.ftco-footer .block-23 ul li>a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 15px
}

.ftco-footer .block-23 ul li span {
  color: rgba(255, 255, 255, .7);
  color: #1e236c
}

.ftco-footer .block-23 ul li .icon,
.ftco-footer .block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
  color: rgba(255, 255, 255, .8) !important
}

.ftco-footer .block-23 ul li .icon {
  width: 40px;
  font-size: 15px;
  padding-top: 2px;
  color: #fff !important
}

.ftco-footer .bg-darken {
  background: #151515 !important
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 5px 0 0;
  display: inline-block
}

.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  color: #1e236c;
  border-radius: 2px;
  position: relative;
  background: rgba(255, 255, 255, .05)
}

.ftco-footer-social li a span {
  position: absolute;
  font-size: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff !important
}

.ftco-footer-social li a:hover {
  color: #adb1e9
}

.heading-section .subheading {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  color: #1e236c;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px
}

.heading-section h2,
.heading-section .h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.4
}

.heading-section h2 span,
.heading-section .h2 span {
  font-weight: 400
}

@media (max-width:575.98px) {

  .heading-section h2,
  .heading-section .h2 {
    font-size: 38px
  }
}

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.ftco-about-section .img {
  height: 230px
}

.ftco-about-section .f-services {
  width: 100%;
  padding: 0
}

.ftco-about-section .f-services .icon {
  margin-bottom: 8px
}

.ftco-about-section .f-services .icon span {
  font-size: 60px;
  line-height: 1.2;
  color: #1e236c
}

.ftco-about-section .f-services .text {
  background: #fff;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .06);
  -moz-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .06);
  box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .06)
}

.ftco-about-section .f-services .text h3,
.ftco-about-section .f-services .text .h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px
}

.ftco-about-section .f-services:hover .text {
  background: #1e236c;
  -webkit-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .18);
  -moz-box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .18);
  box-shadow: 0 5px 25px -2px rgba(0, 0, 0, .18)
}

.ftco-about-section .f-services:hover .text h3,
.ftco-about-section .f-services:hover .text .h3,
.ftco-about-section .f-services:hover  .icon span  {
  color: #fff
}

.ftco-section-counter {
  background: #222
}

.section-counter .counter-wrap {
  width: 100%;
  text-align: center;
  padding: 90px 40px;
  position: relative;
  z-index: 0
}

