@import url("https://fonts.googleapis.com/css2?family=Lora:wght@600;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&family=Roboto:wght@400;700&family=Tangerine:wght@700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
  font-family: "HelveticaRounded-Bold";
  src: url("../css/helvetica-rounded-bold/22f7211901f8339f9435e67eea82cf99.eot");
  /* IE9*/
  src: url("../css/helvetica-rounded-bold/22f7211901f8339f9435e67eea82cf99.eot?#iefix") format("embedded-opentype"), url("../css/helvetica-rounded-bold/22f7211901f8339f9435e67eea82cf99.woff2") format("woff2"), url("../css/helvetica-rounded-bold/22f7211901f8339f9435e67eea82cf99.woff") format("woff"), url("../css/helvetica-rounded-bold/22f7211901f8339f9435e67eea82cf99.ttf") format("truetype"), url("../css/helvetica-rounded-bold/22f7211901f8339f9435e67eea82cf99.svg#HelveticaRounded-BoldObl") format("svg");
  /* iOS 4.1- */
}

/*============================== Variables =========================*/
:root {
  --brand: #1E314F;
  --yellow: #DDC08D;
  --dark: #000000;
  --dark-light: #141414;
  --grey: #707070;
  --body-text-color: #575757;
  --white: #ffffff;
  --helventica-bold: "HelveticaRounded-Bold";
  --lora: 'Lora', serif;
  --roboto: 'Roboto', sans-serif;
  --body-font: 'Poppins', sans-serif;
  --tangerine: 'Tangerine', cursive;
  --transition: all .3s ease-in-out;
}

* {
  margin: 0%;
  padding: 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html, body {
  font-size: 16px;
}

body {
  background-color: #fff;
  text-rendering: optimizeLegibility;
  font-family: var(--body-font);
  line-height: 1.7;
  color: var(--dark);
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

.h1 {
  font-size: 2.9rem;
  font-weight: 600;
}

h2, .h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--brand);
  font-family: var(--lora);
}

h2.lg, .h2.lg {
  font-size: 2.5rem;
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--brand);
}

h4, .h4 {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--brand);
}

h5, .h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--brand);
}

.lead-lg {
  font-size: 1.375rem;
}

.lead-sm {
  font-size: 1.125rem;
}

.fs-italic {
  font-style: italic;
}

.ff-lora {
  font-family: var(--lora);
}

.ff-roboto {
  font-family: var(--roboto);
}

.top__heading {
  color: var(--brand);
  letter-spacing: 1px;
  margin-bottom: .5rem;
  font-weight: 500;
}

.z--1 {
  z-index: -1;
}

.fs-13 {
  font-size: 13px;
}

.fs-12 {
  font-size: 12px;
}

figure {
  margin: 0;
}

.ptb {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-gray {
  color: var(--grey) !important;
}

.text-yellow {
  color: var(--yellow) !important;
}

.bg-yellow {
  background-color: var(--yellow) !important;
}

.bg-primary {
  background-color: var(--brand) !important;
}

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

.text-primary {
  color: var(--brand) !important;
}

.text-success {
  color: var(--success) !important;
}

.text-black {
  color: #393939 !important;
}

.text-warning {
  color: var(--red) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.round {
  border-radius: .625rem;
}

.text-justify {
  text-align: justify;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600;
}

.col--5 {
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.z-index {
  z-index: 99;
}

.hovered {
  overflow: hidden;
}

.hovered img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hovered:hover img {
  -webkit-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg);
}

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

.link {
  color: var(--brand);
  cursor: pointer;
  word-wrap: break-word;
  text-decoration: none;
}

.link:hover {
  color: var(--dark);
}

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: var(--brand);
}

a:hover {
  color: var(--yellow);
}

.read__more {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
}

.read__more svg {
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-top: -.12rem;
  position: relative;
}

.read__more:hover {
  color: var(--success);
}

.read__more:hover svg {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul > li {
  list-style-type: none;
}

.btn:focus, .form-control:focus, .form-select:focus, .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary, .btn-white, .btn-outline-primary, .btn-yellow {
  border-color: transparent;
  background: var(--brand);
  border-radius: 2rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0 1.5rem;
  min-height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: .1px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-primary svg, .btn-white svg, .btn-outline-primary svg, .btn-yellow svg {
  width: 1.45rem;
  height: 1.45rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-primary:hover, .btn-white:hover, .btn-outline-primary:hover, .btn-yellow:hover {
  border-color: transparent;
  background: var(--dark);
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}

.btn-primary:focus, .btn-white:focus, .btn-outline-primary:focus, .btn-yellow:focus {
  background-color: var(--dark);
}

.btn-yellow {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--brand);
  border-radius: 0%;
}

.btn-yellow:hover {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--brand);
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: var(--dark);
}

.btn-white svg {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: .75rem;
  color: var(--brand);
}

.btn-white:hover {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}

.btn-white:hover svg {
  color: var(--white);
}

.btn-white:focus {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}

.btn-white:focus svg {
  color: var(--white);
}

.btn-outline-primary {
  border: 1px solid var(--brand);
  background-color: var(--white);
  color: var(--brand);
}

.btn-outline-primary img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-outline-primary:hover {
  background-color: var(--brand);
}

.btn-outline-primary:hover img {
  -webkit-filter: contrast(0) brightness(10);
          filter: contrast(0) brightness(10);
  -webkit-transform: translateX(0.6rem);
          transform: translateX(0.6rem);
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.btn-outline-white {
  border-color: var(--white);
  background-color: transparent;
  color: var(--white);
}

.btn-outline-white:hover {
  background-color: var(--white);
  color: var(--brand);
}

.btn-call {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .925;
  padding-left: 0;
}

.btn-call .icon {
  width: 2.25rem;
  height: 2.25rem;
  background-color: var(--brand);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: .2rem;
}

.btn-call .caption {
  width: calc(100% - 2.25rem);
  padding-left: .5rem;
  text-align: left;
  color: var(--grey);
  line-height: 1.2;
}

.owl-carousel .owl-item {
  padding: .12rem;
}

.owl-carousel .owl-item img {
  width: auto !important;
}

.owl-carousel .owl-item img.w-100 {
  width: 100% !important;
}

.owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 7rem;
  margin: 2rem auto 0 auto;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  width: 2.93rem !important;
  height: 2.93rem !important;
  border-radius: .625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--brand) !important;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: 1.5rem 1.5rem !important;
  background-position: center center !important;
}

.owl-nav .owl-prev span, .owl-nav .owl-next span {
  display: none;
}

.owl-nav .owl-prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWFycm93LWxlZnQiPjxsaW5lIHgxPSIxOSIgeTE9IjEyIiB4Mj0iNSIgeTI9IjEyIj48L2xpbmU+PHBvbHlsaW5lIHBvaW50cz0iMTIgMTkgNSAxMiAxMiA1Ij48L3BvbHlsaW5lPjwvc3ZnPg==") !important;
}

.owl-nav .owl-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWFycm93LXJpZ2h0Ij48bGluZSB4MT0iNSIgeTE9IjEyIiB4Mj0iMTkiIHkyPSIxMiI+PC9saW5lPjxwb2x5bGluZSBwb2ludHM9IjEyIDUgMTkgMTIgMTIgMTkiPjwvcG9seWxpbmU+PC9zdmc+") !important;
}

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

.owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 .2rem;
  border: 1px solid #707070 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EFEFEF !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-dots .owl-dot.active {
  background-color: var(--brand) !important;
  width: 30px;
  border-radius: 1rem;
  border-color: var(--brand) !important;
}

.modal-open {
  padding-right: 0 !important;
}

.modal .modal-dialog {
  max-width: 500px;
}

.modal .modal-dialog.max-400 {
  max-width: 400px;
}

.modal .modal-body {
  padding: 1.5rem 1.75rem;
}

.modal .modal-body .form-control {
  height: 3.5rem;
  border-color: #746F71;
  color: var(--dark);
  padding-left: 1.125rem;
}

.modal .modal-body textarea.form-control {
  height: auto;
}

.modal .modal-body .btn-primary {
  border-radius: .25rem;
  min-height: 3rem;
}

.tooltip {
  opacity: 1;
}

.tooltip .tooltip-inner {
  padding: 0 .5rem;
  min-height: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--dark);
  opacity: 1;
  line-height: 1.2;
}

.tooltip.show {
  opacity: 1 !important;
}

/*----------- Global Card Styles -------------*/
.card {
  border: 1px solid #E5E5E5;
  border-radius: 0;
  display: block;
}

.card figure {
  position: relative;
}

.card figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.card figure:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.card .ratings img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
}

.card .ratings span {
  font-size: .937rem;
  color: #393939;
}

.card .btn-primary {
  min-height: 2.125rem;
  font-size: 12px;
  border-radius: 2rem;
  padding: 0% 1rem;
}

.card .fs-13 {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 110%;
    height: 110%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 110%;
    height: 110%;
    opacity: 0;
  }
}

.scrollText {
  max-height: 230px;
  overflow-y: auto;
}

/*------- Star List ----------*/
.star__list li {
  position: relative;
  padding-left: 2rem;
}

.star__list li::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/icons/star.png") no-repeat center center/1.2rem;
  position: absolute;
  top: .12rem;
  left: 0%;
}

.star__list li:not(:last-child) {
  margin-bottom: .75rem;
}

.star__list.small li {
  font-size: 1rem;
  padding-left: 1.5rem;
}

.star__list.small li::before {
  background-size: 1rem !important;
}

.star__list.small li:not(:last-child) {
  margin-bottom: .45rem;
}

.star__list.scroll {
  max-height: 270px;
  overflow-y: auto;
}

.card-body * {
  scrollbar-width: thin;
  scrollbar-color: #aaa #f2f2f2;
}

.card-body *::-webkit-scrollbar {
  width: 12px;
}

.card-body *::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.card-body *::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 20px;
  border: 3px solid #f2f2f2;
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: var(--white) !important;
  background-color: var(--brand) !important;
  border-color: var(--brand) !important;
}

.disc__list {
  padding-left: 1.125rem;
}

.disc__list li {
  list-style-type: disc !important;
}

.disc__list li:not(:last-child) {
  margin-bottom: .25rem;
}

.before::before {
  display: block;
  content: " ";
  margin-top: -4rem;
  height: 4rem;
  visibility: hidden;
  pointer-events: none;
}

/*====================== Navigation Styles ===================*/
.navbar {
  padding: .75rem 0;
  background-color: transparent;
}

.navbar .container {
  position: relative;
}

.navbar .navbar-brand {
  display: block;
  padding: 0;
  position: relative;
  z-index: 11;
}

.navbar .navbar-brand img {
  max-height: 8.5rem;
}

.navbar .nav-link {
  font-size: 1rem;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 700;
  font-family: var(--roboto);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .nav-link:hover {
  color: var(--yellow);
}

.navbar .dropBtn {
  margin-left: -.75rem;
}

.navbar .nav-item.active .nav-link {
  color: var(--yellow);
}

.navbar .nav-item {
  margin-left: .25rem;
}

.navbar .btn-primary {
  font-size: 1rem;
  padding: 0 1.5rem;
  min-height: 2.25rem;
  margin-left: .75rem;
  position: relative;
  border-radius: 2rem;
  color: var(--yellow);
}

.navbar .btn-primary:hover, .navbar .btn-primary:focus {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--dark);
}

.navbar .dropdown-menu {
  min-width: 42rem;
  left: -5rem;
  border: 0;
  padding: 0%;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navbar .dropdown-menu li a {
  font-size: 1.06rem;
  text-transform: capitalize;
  padding: .65rem .5rem .65rem 1rem;
  color: var(--body-text-color);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
}

.navbar .dropdown-menu li a:hover {
  background-color: #eee;
  color: var(--brand);
}

.navbar .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.navbar .dropdown-menu.show {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.navbar .navbar-toggler {
  border: 1px solid transparent;
  width: 28px;
  height: 22px;
  position: relative;
  background-color: transparent;
  padding: 0%;
  border-radius: 0;
  color: var(--white);
}

.navbar .navbar-toggler svg rect {
  color: var(--white);
  fill: var(--white);
}

.navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.navbar .closeBtn {
  margin-right: -2.35rem;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background-color: #fff;
  padding: 0.5rem;
  float: right;
}

.navbar .closeBtn svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--dark);
}

.navbar.fixed-top {
  background-color: #1e314fe6;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: mymove .7s ease-in-out;
          animation: mymove .7s ease-in-out;
  padding: .25rem 0;
}

.navbar.fixed-top .navbar-brand img {
  max-height: 5rem;
}

.navbar.fixed-top .btn-primary {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--brand);
}

@-webkit-keyframes mymove {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@keyframes mymove {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@media (min-width: 992px) {
  .dropdown:hover .nav-link {
    color: var(--brand);
  }
  .dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1400px) {
  .navbar .navbar-brand img {
    max-height: 8rem;
  }
  .navbar .nav-link {
    font-size: 1rem;
    padding: 1rem 0.75rem !important;
  }
  .navbar .btn-primary {
    font-size: 1rem;
    min-height: 2.75rem;
    padding: 0 .75rem;
  }
}

@media (max-width: 1200px) {
  .navbar .navbar-brand img {
    max-height: 7rem;
  }
  .navbar .nav-item {
    margin-left: 0rem !important;
  }
  .navbar .nav-link {
    font-size: 1rem;
    padding: 1rem 0.5rem !important;
  }
  .navbar .btn-primary img {
    width: 1.25rem;
  }
}

@media (max-width: 992px) {
  .navbar .dropdown .dropdown-menu .content {
    padding-left: 0% !important;
  }
  .navbar {
    padding: 1rem 0;
    height: auto;
  }
  .navbar .navbar-collapse {
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    background-color: #fafafa;
    padding: 1rem 1rem 1rem 1rem;
    height: 100vh;
    max-width: 320px;
    z-index: 9999;
    -webkit-box-shadow: -1px -1px 5px #00000061;
            box-shadow: -1px -1px 5px #00000061;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
  }
  .navbar .navbar-collapse.show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .navbar .navbar-collapse .navbar-nav {
    min-height: calc(100vh - 3rem);
    max-height: calc(100vh - 3rem);
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 2rem;
    width: 100%;
  }
  .navbar .navbar-collapse .dropdown-menu {
    position: unset;
    left: 0%;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .navbar .navbar-collapse .dropdown-menu.show {
    display: block;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .navbar .nav-item {
    margin-left: 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #0000001c;
  }
  .navbar .nav-item .dropBtn {
    margin-left: 0;
    position: absolute;
    right: .5rem;
    top: 0;
    width: 3rem;
    height: 4rem;
  }
  .navbar .nav-item .dropdown-toggle::after {
    border-top: .65rem solid;
    border-width: .65rem;
  }
  .navbar .nav-item .show.dropdown-toggle::after {
    border-bottom: .65rem solid;
    border-top: 0;
  }
  .navbar .nav-link {
    width: 100%;
    padding: 1rem 0rem;
    font-size: 1.125rem;
    color: var(--dark);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 576px) {
  .navbar .navbar-brand img {
    max-height: 7rem;
  }
  .navbar .navbar-collapse {
    padding: 1rem 1.5rem;
  }
  .navbar .closeBtn {
    margin-right: 0;
  }
}

footer {
  background-color: var(--brand);
  padding: 3rem 0 0 0;
}

footer .after {
  position: relative;
  margin-bottom: 1.5rem;
}

footer .after::after {
  content: '';
  display: block;
  width: 6rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -.5rem;
  left: 0;
}

footer a {
  font-size: 1rem;
  color: var(--white);
}

footer a img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: .5rem;
}

footer a:hover {
  text-decoration: underline;
  color: var(--white);
}

footer .links {
  padding-bottom: 0rem;
  margin-bottom: 3rem;
  position: relative;
}

footer .links li:not(:last-child) {
  margin-right: 2rem;
  font-weight: 500;
}

footer .links li a {
  font-size: 1.062rem;
  padding: .25rem;
  display: inline-block;
}

footer .links::after {
  content: '';
  width: 140vw;
  height: 1px;
  background-color: #fff;
  display: block;
  opacity: .2;
  position: absolute;
  bottom: 0%;
  left: -50vw;
}

footer .fs-13 {
  font-size: 13px;
  line-height: 1.3;
}

footer .date {
  color: var(--white);
  opacity: .2;
}

footer ul li {
  margin-bottom: 1.5rem;
}

footer ul.social__links li {
  margin-bottom: 0;
}

footer ul.social__links li a {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--brand);
  color: var(--white);
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

footer ul.social__links li a:hover {
  text-decoration: none;
  background-color: var(--yellow);
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
}

footer ul.address__box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer ul.address__box li .icon {
  width: 1.5rem;
  font-size: 1rem;
  color: var(--white);
}

footer ul.address__box li .icon .fa-map-marker {
  font-size: 1.125rem;
}

footer ul.address__box li address, footer ul.address__box li a {
  width: calc(100% - 1.5rem);
  padding-top: .2rem;
}

footer .copyright {
  border-top: 1px solid #aeacac9d;
  padding: 1rem 0;
}

footer .copyright a {
  line-height: 1;
  color: var(--yellow);
}

/*---------------------- Back to Top Css --------------*/
.backTop {
  position: fixed;
  bottom: 4.5rem;
  right: -3rem;
  background-color: var(--white);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 99;
  font-weight: 600;
  display: none;
  padding: 0;
  text-transform: uppercase;
  color: #EFF9FF;
  text-align: center;
  color: var(--dark);
  padding-right: 1.5rem;
  padding-left: .25rem;
}

.backTop .fa {
  position: absolute;
  bottom: 0.25rem;
  right: 0.2rem;
}

.backTop:hover {
  background-color: var(--white);
  color: var(--yellow);
}

.backTop.show {
  display: block;
}

/*====================================================== Home Page Styles =========================================================================================*/
/*======================= Header Wrapper Styles ========================*/
.header__wrapper {
  background-color: rgba(32, 119, 186, 0.22);
  margin-top: -10rem;
  min-height: 100vh;
  padding: 8rem 0;
}

.header__wrapper .h1 {
  font-size: 3.9rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--white);
  font-family: var(--lora);
  padding-top: 17vh;
}

.header__wrapper .h1 .welcome {
  font-family: var(--tangerine);
}

.header__wrapper .btn-primary {
  border-radius: 2rem;
  min-height: 3rem;
  padding: 0% 2rem;
  background-color: var(--yellow);
  border-color: var(--yellow);
}

.header__wrapper.subpage {
  min-height: auto;
  padding-top: 5rem;
}

.header__wrapper.page__header {
  margin-top: 0;
  padding: 7rem 0 1rem 0;
  text-align: center;
}

.header__wrapper.page__header .h1 {
  padding-top: 0;
  max-width: 100%;
  font-weight: 600;
}

.header__wrapper.page__header .breadcrumb__box {
  margin-top: 6rem;
}

.header__wrapper.page__header .breadcrumb {
  margin-bottom: 0;
}

.header__wrapper.page__header .breadcrumb .breadcrumb-item, .header__wrapper.page__header .breadcrumb a {
  color: var(--white);
}

.header__wrapper.page__header .breadcrumb .breadcrumb-item::before, .header__wrapper.page__header .breadcrumb a::before {
  color: var(--white);
}

.header__wrapper.page__header .breadcrumb a {
  line-height: 1;
}

.header__wrapper.page__header .breadcrumb a img {
  width: 1rem;
  height: 1rem;
  margin-top: -.2rem;
}

/*---- Search Wrapper Styles ---------*/
.search__wrapper {
  margin-top: -6rem;
  position: relative;
  z-index: 99;
}

.search__wrapper .form-select {
  border-color: var(--white);
  cursor: pointer;
  height: 3.875rem;
  border-radius: 0%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjE2OTIgMTEuOTk5TDAuNjE0ODA4IDAuNTYyMkwyMS4zOTc0IDAuMjY5NjA4TDExLjE2OTIgMTEuOTk5WiIgZmlsbD0iI0YyQzc0NCIvPgo8L3N2Zz4K") !important;
}

.search__wrapper .form-control {
  border-color: var(--white);
  height: 4rem;
  font-size: 1.25rem;
  border-radius: 0;
  background-color: var(--white) !important;
  background-repeat: no-repeat;
  background-position: right 1rem center;
}

.search__wrapper .form-control::-webkit-input-placeholder {
  color: #00000029;
}

.search__wrapper .form-control:-ms-input-placeholder {
  color: #00000029;
}

.search__wrapper .form-control::-ms-input-placeholder {
  color: #00000029;
}

.search__wrapper .form-control::placeholder {
  color: #00000029;
}

.search__wrapper .form-control.calendar {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNC4wMDIiIGhlaWdodD0iMjQuMDAyIiB2aWV3Qm94PSIwIDAgMjQuMDAyIDI0LjAwMiI+CiAgPGcgaWQ9Im5vdW4tZGF0ZS00NjE3MzIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQwLjAwNiAtNzAuMDAyKSI+CiAgICA8cGF0aCBpZD0iUGF0aF8zODg4IiBkYXRhLW5hbWU9IlBhdGggMzg4OCIgZD0iTTE2MC42NzQsNzIuNjY5aC0ydi0yYS42NjcuNjY3LDAsMCwwLTEuMzM0LDB2MkgxNDYuNjczdi0yYS42NjcuNjY3LDAsMCwwLTEuMzM0LDB2MmgtMkEzLjMzNywzLjMzNywwLDAsMCwxNDAuMDA2LDc2VjkwLjY3MUEzLjMzNywzLjMzNywwLDAsMCwxNDMuMzQsOTRoMTcuMzM1YTMuMzM3LDMuMzM3LDAsMCwwLDMuMzM0LTMuMzM0Vjc2YTMuMzM3LDMuMzM3LDAsMCwwLTMuMzM0LTMuMzM0Wk0xNDMuMzM5LDc0aDJ2MmEuNjY3LjY2NywwLDEsMCwxLjMzNCwwVjc0aDEwLjY2OHYyYS42NjcuNjY3LDAsMSwwLDEuMzM0LDBWNzRoMmEyLDIsMCwwLDEsMiwydjMuMzM0SDE0MS4zMzlWNzZhMiwyLDAsMCwxLDItMlptMTcuMzM1LDE4LjY2OEgxNDMuMzM5YTIsMiwwLDAsMS0yLTJ2LTEwaDIxLjMzNnYxMGEyLDIsMCwwLDEtMiwyWiIgZmlsbD0iI2RkYzA4ZCIvPgogICAgPHBhdGggaWQ9IlBhdGhfMzg4OSIgZGF0YS1uYW1lPSJQYXRoIDM4ODkiIGQ9Ik0zMjkuMzMzLDMyNy4zMzNhLjY2Ni42NjYsMCwwLDEtLjY2Ny42NjdoLTEuMzM0YS42NjcuNjY3LDAsMCwxLDAtMS4zMzNoMS4zMzRhLjY2Ni42NjYsMCwwLDEsLjY2Ny42NjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTc1Ljk5MyAtMjQxLjk5NikiIGZpbGw9IiNkZGMwOGQiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzM4OTAiIGRhdGEtbmFtZT0iUGF0aCAzODkwIiBkPSJNMjEyLjY2OSwzMjcuMzMzQS42NjcuNjY3LDAsMCwxLDIxMiwzMjhoLTEuMzMzYS42NjcuNjY3LDAsMSwxLDAtMS4zMzNIMjEyYS42NjcuNjY3LDAsMCwxLC42NjcuNjY3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY1Ljk5NiAtMjQxLjk5NikiIGZpbGw9IiNkZGMwOGQiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzM4OTEiIGRhdGEtbmFtZT0iUGF0aCAzODkxIiBkPSJNMjEyLjY2OSwzOTcuMzMzQS42NjcuNjY3LDAsMCwxLDIxMiwzOThoLTEuMzMzYS42NjcuNjY3LDAsMSwxLDAtMS4zMzNIMjEyYS42NjcuNjY3LDAsMCwxLC42NjcuNjY3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY1Ljk5NiAtMzA3Ljk5NikiIGZpbGw9IiNkZGMwOGQiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzM4OTIiIGRhdGEtbmFtZT0iUGF0aCAzODkyIiBkPSJNMzI5LjMzMywzOTcuMzMzYS42NjYuNjY2LDAsMCwxLS42NjcuNjY3aC0xLjMzNGEuNjY3LjY2NywwLDAsMSwwLTEuMzMzaDEuMzM0YS42NjYuNjY2LDAsMCwxLC42NjcuNjY3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3NS45OTMgLTMwNy45OTYpIiBmaWxsPSIjZGRjMDhkIi8+CiAgICA8cGF0aCBpZD0iUGF0aF8zODkzIiBkYXRhLW5hbWU9IlBhdGggMzg5MyIgZD0iTTQ0NiwzMjcuMzMzYS42NjYuNjY2LDAsMCwxLS42NjcuNjY3SDQ0NGEuNjY3LjY2NywwLDEsMSwwLTEuMzMzaDEuMzMzYS42NjYuNjY2LDAsMCwxLC42NjcuNjY3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI4NS45OTIgLTI0MS45OTYpIiBmaWxsPSIjZGRjMDhkIi8+CiAgPC9nPgo8L3N2Zz4K");
}

.search__wrapper .form-control.time {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy42NTIiIGhlaWdodD0iMjcuNjUyIiB2aWV3Qm94PSIwIDAgMjcuNjUyIDI3LjY1MiI+CiAgPGcgaWQ9Im5vdW4tdGltZS00NzMwNTg5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEwIC00MCkiPgogICAgPHBhdGggaWQ9IlBhdGhfMzg5NCIgZGF0YS1uYW1lPSJQYXRoIDM4OTQiIGQ9Ik0xMjMuODI2LDQyLjNhMTEuNTIyLDExLjUyMiwwLDEsMCwxMS41MjIsMTEuNTIyQTExLjUyMiwxMS41MjIsMCwwLDAsMTIzLjgyNiw0Mi4zWk0xMTAsNTMuODI2YTEzLjgyNiwxMy44MjYsMCwxLDEsMTMuODI2LDEzLjgyNkExMy44MjYsMTMuODI2LDAsMCwxLDExMCw1My44MjZaIiBmaWxsPSIjZGRjMDhkIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzM4OTUiIGRhdGEtbmFtZT0iUGF0aCAzODk1IiBkPSJNMzMxLjE1MywxNDBhMS4xNTIsMS4xNTIsMCwwLDEsMS4xNTIsMS4xNTJ2Ni40MzZsMy43LDMuN2ExLjE1MiwxLjE1MiwwLDAsMS0xLjYyOSwxLjYyOWwtNC4wMzMtNC4wMzNhMS4xNTIsMS4xNTIsMCwwLDEtLjMzOC0uODE1di02LjkxM2ExLjE1MiwxLjE1MiwwLDAsMSwxLjE1Mi0xLjE1MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMDcuMzI3IC05NC4yMzQpIiBmaWxsPSIjZGRjMDhkIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KICA8L2c+Cjwvc3ZnPgo=");
}

.search__wrapper .form-control:hover {
  border-color: var(--brand);
}

.search__wrapper .form-control:focus {
  border-color: var(--brand);
}

.search__wrapper .btn-white {
  min-height: 4rem;
  font-size: 1.25rem;
  padding: 0% 1.3rem;
  border-radius: 0;
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--brand);
}

.search__wrapper .btn-white:hover {
  border-color: transparent;
  background-color: var(--yellow);
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}

.search__wrapper .btn-white:focus {
  border-color: var(--yellow);
  background-color: var(--yellow);
}

.search__wrapper .text-danger {
  color: #FDCA00 !important;
}

.outline-text {
  -webkit-text-stroke: 1px rgba(32, 119, 186, 0.2);
  -webkit-text-fill-color: white;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}

/*------ Counter Card -----------------*/
.count__card {
  border: 1px solid #1C777272;
  background-color: #fff;
  padding: 4rem 1rem 2rem 1rem;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.count__card .outline {
  -webkit-text-stroke: 1px rgba(28, 119, 115, 0.22);
  -webkit-text-fill-color: white;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  line-height: 1;
}

.count__card .icon img {
  height: 3.5rem;
  width: auto;
}

.count__card .h1 {
  color: var(--brand);
}

.count__card:hover {
  background-color: var(--brand);
  color: var(--white);
}

.count__card:hover img {
  -webkit-filter: contrast(0) brightness(10);
          filter: contrast(0) brightness(10);
}

.count__card:hover .h1, .count__card:hover .h4 {
  color: var(--white);
}

/*------ Team Card Styles -------------*/
.destination__wrapper .card {
  background-color: #EBEBEB;
}

/*---- Testimonial Wrapper Styles ---------*/
.testi__wrapper .owl-item {
  padding: 1rem 1rem 2rem 1rem;
}

.testi__wrapper .btn-outline-white {
  min-height: 3rem;
}

.testi__card {
  text-align: center;
  background: #F7F7F7 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 12px 14px #00000029;
          box-shadow: 0px 12px 14px #00000029;
  border: 1px solid #E8E8E8;
  border-radius: 4rem 4rem 0px 0px;
  padding: 2.5rem 3.5rem 2.5rem 3.5rem;
}

.testi__card .thumbnail {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}

.testi__card .thumbnail img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: relative;
  z-index: 11;
  margin: 0 auto;
  outline: 1px solid #707070;
  outline-offset: .35rem;
}

.testi__card .lead-sm {
  font-family: var(--oswald);
  color: #48BED9;
}

.testi__card .desc {
  color: #3D3D3D;
  line-height: 1.6;
  max-height: 8rem;
  overflow-y: auto;
  min-height: 8rem;
}

.testi__card .testi__text {
  position: relative;
}

.testi__card .testi__text::after, .testi__card .testi__text::before {
  content: '';
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: -2.5rem;
  left: 0rem;
  background: url("../images/svg/quote-left.svg") no-repeat center center/contain;
}

.testi__card .testi__text::after {
  background: url("../images/svg/quote-right.svg") no-repeat center center/contain;
  top: auto;
  bottom: -1rem;
  left: auto;
  right: 0rem;
}

.testi__card * {
  scrollbar-width: thin;
  scrollbar-color: #eee #ddd;
}

.testi__card *::-webkit-scrollbar {
  width: 12px;
}

.testi__card *::-webkit-scrollbar-track {
  background: #ddd;
}

.testi__card *::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 20px;
  border: 3px solid #ddd;
}

.address__wrapper .form__wrapp {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 10px 9px #00000029;
          box-shadow: 0px 10px 9px #00000029;
  border: 1px solid #CCCCCC;
  margin-left: -4rem;
  position: relative;
  z-index: 99;
  padding: 2rem;
}

.address__wrapper .form__wrapp label {
  color: var(--body-text-color);
}

.address__wrapper .form__wrapp .form-control {
  height: 3rem;
}

.address__wrapper .form__wrapp textarea.form-control {
  height: auto;
}

.address__wrapper .btn-primary {
  min-height: 2.875rem;
  border-radius: 0%;
}

.map {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 45rem;
}

.map.small {
  height: 30rem;
}

.map::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0px;
}

.fluid__container {
  margin-left: auto;
  width: calc(100vw - var(--vw));
}

.fluid__container.start {
  margin-left: 0;
  margin-right: auto;
}

@media (min-width: 576px) {
  .fluid__container {
    width: 540px;
    margin-left: auto !important;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .fluid__container {
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .fluid__container {
    max-width: calc(100vw - var(--vwlg));
    margin-left: auto;
    margin-right: 0;
  }
  .fluid__container.start {
    margin-left: 0 !important;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .fluid__container {
    margin-left: auto;
    margin-right: 0;
    max-width: calc(100vw - var(--vwxl));
  }
}

@media (min-width: 1400px) {
  .fluid__container {
    margin-left: auto;
    margin-right: 0;
    max-width: calc(100vw - var(--vwxxl));
  }
}

@media (max-width: 576px) {
  .fluid__container {
    padding-left: 0.5rem;
    padding-right: .5rem;
  }
}

@media (max-width: 1200px) {
  html, body {
    font-size: 15px;
  }
  body {
    line-height: 1.6;
  }
  h2, .h2 {
    font-size: 1.625rem;
  }
  h2.lg, .h2.lg {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.35rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  .lead-lg {
    font-size: 1.25rem;
  }
  .h1 {
    font-size: 2.75rem;
  }
  .btn-primary, .btn-white, .btn-outline-primary, .btn-outline-white {
    min-height: 3rem;
    padding: 0% 1.25rem;
  }
  .header__wrapper .h1 {
    font-size: 3rem;
  }
  .count__card {
    padding: 3rem .5rem 1rem .5rem;
  }
  .col--5 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media (max-width: 992px) {
  html, body {
    font-size: 14px;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
  h2.lg, .h2.lg {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
  }
  h4, .h4 {
    font-size: 1.125rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  .lead-lg {
    font-size: 1rem;
  }
  .col--5 {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
  .ptb {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .map {
    height: 24rem;
  }
  .header__wrapper {
    padding: 12rem 0 10rem 0;
    margin-top: -10rem;
    text-align: center;
    min-height: auto;
  }
  .header__wrapper .h1 {
    font-size: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    max-width: 33rem;
  }
  .header__wrapper.subpage {
    padding-top: 12rem;
  }
}

@media (max-width: 768px) {
  html, body {
    font-size: 13px;
  }
  .count__card .icon img {
    height: 3rem;
  }
  .team__card img {
    max-height: 14rem;
    width: auto;
  }
  .col--5 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .best__selling__wrapper .card .thumbnail figure img {
    width: 100%;
    height: 18rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .destination__wrapper .thumbnail {
    display: block;
  }
  .destination__wrapper .thumbnail figure img {
    width: 100%;
    height: 28rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  footer ul li {
    margin-bottom: .75rem;
  }
}

@media (max-width: 576px) {
  html, body {
    font-size: 12px;
  }
  .h1 {
    font-size: 1.75rem;
  }
  .btn-primary, .btn-white, .btn-outline-primary {
    border-radius: .35rem;
    padding: 0 1rem;
    min-height: 2.75rem;
  }
  .header__wrapper .h1 {
    font-size: 2rem;
  }
  .destination__wrapper .thumbnail {
    display: block;
  }
  .destination__wrapper .thumbnail figure img {
    width: 100%;
    height: 22rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .count__card .icon img {
    height: 3rem;
  }
  .backTop {
    width: 3rem;
    height: 3rem;
    background-size: 1.5rem;
    bottom: 4rem;
  }
  .backTop .icon {
    margin-bottom: .25rem;
  }
  footer a {
    font-size: 12px;
  }
  .outline-text {
    font-size: 3rem;
  }
  .col--5 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/*# sourceMappingURL=style.css.map */