@charset "UTF-8";
/* #Fonts  Styles
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap");
/* #Reset & Basics================================================== */
* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #414D6C;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

strong {
  color: #1A1D1F;
}

label {
  font-size: 1rem;
  margin-bottom: 8px;
}

/* #Typography================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Jost", sans-serif;
  color: #112147;
  font-weight: 500;
  letter-spacing: -1px;
}

h1,
.h1 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.625rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

/*custom*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #414D6C;
}

a:hover h2,
a:hover h3,
a:hover h4 {
  color: #414D6C;
  text-decoration: none;
}

a:hover h3,
a:hover p {
  text-decoration: none;
  color: #414D6C;
}

a {
  color: #414D6C;
  text-decoration: none;
}
a:hover {
  color: #2a455a;
  text-decoration: none;
}

a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

/* #Lists================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 20px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

::focus {
  outline: 0;
}

input:focus {
  outline: 0;
}

/* #text color================================================== */
.text-primary {
  color: #2a455a !important;
}

.text-accent {
  color: #5cb6d6 !important;
}

/* #bg color================================================== */
.bg-white {
  background: #fff !important;
}

.bg-primary {
  background: #2a455a !important;
}

.bg-accent {
  background: #5cb6d6 !important;
}

/* #border color================================================== */
.border-white {
  border: 1px solid #fff;
}

/* #spaceing================================================== */
.m-t-0 {
  margin-top: 0;
}

.m-t-5 {
  margin-top: 0.3125rem;
}

.m-t-10 {
  margin-top: 0.625rem;
}

.m-t-20 {
  margin-top: 1.25rem !important;
}

.m-t-30 {
  margin-top: 1.875rem;
}

.m-t-40 {
  margin-top: 2.5rem;
}

.m-t-50 {
  margin-top: 3.125rem;
}

.m-t-60 {
  margin-top: 3.75rem;
}

.m-t-70 {
  margin-top: 4.375rem;
}

.m-t-80 {
  margin-top: 5rem;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-10 {
  margin-bottom: 0.625rem !important;
}

.m-b-20 {
  margin-bottom: 1.25rem !important;
}

.m-b-30 {
  margin-bottom: 1.875rem;
}

.m-b-40 {
  margin-bottom: 2.5rem;
}

.m-b-50 {
  margin-bottom: 3.125rem;
}

.m-b-60 {
  margin-bottom: 3.75rem;
}

.m-b-70 {
  margin-bottom: 4.375rem;
}

.m-b-80 {
  margin-bottom: 5rem;
}

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.m-tb-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.m-tb-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.m-tb-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-tb-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.m-tb-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.m-tb-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.m-tb-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.p-t-0 {
  padding-top: 0;
}

.p-t-5 {
  padding-top: 0.3125rem;
}

.p-t-10 {
  padding-top: 0.625rem;
}

.p-t-20 {
  padding-top: 1.25rem;
}

.p-t-30 {
  padding-top: 1.875rem;
}

.p-t-40 {
  padding-top: 2.5rem;
}

.p-t-50 {
  padding-top: 3.125rem;
}

.p-t-60 {
  padding-top: 3.75rem;
}

.p-t-70 {
  padding-top: 4.375rem;
}

.p-t-80 {
  padding-top: 5rem;
}

.p-t-100 {
  padding-top: 6.25rem;
}

.p-t-120 {
  padding-top: 7.5rem;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-b-10 {
  padding-bottom: 0.625rem;
}

.p-b-20 {
  padding-bottom: 1.25rem;
}

.p-b-30 {
  padding-bottom: 1.875rem;
}

.p-b-40 {
  padding-bottom: 2.5rem;
}

.p-b-50 {
  padding-bottom: 3.125rem;
}

.p-b-60 {
  padding-bottom: 3.75rem;
}

.p-b-70 {
  padding-bottom: 4.375rem;
}

.p-b-80 {
  padding-bottom: 5rem;
}

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-tb-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.p-tb-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-tb-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.p-tb-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-tb-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.p-tb-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-tb-60 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-tb-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.p-tb-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-all {
  padding: 0;
}

.p-all-15 {
  padding: 0.9375rem !important;
}

.p-r-5 {
  padding-right: 0.3125rem !important;
}

.m-r-20 {
  margin-right: 1.25rem !important;
}

.m-l-20 {
  margin-left: 1.25rem !important;
}

/* #block ================================================== */
.block {
  display: block !important;
}

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

.font-bold {
  font-weight: bold;
}

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

:root {
  --box-shadow: 0px 0.25rem 0.375rem rgba(0, 0, 0, 0.2);
}

::placeholder {
  color: #9d9d9d !important;
}

input:focus::placeholder {
  color: #fff !important;
}

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

.shadow {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
}

.text-accent {
  color: #5cb6d6;
}

.text-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.text-line--2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.text-line--3 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.grid {
  display: grid;
  grid-gap: 20px;
}

.grid-item {
  background: #fff;
}

.grid {
  display: grid;
  grid-gap: 30px;
}

@media (min-width: 767px) {
  .grid--12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*Header*/
.header {
  position: relative;
  z-index: 1000;
  background: #fff;
}
.header__middle {
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.09);
}
.header__top {
  font-size: 13px;
  height: 40px;
  background: #2a455a;
  color: #fff;
  line-height: 40px;
}
.header__top a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header__top {
    height: auto;
  }
}
.header__social-media a {
  color: #fff;
  margin-left: 8px;
}

.logo img {
  width: 100px;
}
.logo__social-media a {
  color: #fff;
  margin-right: 8px;
}

#scrollTop {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  height: 50px;
  width: 50px;
  background: #141116;
  text-align: center;
  line-height: 50px;
  color: #fff;
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 190px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .header__middle {
    padding: 0.75rem;
  }
}
.stick {
  position: sticky;
  top: 119px;
  width: 100%;
  z-index: 100;
}

.shrink {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.shrink .header__middle {
  padding: 8px 0;
}
.shrink .logo {
  transition: all 0.2s ease;
  transform: scale(0.9);
}
.shrink .logo img {
  width: 90px;
  transition: all 0.2s ease;
  transform: scale(0.9);
}

.sticky,
.mobile-menu {
  position: sticky;
  -ms-position: sticky;
  top: 0;
  z-index: 100;
}

.phone {
  margin-right: 1rem;
}

.header__top-right i {
  margin-right: 4px;
}

.search-icon {
  height: 2rem;
  width: 2rem;
  border: 1px solid #d8d1dd;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.search-form {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
}
.search-form input[type=text] {
  border: 1px solid #2a455a;
  padding-left: 0.625rem;
  height: 40px;
  border-right: 0;
}
.search-form .btn-success {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .search-form {
    display: none;
  }
}

/* search*/    
.search-inner {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.1em;
  cursor: pointer;
  height: 100%;
}
.search-inner i {
  color: #444761;
}

.search-form {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  width: 40%;
}

.search-form input[type=text] {
  border: none;
  background: #fff;
  height: 60px;
  padding-left: 0.5rem;
  flex: 1;
}

.search-form input[type=submit] {
  border: none;
  height: 60px;
  background: #2a455a;
  color: #fff;
  padding: 0 1.5rem;
  text-transform: uppercase;
}

.Search-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100000;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  align-items: center;
  display: none;
  transition: all 3s ease;
  opacity: 0;
}

.close-btn {
  color: #fff;
  position: absolute;
  right: 100px;
  top: 50px;
  font-size: 30px;
  cursor: pointer;
}

.Search-wrap.show {
  display: flex;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: crosshair;
  z-index: 10000;
}

.social-chat {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 1000;
  cursor: pointer;
}
.social-chat img {
  width: 50px;
}
.social-chat .social-icon + .social-icon {
  margin-top: 1rem;
}

@media screen and (max-width: 992px) {
  .header__middle {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 80px;
  }
}
.price-language + .price-language {
  border-left: 1px solid #3d607a;
}
.price-language .dropdown-item {
  color: inherit;
}
.price-language button {
  background: none;
  color: #fff;
}
.price-language button:hover {
  background: none;
}
.price-language button:focus {
  box-shadow: none;
  background: none;
  outline: none;
}

.login-register-item {
  padding: 0 0.5rem;
}

.after-login-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.login-name {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  border: 2px solid #fff;
  line-height: 28px;
  text-align: center;
  display: inline-flex;
  margin-right: 8px;
  overflow: hidden;
}
.login-name img {
  width: 100%;
  height: 100%;
}

.dropdown-menu {
  padding: 0;
}
.dropdown-menu a {
  color: inherit;
}

.dropdown-item {
  padding: 0.1rem 1rem;
}

.dropdown-item svg {
  width: 16px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: #e4f1f5;
}

@media screen and (max-width: 1200px) {
  .display-none {
    display: none !important;
  }
}
.menu {
  background-color: #fff !important;
}

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

.navbar {
  padding: 0;
}

.navbar-nav {
  line-height: 50px;
}

.nav-list li {
  position: relative;
}

.navbar-dark .navbar-nav .nav-link {
  color: inherit;
  text-transform: uppercase;
  position: relative;
  padding: 0;
}

.navbar-expand-lg .navbar-nav li {
  padding: 2.125rem 1rem;
  line-height: 50px;
  font-weight: 600;
}

.navbar-expand-lg .navbar-nav .sub-menu li {
  padding: 0;
}

.nav-list a {
  display: block;
  padding: 0 0.9em;
  color: inherit;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: inherit;
  background: transparent;
  position: relative;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  background: transparent;
  color: #5cb6d6;
}

.navbar-dark .navbar-nav .active .nav-link {
  position: relative;
  margin-top: 0;
}

.navbar-dark .navbar-nav .active .nav-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 38px;
  left: 0;
  background: #5cb6d6;
  opacity: 1;
  transform: scale(1);
}

.navbar-dark .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  top: 38px;
  left: 0;
  background: #5cb6d6;
  transform: scale(0);
  transition: width 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover::before {
  width: 100%;
  transform: scale(1);
}

@media (max-width: 992px) {
  .nav-item .fa {
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .sub-menu-toggle .fa {
    float: right;
    margin-top: 17px;
  }
  .sub-menu {
    display: none;
  }
  .fa.fa-angle-right::before {
    content: "\f107";
  }
  .navbar.bsnav .top_brand_back {
    background: none;
  }
  .navbar.bsnav .top_brand_back .navbar-brand img {
    width: 10rem;
  }
  .navbar-toggler {
    display: block;
  }
  .navbar-expand-md .navbar-toggler {
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
  }
  .navdiv {
    position: absolute;
    left: -130%;
    width: 70%;
    z-index: 100;
    transition: opacity 0.2s, left 0.2s ease, visibility 0.2s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    height: 100vh;
    top: 0;
  }
  .mobile-menu .navdiv.active {
    opacity: 1;
    left: 0;
    visibility: visible;
  }
  .navbar.navbar-expand-md.bsnav-brand-top {
    display: flex;
    background: inherit;
  }
  .bsnav-mobile-overlay {
    display: none;
  }
  .bsnav-mobile-overlay.active {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #ccc;
  }
  .top_brand_back .navbar-brand {
    padding: 1rem 0 0.6rem 0;
  }
}
@media screen and (min-width: 800px) {
  .nav-list li.current-menu-ancestor > a,
  .nav-list li.current-menu-ancestor .sub-menu .nav-item.active a {
    background: #32a769;
  }
}
.mobile-menu {
  display: none;
}

.desktop-menu {
  display: block;
}

@media screen and (min-width: 993px) {
  .nav-list > li.active a,
  .nav-list > li:hover > a,
  .sub-menu > li:hover > a,
  .sub-menu .sub-menu > li:hover > a {
    background: transparent !important;
    color: #5cb6d6 !important;
  }
  .sub-menu li:last-child {
    border-bottom: 0 !important;
  }
  .sub-menu {
    position: absolute;
    z-index: 100000;
    width: 200px;
    z-index: 1000;
    top: 160%;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    background: #2a455a;
  }
  .sub-menu .sub-menu {
    top: 110%;
    left: 100%;
    transition: all 0.4s ease;
  }
  .nav-list li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .sub-menu li:hover > .sub-menu {
    top: 0;
    left: 100%;
  }
  .navbar-toggle {
    display: none;
  }
  .navClose {
    display: none;
  }
  .nav-list a:focus {
    outline: none;
  }
  .sub-menu-toggle .fa {
    float: right;
    margin-top: 18px;
    margin-left: 5px;
  }
  .sub-menu a {
    color: #fff;
  }
  .sub-menu li {
    line-height: 2;
  }
  .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #0e2f48;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .nav-list a {
    font-size: 16px;
    padding: 0 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sub-menu li {
    line-height: 35px;
  }
  .contact-info li {
    font-size: 11px;
  }
  .menu .container {
    padding: 0;
  }
  .navbar-toggle:focus {
    outline: none;
  }
  .nav-list {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .sub-menu-toggle .fa {
    margin-top: 15px;
    margin-left: 0;
  }
  .nav-list {
    width: 100%;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    height: 100vh;
    overflow-y: scroll;
    padding-top: 0;
  }
  .menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .navbar-toggle:focus {
    outline: none;
  }
  .nav-list > li.active a {
    background: transparent;
  }
  .navbar-toggle {
    position: absolute;
    right: 40px;
    top: 20px;
    display: block;
    border: none;
    background: none;
    font-size: 20px;
  }
  .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
  }
  .sub-menu.active {
    display: block;
  }
  .sub-menu a {
    padding-right: 1.8em;
    padding-left: 2rem;
  }
  .sub-menu .sub-menu a {
    padding-right: 2.6em;
    padding-left: 3rem;
    line-height: 50px;
  }
}
.navbar {
  display: block;
}

@media screen and (max-width: 992px) {
  .navbar-toggler {
    border: none;
    width: 32px;
    height: 24px;
    padding: 0;
    position: relative;
    border-radius: 0;
    cursor: pointer;
  }
  .sub-menu a {
    padding-right: 1.8em;
    padding-left: 2rem;
    line-height: 50px;
  }
  .sub-menu .sub-menu a {
    padding-right: 2.6em;
    padding-left: 3rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 1rem;
    line-height: 50px;
    font-weight: 600;
  }
  .navbar-toggler .navbar-toggler-icon {
    top: 10px;
  }
  .navbar-toggler .navbar-toggler-icon,
  .navbar-toggler .navbar-toggler-icon::after,
  .navbar-toggler .navbar-toggler-icon::before {
    background-color: #333;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    border-radius: 100px;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .navbar-toggler .navbar-toggler-icon::after,
  .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    display: block;
  }
  .navbar-toggler .navbar-toggler-icon::before {
    top: -10px;
  }
  .navbar-toggler .navbar-toggler-icon::after {
    bottom: -10px;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon {
    top: 0;
    transition: background-color 0s 0.13s linear;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon {
    transition-delay: 0.22s;
    background-color: transparent !important;
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
  }
}
@media screen and (max-width: 992px) {
  .mobile-menu {
    display: block;
  }
  .desktop-menu {
    display: none;
  }
  .navbar-expand-lg .navbar-nav li {
    padding: 0;
  }
}
.hiden {
  overflow: hidden;
}

.slider__owl-carousel,
.slider__owl-carousel .item {
  position: relative;
}

.slider__owl-carousel .owl-item img {
  height: 65vh;
  width: 100%;
}

.item.item--text-white,
.item.item--text-white h2,
.item.item--text-white .slider-text {
  color: #fff;
}

.slider-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.slider-content h2 {
  font-size: 62px;
  line-height: 64px;
  font-weight: bold;
}

.slider-text {
  font-size: 18px;
  color: #343434;
}

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

.slider__owl-carousel .owl-prev {
  left: 40px;
}

.slider__owl-carousel .owl-next {
  right: 40px;
}

.slider__owl-carousel .owl-nav [class*=owl-] {
  background: #012337 !important;
}

.owl-prev span,
.owl-next span {
  font-size: 36px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: calc(50% - 40px);
}

.owl-prev {
  left: -20px;
}

.owl-next {
  right: -20px;
}

.owl-prev:hover,
.owl-next:hover {
  background: none !important;
}

.owl-carousel.owl-drag .owl-item + .owl-item {
  margin-right: 20px;
}

.owl-carousel.owl-drag .owl-item:last-child {
  margin-right: 0 !important;
}

.owl-theme .owl-nav [class*=owl-] {
  border-radius: 100% !important;
  height: 56px;
  width: 56px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  background: #012337 !important;
  margin: 0;
}

.owl-theme .owl-nav [class*=owl-] span {
  opacity: 1 !important;
  height: 40px;
  margin-top: -6px;
  color: #fff;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
}

.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.services__owl-carousel .owl-prev,
.services__owl-carousel .owl-next {
  position: inherit;
}

.services__owl-carousel .owl-nav [class*=owl-] {
  display: inline-block;
}

.services__owl-carousel .owl-nav {
  margin-top: 30px !important;
}

.services__owl-carousel .owl-next {
  margin-left: 10px !important;
}

.slider__owl-carousel .owl-nav [class*=owl-] {
  background: #000 !important;
}

.slider__owl-carousel .owl-nav [class*=owl-] {
  height: 50px;
  width: 50px;
}

#carouselExampleFade .carousel-control-next,
#carouselExampleFade .carousel-control-prev {
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider-content h2 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .slider-content .btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .slider-content h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .slider-text {
    font-size: 8px;
  }
  .slider-content .btn {
    font-size: 8px;
  }
  .slider.p-t-20 {
    padding-top: 0;
  }
  .owl-theme .owl-nav [class*=owl-] {
    height: 30px;
    width: 30px;
  }
  .owl-next {
    right: 10px;
  }
  .owl-prev {
    left: 10px;
  }
  .owl-prev span, .owl-next span {
    font-size: 23px;
    top: 2px;
    position: relative;
  }
  .owl-prev,
  .owl-next {
    position: absolute;
    top: calc(50% - 10px);
  }
  .m-b-60 {
    margin-bottom: 1.875rem;
  }
}
.destination-list {
  display: flex;
  gap: 30px;
  font-size: 20x;
}
.destination-list i {
  margin-right: 4px;
  color: #5cb6d6;
}
.destination-list a {
  color: #112147;
  font-weight: 500;
}
.destination-list a:hover {
  text-decoration: underline;
}

.about-img img {
  height: 471px;
  object-fit: cover;
  width: 100%;
}

.destination-grid {
  display: grid;
  grid-template-columns: 280px 280px;
  gap: 20px;
  margin-top: 40px;
}
.destination-grid img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.destination-grid a:hover h3 {
  color: #fff;
}

.destination-img {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.destination-img:hover .destination-caption {
  bottom: 0;
  background: rgb(104, 204, 240);
  background: linear-gradient(0deg, rgb(104, 204, 240) 0%, rgba(255, 255, 255, 0) 100%);
}

.destination-caption {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s ease;
}
.destination-caption h3, .destination-caption a {
  color: #fff;
}

.view-all {
  font-size: 14px;
  margin-top: 8px;
}
.view-all i {
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  .destination-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 992px) {
  .destination-grid {
    grid-template-columns: 1fr;
  }
  .destination-grid img {
    height: auto;
  }
}
.form-control,
.form-control input {
  border-radius: 0;
}

.form-control {
  height: 40px;
  border: 1px solid #d8d1dd;
}

button,
button[type=submit],
input[type=submit] {
  height: 40px;
  line-height: 40px;
}

.module {
  box-shadow: 0 6px 20px rgba(0, 130, 202, 0.16);
  padding: 2rem;
}

.forgot-password {
  margin-bottom: 0;
  color: #2a455a;
}

.meta-h-account {
  text-align: center;
  margin-top: 30px;
}
.meta-h-account a {
  text-decoration: underline;
}

.meta-r {
  text-align: center;
  margin-top: 40px;
}
.meta-r a {
  text-decoration: underline;
}

.form-check-input {
  border-radius: 0 !important;
  height: 1rem;
  width: 1rem;
  border: 0;
  border: 1px solid #d8d1dd !important;
}

.form-check-label {
  margin-left: 0.25rem;
}

.swiper-container {
  position: relative;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 100%;
  left: 0;
}

.card--swiper {
  position: relative;
  border: none;
  z-index: 10;
}
.card--swiper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.card--swiper:hover::after {
  opacity: 1;
}
.card--swiper:hover .card-top-header {
  opacity: 1;
}
.card--swiper img {
  height: auto !important;
}
.card--swiper:hover img {
  transform: inherit !important;
}
.card--swiper:hover .card-bottom {
  bottom: 0;
}
.card--swiper .card-top-header {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 30px;
  padding: 0 20px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.card--swiper .card-bottom {
  position: absolute;
  z-index: 10;
  padding: 1.5rem;
  left: 0;
  bottom: -65px;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.card--swiper .card-bottom h3 {
  color: #fff;
  margin-bottom: 30px;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: inherit !important;
  opacity: 1 !important;
}

.slider-scrollbar {
  width: 100%;
  border-radius: 4px;
  height: 3px;
  background: #f5f5f5 !important;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  top: 0;
}

.section-slider-nav {
  height: 40px;
  width: 40px;
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.section-slider-nav.swiper-button-prev {
  left: -20px;
}

.section-slider-nav.swiper-button-next {
  right: -20px;
}

.recommended .section-slider-nav.swiper-button-prev,
.recommended .section-slider-nav.swiper-button-next {
  top: 160px;
}

.recommendSwiper .section-slider-nav.swiper-button-prev {
  left: 0;
}

.recommendSwiper .section-slider-nav.swiper-button-next {
  right: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 1300px) {
  .recommended .section-slider-nav.swiper-button-prev,
  .recommended .section-slider-nav.swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .section-slider-nav.swiper-button-next {
    right: 0;
  }
  .section-slider-nav.swiper-button-prev {
    left: 0;
  }
}
.best-selling {
  position: relative;
  background: #f4f4f5;
}
.best-selling .grid-item {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.best-selling .card {
  border: none;
  border-radius: 0;
}
.best-selling .card-img, .best-selling .card-img-top {
  border-radius: 0;
}

.stars {
  color: #f29c06;
}

@media screen and (max-width: 992px) {
  .best-selling .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .best-selling .grid--3 {
    grid-template-columns: 1fr;
  }
}
.offer {
  background: url("../images/offer.jpg") no-repeat center top;
  width: 100%;
  height: 780px;
  width: 100%;
  background-size: cover;
}

.offer-list img {
  width: 40px;
}
.offer-list > div {
  background: hsla(255deg, 100%, 100%, 0.7);
  padding: 2rem;
  border: 4px solid #fff;
}

@media screen and (max-width: 992px) {
  .offer {
    background: none;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .offer-list > div {
    background: hsla(255deg, 100%, 100%, 0.7);
    padding: 2rem;
    border: 4px solid #e3e3e3;
  }
}
.cta-card {
  position: relative;
}

.cta-card-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 3rem;
}
.cta-card-content::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(5, 16, 54, 0.7), rgba(5, 16, 54, 0));
}

.cta-card-content-inner {
  position: relative;
  z-index: 10;
}

.cta-card-title {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .cta-card-img img {
    width: 100%;
  }
  .col2 .col-lg-6 + .col-lg-6 {
    margin-top: 30px;
  }
}
.search-outer {
  width: 100%;
  top: 50%;
  position: absolute;
  left: 0;
  z-index: 10;
  transform: translateY(-70%);
}

.search-outer-heading {
  font-size: 62px;
  text-align: center;
  color: #fff;
}

.search-bar {
  background: hsla(255deg, 100%, 100%, 0.8);
  border: 3px solid #fff;
  padding: 2rem;
  display: flex;
  -webkit-display: flex;
  z-index: 10;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border-radius: 160px;
}
.search-bar .row {
  flex: 1;
}
.search-bar input[type=text] {
  padding-left: 2rem;
  height: 50px;
  border: 1px solid #d8d1dd;
  width: 100%;
}
.search-bar button[type=submit] {
  border: none;
  padding: 0 1rem;
  background: #5cb6d6;
  color: #fff;
  cursor: pointer;
  height: 50px;
  border-radius: 30px;
}
.search-bar .location {
  margin-right: 2rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.search-bar .location span {
  display: block;
}
.search-bar .location-sm {
  font-weight: normal;
  font-size: 18px;
}
.search-bar .location-bg {
  font-weight: bold;
  font-size: 24px;
}

.search-outer button[type=submit] i {
  margin-right: 4px;
}

.input-outer {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.input-outer i {
  position: absolute;
  left: 0.6rem;
  top: 16px;
  color: #898989;
}
.input-outer input[type=date] {
  padding-left: 1rem;
  height: 50px;
  border: 1px solid #d8d1dd;
  width: 100%;
  padding-right: 0.5rem;
}

@media screen and (max-width: 992px) {
  .search-bar {
    display: block !important;
  }
  .search-bar [class*=col-] {
    margin-bottom: 10px;
  }
  .input-outer i {
    top: 26px;
  }
  .location {
    margin-bottom: 20px;
  }
  .search-bar {
    border-radius: 0;
  }
  .search-outer-heading {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .search-outer {
    position: inherit;
    transform: inherit;
  }
  .search-bar {
    border-radius: 0;
  }
  .search-outer-heading {
    font-size: 2rem;
    color: inherit;
    display: none;
  }
}
.inside-banner {
  background: rgb(255, 255, 255);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgb(5, 118, 182) 0%, rgb(56, 44, 96) 100%);
  width: 100%;
  padding: 2rem 0;
  background-size: cover;
}
.inside-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-banner h1 {
  font-size: 2rem;
  margin-bottom: 0;
  color: #fff;
}

.breadcrumb {
  background: none;
  text-align: center;
  display: inline-flex;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  color: #2a455a;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 12px;
  margin: 4px;
}

.duration {
  color: #fff;
  font-size: 20px;
}
.duration strong {
  color: #fff;
}

.inside-banner .breadcrumb-item + .breadcrumb-item::before,
.inside-banner .breadcrumb-item a {
  color: #fff;
}

.inside-banner .breadcrumb-item.active {
  color: #fff;
}

.package-card-rating {
  font-size: 13px;
  background: #5cb6d6;
  color: #fff;
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
}

.package-card-text {
  color: #112147;
}

.package-card-place {
  font-size: 14px;
  color: #808080;
}

.package-card-review {
  color: #808080;
  font-size: 14px;
}

.package-card-price {
  font-size: 16px;
  color: #112147;
}
.package-card-price span {
  display: inline-block;
  margin-left: 8px;
  font-size: 18px;
  color: #2a455a;
  font-weight: bold;
}

.package-card-img {
  position: relative;
  overflow: hidden;
}

.package-card-img img {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  border-radius: 4px;
  width: 100%;
}

.package-card:hover img {
  transform: scale(1.1);
}

.package-card-badge {
  position: absolute;
  left: 0;
  top: 20px;
  padding: 0.25rem 0.5rem;
  background: #2a455a;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  z-index: 10;
}

.badge-top-rated {
  background: #f8d448;
  color: #000;
}

.badge-accent {
  background: #5cb6d6;
}

.package-card-title {
  line-height: 1.5;
}
.package-card-title span {
  background-image: linear-gradient(transparent 27px, #000 0);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.package-card:hover .package-card-title span {
  background-size: 100% !important;
}

@media screen and (max-width: 767px) {
  .recommended .section-slider-nav.swiper-button-prev, .recommended .section-slider-nav.swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
  }
}
.media-blog {
  background: #e8f5f9;
  margin-bottom: 30px;
  align-items: flex-start;
}

.media-blog-content {
  padding: 20px;
  padding-bottom: 0;
}
.media-blog-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
.media-blog-content i {
  color: #5cb6d6;
  margin-right: 0.5rem;
}

.media-blog .flex-shrink-0 {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  flex: 0 0 225px;
  height: 206px;
}
.media-blog img {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.media-blog:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 1200px) {
  .media-blog .flex-shrink-0 {
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .blogs {
    margin-top: 60px !important;
  }
  .blogs .flex-shrink-0 {
    margin-bottom: 1rem;
  }
}
.testimonials {
  position: relative;
}
.testimonials--bg {
  background: #f5f5f5;
}

.owl-stage-outer {
  position: relative;
}
.owl-stage-outer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  background: url("../images/quote.png") no-repeat left top;
  height: 79px;
  width: 95px;
}
.owl-stage-outer::after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  background: url("../images/quote1.png") no-repeat left top;
  height: 79px;
  width: 95px;
}
@media screen and (max-width: 767px) {
  .owl-stage-outer::before, .owl-stage-outer::after {
    display: none;
  }
}

.owl-carousel .owl-item .testimonial-avatar {
  height: 80px;
  width: 80px;
  display: inline-block;
  line-height: 80px;
  background: #2a455a;
  border-radius: 100%;
  color: #fff;
  font-size: 1.5rem;
}

.testimonials__owl-carousel .owl-dots {
  margin-top: 30px;
}

.testimonial-post {
  margin-bottom: 0;
}

.testimonial-body {
  width: 60%;
  margin: 0 auto;
}

/* #Footer  Styles================================================== */
.footer {
  position: relative;
  font-size: 15px;
  position: relative;
  padding: 3rem 0 0;
  background: #2a455a;
}
.footer h2 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
}
.footer p {
  color: #fff;
}
.footer .footer-contact-info a,
.footer .footer-contact-info span {
  color: #fff;
}
.footer .footer-contact-info p {
  display: flex;
}
.footer .footer-contact-info p svg {
  flex: 0 0 24px;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer p .fa {
  margin-right: 10px;
}

.footer__box {
  position: relative;
  z-index: 10;
}
.footer__box li {
  line-height: 26px;
  position: relative;
  padding-left: 20px;
}
.footer__box li::after {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  font-size: 9px;
  color: #fff;
}
.footer__box li a {
  display: block;
  color: #fff;
}
.footer__box li a:hover {
  text-decoration: underline;
}

.footer__box li {
  margin-bottom: 8px;
}

.footer__box li a:hover {
  padding-left: 5px;
}

.last_footer {
  padding: 1rem 0;
  font-size: 0.8125rem;
  margin-top: 30px;
  background: #121d26;
  position: relative;
  color: #fff;
}
.last_footer::after {
  content: "";
  position: absolute;
  top: -122px;
  right: 100px;
  background: url("../images/footer-bg.png") no-repeat center top;
  height: 123px;
  width: 450px;
}
.last_footer p {
  color: #5e7b8f;
}

.copyright {
  clear: both;
  font-size: 14px;
  float: left;
}

.design a {
  color: #5cb6d6;
  text-decoration: none;
  text-decoration: underline;
}
.footer__box-pl {
  padding-left: 40px;
}

.contact-info p svg {
  vertical-align: top;
}

.contact-info p {
  position: relative;
}

.contact-info a, .contact-info span {
  padding-left: 1rem;
  display: inline-block;
  color: inherit;
}

.contact-info-t p svg {
  color: #5cb6d6;
}

.partners {
  display: flex;
  flex-wrap: wrap;
}
.partners img {
  margin-right: 1rem;
  height: 50px;
  object-fit: contain;
}

.footer__social-media {
  font-size: 1rem;
}
.footer__social-media a {
  color: #333;
  margin-right: 5px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  background: #5cb6d6;
}

.partner-outer {
  margin-top: 40px;
}

@media screen and (min-width: 577px) and (max-width: 767px) {
  .footer .col-lg-3.col-sm-6 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .footer .col-lg-3.col-sm-6 + .col-lg-3.col-sm-6 {
    padding-top: 30px;
  }
}
/* #btn================================================== */
.btn {
  padding: 0 1rem;
  line-height: 2rem;
  display: inline-block;
  border-radius: 0;
  border: none;
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.btn--primary {
  background: #2a455a;
  color: #fff;
}
.btn--primary:hover {
  color: #fff;
  background: #32526b;
}

.btn--accent {
  background: #5cb6d6;
}
.btn--accent:hover {
  color: #fff;
  background: #70bfdb;
}

.btn--primary-outline {
  border: 2px solid #2a455a;
  color: #2a455a;
}
.btn--primary-outline:hover {
  border: 2px solid #2a455a;
  color: #fff;
  background: #2a455a;
}

.btn--accent-outline {
  border: 2px solid #5cb6d6;
  color: #5cb6d6;
}
.btn--accent-outline:hover {
  border: 2px solid #5cb6d6;
  color: #fff;
  background: #5cb6d6;
}

.btn--dark-outline {
  border: 2px solid #2C2234;
  color: #2C2234;
}
.btn--dark-outline:hover {
  border: 1px solid #2C2234;
  color: #fff;
  background: #2C2234;
}

.btn--white-outline {
  border: 2px solid #fff;
  color: #fff;
}
.btn--white-outline:hover {
  border: 2px solid #fff;
  color: #333;
  background: #fff;
}

.header__middle-right-btn {
  margin-left: 24px;
}

/*btn size*/
.btn--small {
  padding: 0 1.25em;
}

.btn--medium {
  padding: 0 2rem;
  line-height: 48px;
}

.btn--big {
  padding: 0 1.25rem;
  line-height: 48px;
  font-size: 16px;
}

.btn:focus,
button:focus {
  outline: 0;
}

.btn-link {
  text-decoration: underline;
  color: #5cb6d6;
}
.btn-link:hover {
  color: #5cb6d6;
  text-decoration: none;
}

.btnLink {
  color: #33a4cc;
  font-weight: 500;
}
.btnLink:hover {
  color: #2983a3;
}

.btn i {
  margin-left: 4px;
}

.continue_btn {
  height: 40px;
  line-height: 40px;
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
  border-color: #f0f0f0;
  background: #f0f0f0;
  color: #3d464d;
  fill: #3d464d;
  font-weight: 600;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 2.25rem;
  position: relative;
  letter-spacing: -2px;
}
.section-title h2::after {
  content: "";
  display: block;
  margin-top: 10px;
  height: 3px;
  background: #5cb6d6;
  width: 70px;
}
.section-title h2.center::after {
  margin: 0 auto;
  width: 160px;
  margin-top: 10px;
}

.title {
  background: #5cb6d6;
  padding: 0.5rem 1rem;
  position: relative;
}
.title::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #fff;
}
.title h2 {
  color: #fff;
  margin-bottom: 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-heading h2 {
  font-size: 2.25rem;
}

@media screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 2rem;
  }
}
.breadcrumb-item a {
  color: #2a455a;
}

.card {
  position: relative;
  overflow: hidden;
}
.card img {
  height: 220px;
  object-fit: cover;
}
.card a {
  position: relative;
  display: block;
}
.card h2 {
  font-size: 2rem;
}
.card--border-none {
  border: none;
}
.card .card-body {
  padding: 1rem;
  font-size: 0.9375rem;
}
.card .card-body--position {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(25, 89, 149) 50%, rgb(56, 44, 96) 100%);
}
.card .card-body--position h2, .card .card-body--position h2 p {
  color: #fff;
}

.card--no-padding {
  padding: 0;
}

.card__date {
  color: #7e7f8b;
}

.news__owl-carousel .owl-item img {
  width: 130px;
}

.c-card__body {
  background: #fff;
  padding: 15px 20px;
}

.notices__media h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.notices__media img {
  width: 100px;
  height: 80px;
  object-fit: cover;
}

.media-date {
  color: #7e7f8b;
}

.card-price {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(253, 21, 40, 0.5);
  padding: 1.25rem;
  color: #fff;
  clip-path: polygon(0 38%, 100% 0, 100% 100%, 0% 100%);
  font-size: 1.5rem;
  font-weight: bold;
}
.card-price span {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-top: 26px;
  font-weight: normal;
}

.cards .card {
  margin-bottom: 30px;
}

.card figure {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
.card img {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.card:hover img {
  transform: scale(1.1);
}

.card-flex i {
  color: #5cb6d6;
}

.price {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #fff;
  display: flex;
  padding: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 75px;
  width: 75px;
  border-radius: 100%;
  line-height: 1;
  opacity: 0.8;
}
.price span {
  font-size: 12px;
  font-style: italic;
}
.price strong {
  font-size: 24px;
  color: #5cb6d6;
}

.card-title {
  text-transform: inherit;
}

.vodiapicker,
.vd {
  display: none;
}

#a,
#c {
  padding-left: 0px;
  background: #fff;
}

#a img, .btn-select img,
#c img {
  width: 16px;
}

.btn-select img {
  margin-right: 4px;
}

#a li,
#c li {
  list-style: none;
  color: #414D6C;
  display: flex;
  padding: 0 4px;
  align-items: center;
}

#a li:hover,
#c li:hover {
  background-color: #F4F3F3;
  color: #333;
}

#a li img,
#c li img {
  margin: 4px;
}

/* item list */
.b,
.e {
  display: none;
  width: 100%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: absolute;
  min-width: 150px;
  left: 0;
  top: 100%;
}

.open {
  display: show !important;
}

.btn-select,
.btn-select1 {
  all: unset;
  padding: 0 1rem;
}

.btn-select li,
.btn-select1 li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.btn-select:focus,
.btn-select1:focus {
  outline: none;
}

.lang-select {
  position: relative;
  z-index: 100;
}

.wrapper .captcha-area {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.captcha {
  background: url("../images/captcha-bg.png") no-repeat left top;
}

.captcha-area .captcha-img {
  height: 100%;
  flex: 1;
  user-select: none;
  background: #000;
  border-radius: 5px;
  position: relative;
}

.captcha-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.95;
}

.captcha-img .captcha {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  font-size: 20px;
  text-align: center;
  letter-spacing: 6px;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 2px #b1b1b1;
  font-family: "Noto Serif", serif;
  padding-left: 3px;
}

.wrapper button {
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #4db2ec;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.wrapper button:hover {
  background: #2fa5e9;
}

.captcha-area .reload-btn {
  width: 50px;
  height: 100%;
  font-size: 25px;
}

.captcha-area .reload-btn i {
  transition: transform 0.3s ease;
}

.captcha-area .reload-btn:hover i {
  transform: rotate(15deg);
}

.wrapper .input-area {
  height: 60px;
  width: 100%;
  position: relative;
}

.input-area input {
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 20px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
}

.input-area input:is(:focus, :valid) {
  padding-left: 19px;
  border: 2px solid #4db2ec;
}

.input-area input::placeholder {
  color: #bfbfbf;
}

.input-area .check-btn {
  position: absolute;
  right: 7px;
  top: 50%;
  font-size: 17px;
  height: 45px;
  padding: 0 20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.input-area input:valid + .check-btn {
  opacity: 1;
  pointer-events: auto;
}

.wrapper .status-text {
  display: none;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 -5px;
}

@media (max-width: 506px) {
  .wrapper header {
    font-size: 25px;
  }
  .wrapper .captcha-area {
    height: 48px;
  }
  .captcha-area .captcha {
    font-size: 28px;
    letter-spacing: 5px;
  }
  .captcha-area .reload-btn {
    width: 60px;
    margin-left: 5px;
    font-size: 20px;
  }
  .wrapper .input-area {
    height: 55px;
  }
  .input-area .check-btn {
    height: 40px;
  }
  .wrapper .status-text {
    font-size: 15px;
  }
  .captcha-area .captcha-img {
    width: 250px;
  }
}
s.pagination .page-item .page-link.pren {
  color: #8b8b8b;
}

.pagination .page-item .page-link.pren.prev:hover {
  transform: translateX(-5px);
  background: none;
  color: #5cb6d6;
}

.pagination .page-item .page-link.pren.next:hover {
  transform: translateX(5px);
  background: none;
  color: #5cb6d6;
}

.pagination .page-item .page-link {
  background: none;
  border: none;
  color: #313131;
  font-size: 1.2rem;
  border-radius: 0;
  font-family: "domine";
  font-weight: 600;
  min-width: 40px;
  text-align: center;
  margin-right: 0.6rem;
  border-radius: 2px;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background: #5cb6d6;
  border-radius: 100%;
  color: #fff;
}

.pagination {
  display: inline-flex;
}

/* #home page ================================================== */
.map-small iframe,
.map-wrap iframe,
.sucharu-map iframe {
  width: 100%;
}

.t-map iframe {
  display: block;
}

.card--tab .card-title {
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 0;
}

.card--tab .card-body {
  padding: 0 20px 20px;
}

.destination .card a {
  color: #fff;
}

.destination .card img {
  height: 300px;
  object-fit: cover;
}

.destination__owl-carousel.owl-carousel .owl-dots.disabled,
.destination__owl-carousel.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.destination__owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

.destination__owl-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 0 !important;
}

.destination__owl-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 0 !important;
  height: 40px;
  width: 40px;
  background: #9d9d9d;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.destination__owl-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 0 !important;
  height: 40px;
  width: 40px;
  background: #9d9d9d;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.destination__owl-carousel .owl-prev, .destination__owl-carousel .owl-next {
  position: absolute;
  top: -50px;
}

.destination__owl-carousel .owl-prev {
  right: 50px !important;
  left: inherit;
  position: absolute;
}

.destination__owl-carousel .owl-next {
  right: 0 !important;
}

.contact-text {
  font-size: 0.875rem;
  margin-bottom: 20px;
  line-height: 26px;
}

.contact-form label {
  display: block;
}
.contact-form input {
  height: 48px;
  padding-left: 10px;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  border-radius: 0;
}
.contact-form textarea {
  border: 1px solid #E0E0E0;
  width: 100%;
  padding-left: 10px;
  padding-top: 5px;
  height: 173px;
  border-radius: 0;
}
.contact-form .btn {
  text-transform: uppercase;
}

.contact-box {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .contact-box {
    padding-right: 0;
  }
}

.contact-box button[type=submit] {
  height: 40px;
  border-radius: 0;
}

.contact-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}
.contact-icons h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.contact-icon i {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #5cb6d6;
  font-size: 1rem;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #5cb6d6;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #5cb6d6;
  outline: 0;
  box-shadow: 0 !important;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .map-wrap {
    margin-top: 40px;
  }
}
.wpcf7-form.init label {
  display: block;
}
.wpcf7-form.init textarea {
  color: #495057;
  border: 1px solid #ced4da;
  width: 100%;
}
.wpcf7-form.init textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  padding-left: 10px;
}

.contact-body {
  border-bottom: 2px solid #5cb6d6;
}

.marked-text {
  color: #2a455a;
}

.form-group {
  margin-bottom: 20px;
}

.footer-contact-info svg {
  vertical-align: top;
}

.footer-contact-info a, .footer-contact-info span {
  padding-left: 1rem;
  display: inline-block;
}

.online-payment-form {
  padding: 3rem;
  border: 1px solid #e4e4e4;
}

.form-contact input,
.form-contact textarea {
  background: #f8f8f8;
  font-size: 15px;
}

.error {
  color: #e90f0f;
}

.categories-pages .c-card__body h3 {
  margin-bottom: 0;
}

.categories-pages .c-card {
  margin-bottom: 80px;
  position: relative;
}

.c-card__body--position {
  position: absolute;
  bottom: -20px;
  width: 77%;
  left: 40px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}

.p-title {
  font-size: 20px;
}

.p-sub-title {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.forgot-password {
  cursor: pointer;
}
.forgot-password:hover {
  color: #2a455a;
}

.register-policy {
  font-size: 0.875rem;
}
.register-policy a {
  font-weight: 500;
}

.form-group--c label {
  font-size: 15px;
}

.login-w {
  color: #fff;
  margin-right: 64px;
}

.login-w ul {
  display: flex;
  -webkit-display: flex;
}
.login-w li {
  cursor: pointer;
  margin-left: 1rem;
}
.login-w i {
  margin-right: 8px;
}

form.module a {
  text-decoration: underline;
}
form.module a:hover {
  text-decoration: none;
}

@media screen and (max-width: 400px) {
  .form-group--c {
    flex-direction: column;
  }
}
.cart-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.cart__table th {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .cart-table__head {
    background: #f7f7f7;
  }
}
@media (min-width: 768px) {
  .cart-table__head .cart-table__column:first-child {
    border-top-left-radius: 2.5px;
  }
  .cart-table__column:first-child {
    border-left: 1px solid #ebebeb;
  }
  .cart-table__column--image {
    padding-right: 4px;
  }
  .cart-table__head .cart-table__column {
    font-weight: 600;
  }
  .cart-table__column--image {
    text-align: center;
    width: 120px;
  }
  .cart-table__column {
    padding: 12px 18px;
    border-top: 1px solid #ebebeb;
  }
  .cart-table__column--price {
    text-align: right;
  }
  .cart-table__column--quantity {
    text-align: center;
    width: 1px;
  }
  .cart-table__column--total {
    width: 170px;
  }
  .cart-table__column--total {
    text-align: right;
  }
  .cart-table__head .cart-table__column:last-child, html[dir=rtl] .cart-table__head .cart-table__column:first-child {
    border-top-right-radius: 2.5px;
  }
  .cart-table__column:last-child, html[dir=rtl] .cart-table__column:first-child {
    border-right: 1px solid #ebebeb;
  }
  .cart-table__column--remove {
    width: 1px;
  }
  .cart-table__body .cart-table__row:last-child .cart-table__column {
    border-bottom: 1px solid #ebebeb;
  }
  .cart-table__body .cart-table__column {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .cart-table__product-name {
    color: inherit;
  }
  .cart-table__column--price {
    width: 170px;
  }
  .cart-table__column--quantity {
    padding-left: 90px;
  }
  .input-number {
    display: block;
    width: 100%;
    position: relative;
  }
  .input-number__add, html[dir=rtl] .input-number__sub {
    right: 1px;
  }
  .input-number__sub {
    left: 1px;
  }
  .input-number__add,
  .input-number__sub {
    position: absolute;
    height: calc(100% - 2px);
    width: 24px;
    top: 1px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.3;
    transition: opacity 0.18s;
  }
}
.cart__actions {
  margin-top: 1.75rem;
  display: flex;
  justify-content: space-between;
}

.cart__coupon-form {
  width: calc(50% - 15px);
  display: flex;
}

.cart__buttons {
  width: calc(50% - 15px);
  display: flex;
  justify-content: flex-end;
}

.cart__totals {
  width: 100%;
}

.cart__totals td,
.cart__totals th {
  border-bottom: 1px solid #ccc;
  padding: 0.5rem;
}

.cart__totals th {
  text-transform: uppercase;
}

.cart .card-title {
  margin-bottom: 20px;
}

.cart__totals td {
  text-align: right;
}

.checkout-page .cart__totals td {
  text-align: left;
}

.cart__coupon-form input {
  flex: 1;
}

.cart__totals-footer td {
  font-size: 24px;
}

.checkout-page .cart__totals-footer td {
  font-size: 1rem;
}

.product-image__body {
  display: block;
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}

.product-image__img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: scale-down !important;
}

@media (max-width: 767px) {
  .cart-table {
    display: block;
  }
  .cart-table__column {
    display: block;
  }
  .cart-table__head {
    display: none;
  }
  .cart-table__body {
    display: flex;
    flex-wrap: wrap;
  }
  .cart-table__row {
    position: relative;
    width: 100%;
    display: block;
    border: 1px solid #ebebeb;
    border-radius: 2px;
  }
  .cart-table__column--image {
    padding: 20px 20px 12px;
    text-align: center;
  }
  .cart-table__column--image .product-image {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
  }
  .cart-table__column--product {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding: 0 20px 18px;
  }
  .cart-table__column--price {
    padding-top: 18px;
  }
  .cart-table__column--price:before,
  .cart-table__column--quantity:before,
  .cart-table__column--total:before {
    text-align: right;
  }
  .cart-table__column--price:before,
  .cart-table__column--quantity:before,
  .cart-table__column--total:before {
    font-weight: 500;
    width: 55%;
    flex-shrink: 0;
    content: attr(data-title) ": ";
  }
  .cart-table__column--price,
  .cart-table__column--quantity,
  .cart-table__column--total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
  }
  .cart-table__column--total {
    padding-bottom: 18px;
  }
  .cart-table__column--price,
  .cart-table__column--quantity,
  .cart-table__column--total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
  }
  .cart-table__column--remove {
    right: 5px;
  }
  .cart-table__column--remove {
    position: absolute;
    top: 5px;
  }
  .input-number {
    display: flex;
    justify-content: flex-end;
  }
  .input-number input {
    width: 50%;
  }
  .cart__actions {
    margin-top: 1.5rem;
    display: block;
  }
  .cart__coupon-form {
    width: 100%;
    margin-bottom: 1rem;
  }
  .cart__buttons {
    width: 100%;
  }
  .cart-table__row + .cart-table__row {
    margin-top: 15px;
  }
}
@media (min-width: 767px) {
  .cart-table__column--quantity {
    padding-left: 0;
  }
  .cart-table__column--total {
    width: auto;
  }
}
.box-module {
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.box-module textarea {
  height: 120px;
}

.payment-methods {
  padding: 1rem;
}

textarea {
  width: 100%;
}

.card.module {
  border: none;
}

.payment-methods__item--active,
.payment-methods__item--active:hover {
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
}

.payment-methods__item-header {
  display: flex;
  align-items: center;
  padding: 8px 14px 8px 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  cursor: pointer;
  margin-bottom: 0;
}

.payment-methods__item-radio {
  margin-right: 10px;
}

.payment-methods__item + .payment-methods__item {
  margin-top: 6px;
}

.payment-methods__item-container {
  overflow: hidden;
  height: 0;
  transition: height 0.2s;
}

.payment-methods__item--active .payment-methods__item-container {
  height: auto;
}

.payment-methods__item-description {
  font-size: 15px;
  line-height: 20px;
  padding: 2px 16px 13px 8px;
}

.checkout__agree {
  margin-bottom: 36px;
}

.form-check {
  padding-left: 1.5rem;
}

.form-check-input {
  margin-left: -1.5rem;
}

.input-check {
  display: inline-block;
}

.form-check-input {
  position: absolute;
  margin-top: 0.1875rem;
}

.alert a {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: currentColor;
  background: hsla(0deg, 0%, 100%, 0.5);
  border-radius: 1.5px;
  padding: 0 3px;
}
.alert a:hover {
  background: hsl(0deg, 0%, 100%);
}

@media screen and (max-width: 1199px) {
  .col-lg-12.col-xl-5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-page .col-md-5 {
    margin-top: 30px;
  }
}
.checkout-page .card:hover img {
  transform: inherit !important;
}

.payment-methods__item {
  cursor: pointer;
}
.payment-methods__item img {
  height: 24px !important;
}
.payment-methods__item .paypal-img {
  height: 18px;
}

.transport-type-list {
  display: grid;
  grid-template-columns: repeat(5, 2fr);
  gap: 1rem;
}
.transport-type-list .transport-item {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
}
.transport-type-list .transport-item i {
  color: #9d9da5;
}
.transport-type-list .transport-item--active {
  border: 1px solid #5cb6d6;
  background: #e8eff1;
}
.transport-type-list .transport-item--active i {
  color: #5cb6d6;
}

@media (min-width: 992px) {
  .account-nav {
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    background: #efefef;
  }
  .account-nav__title {
    font-size: 22px;
    padding: 24px 26px 0;
    margin-bottom: 1rem;
  }
  .account-nav__item a {
    margin-left: -2px;
    border-left: 2px solid #f0f0f0;
  }
  .account-nav__item a:hover {
    background-color: #f7f7f7;
  }
  .account-nav__item--active a {
    border-left: 2px solid #5cb6d6;
  }
  .account-nav__item--active a {
    font-weight: 600;
    color: rgb(17, 33, 71);
  }
  .account-nav__item a {
    display: block;
    padding: 5px 26px;
  }
}
@media (max-width: 991px) {
  .account-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .account-nav__title {
    display: none;
  }
  .account-nav ul {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
    border-bottom: 2px solid #f0f0f0;
  }
  .account-nav__item a {
    padding: 8px 16px;
    margin-bottom: -2px;
    border-bottom: 2px solid #f0f0f0;
    display: block;
    font-size: 1.2rem;
  }
  .account-nav__item--active a {
    color: rgb(17, 33, 71);
    font-weight: 500;
    border-color: #36c;
    background-color: #f7f7f7;
  }
}
.dashboard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dashboard__orders {
  margin-top: 24px;
  width: 100%;
}

@media (min-width: 768px) {
  .dashboard__address, .dashboard__profile {
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .dashboard__address,
  .dashboard__profile {
    width: 100%;
  }
  .dashboard__address {
    margin-top: 24px;
  }
}
.card .profile-card__avatar img {
  height: 90px;
}

.profile-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.profile-card__avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 16px;
  overflow: hidden;
}

.profile-card__avatar img {
  border-radius: 50%;
  max-width: 100%;
}

.profile-card__name {
  font-weight: 600;
  line-height: 20px;
  font-size: 18px;
}

.profile-card__email {
  margin-bottom: 24px;
}

.card-footer, .card-header {
  padding: 1.25rem 2rem;
  border-top: none;
  border-bottom: none;
  background-color: transparent;
}

.card-divider {
  height: 2px;
  background: #f0f0f0;
}

.card-table table {
  width: 100%;
  min-width: 500px;
}

.card-table thead th {
  border-bottom: 2px solid #f0f0f0;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 12px;
}

.card-table td:first-child,
.card-table th:first-child {
  padding-left: 2rem;
}

.card-table tbody td,
.card-table tbody th,
.card-table tfoot td,
.card-table tfoot th {
  padding: 12px;
}

.card-table tbody tr:hover > *,
.card-table tfoot tr:hover > * {
  background-color: #f7f7f7;
}

.card-table a {
  color: #5cb6d6;
}
.card-table a:hover {
  text-decoration: underline;
}

.addresses-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.addresses-list__item--new {
  border-radius: 2px;
  border: 2px dashed #ebebeb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.addresses-list__item {
  flex-basis: 0;
  flex-grow: 1;
}

.addresses-list__plus {
  width: 60px;
  height: 60px;
  border: 2px dashed #ebebeb;
  position: relative;
  border-radius: 30px;
  margin-bottom: 24px;
  transition: border-color 0.2s;
}

.address-card__badge {
  position: absolute;
  background-color: #36c;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 8px 2px;
  top: -2px;
}

.address-card__body {
  padding: 1.5rem;
  line-height: 18px;
}

.addresses-list__plus:after,
.addresses-list__plus:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 4px;
  background-color: #e5e5e5;
  border-radius: 1.5px;
  top: calc(50% - 2px);
  transition: background-color 0.2s;
}

.addresses-list__plus:after,
.addresses-list__plus:before {
  left: calc(50% - 16px);
}

.addresses-list__plus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .addresses-list {
    display: block;
  }
  .addresses-list__item + .addresses-list__item {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .addresses-list {
    display: block;
  }
  .addresses-list__item + .addresses-list__item {
    margin-top: 30px;
  }
}
.badge-pending {
  background: #cbab24;
}

.badge-shipped {
  background: #f48c5b;
}

.addresses-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.addresses-list__item--new {
  border-radius: 2px;
  border: 2px dashed #ebebeb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.addresses-list__item {
  flex-basis: 0;
  flex-grow: 1;
}

.addresses-list__plus {
  width: 60px;
  height: 60px;
  border: 2px dashed #ebebeb;
  position: relative;
  border-radius: 30px;
  margin-bottom: 24px;
  transition: border-color 0.2s;
}

.address-card__badge {
  position: absolute;
  background-color: #36c;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 8px 2px;
  top: -2px;
}

.address-card__body {
  padding: 1.5rem;
  line-height: 18px;
}

.addresses-list__plus:after,
.addresses-list__plus:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 4px;
  background-color: #e5e5e5;
  border-radius: 1.5px;
  top: calc(50% - 2px);
  transition: background-color 0.2s;
}

.addresses-list__plus:after,
.addresses-list__plus:before {
  left: calc(50% - 16px);
}

.addresses-list__plus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .addresses-list {
    display: block;
  }
  .addresses-list__item + .addresses-list__item {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .addresses-list {
    display: block;
  }
  .addresses-list__item + .addresses-list__item {
    margin-top: 30px;
  }
}
.gallery-item-caption {
  padding: 1rem 0;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .gallery-item img {
    width: 100%;
  }
  .gallery-list .col-md-2 {
    margin-bottom: 30px;
  }
}
.gender-input {
  display: inline-block;
}

#careerForm textarea {
  height: 180px;
}

.career-page {
  font-size: 17px;
  line-height: 1.6;
}

.career-item {
  padding: 1.5rem;
  background: #efefef;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.career-item:hover {
  border-color: #5cb6d6;
}

.career-item + .career-item {
  margin-top: 20px;
}

.media--career {
  align-items: center !important;
}
.media--career figure {
  flex: 0 0 180px;
  height: 140px;
  margin-bottom: 0;
}
.media--career figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.media--career .media-body {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .media--career {
    display: block !important;
  }
  .media--career figure {
    margin-right: 0 !important;
    height: auto;
  }
  .media--career .media-body {
    display: block !important;
  }
  .media--career img {
    margin-bottom: 1rem;
  }
  .media--career .btn {
    margin-top: 1rem;
  }
}
.feedback .media img {
  height: 90px;
  flex: 0 0 90px;
  border-radius: 100%;
  overflow: hidden;
}

.feedback {
  padding: 2rem;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
}
.feedback + .feedback {
  margin-top: 30px;
}

@media screen and (max-width: 576px) {
  .feedback {
    text-align: center;
  }
  .feedback .media {
    flex-direction: column;
    gap: 30px;
    align-items: center !important;
    justify-content: center;
  }
}
.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  line-height: 18px;
}
.compare-table tr > * {
  border-top: 1px solid #ebebeb;
}

.compare-table tr > :last-child,
.compare-table tr > * {
  border-right: 1px solid #ebebeb;
}

.compare-table tr > :last-child {
  border-left: 1px solid #ebebeb;
}

.compare-table > :first-child > tr:first-child > :first-child {
  border-top-left-radius: 2.5px;
}

.compare-table > :first-child > tr:first-child > :last-child,
.compare-table > :first-child > tr:first-child > :first-child {
  border-top-right-radius: 2.5px;
}

.compare-table > :first-child > tr:first-child > :last-child {
  border-top-left-radius: 2.5px;
}

.compare-table > :last-child > tr:last-child > :first-child {
  border-bottom-left-radius: 2.5px;
}

.compare-table > :last-child > tr:last-child > :last-child,
.compare-table > :last-child > tr:last-child > :first-child {
  border-bottom-right-radius: 2.5px;
}

.compare-table > :last-child > tr:last-child > :last-child {
  border-bottom-left-radius: 2.5px;
}

.compare-table > :last-child > tr:last-child > * {
  border-bottom: 1px solid #ebebeb;
}

.compare-table th {
  min-width: 140px;
  background: #f7f7f7;
  font-weight: 500;
}

.compare-table th {
  text-align: right;
}

.compare-table th {
  text-align: left;
}

.compare-table td {
  min-width: 180px;
  max-width: 180px;
  text-align: center;
  vertical-align: top;
}

.compare-table td,
.compare-table th {
  padding: 14px 16px;
}

.compare-table__product-link {
  display: block;
  padding: 8px 8px 0;
  color: inherit;
}

.compare-table__product-image {
  margin: 0 auto 14px;
  width: 140px;
  max-width: 100%;
}

.compare-table__product-name {
  line-height: 20px;
}

.compare-table__product-rating {
  padding-top: 3px;
  display: flex;
  justify-content: center;
}

.compare-table__product-rating-legend {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1;
  color: #b3b3b3;
}

.compare-table__product-badge {
  font-size: 12px;
}

.rating__body {
  display: flex;
}

.rating__fill {
  color: #ccc;
  fill: currentColor;
}

.rating__stroke {
  color: #ccc;
  fill: currentColor;
}

.rating__star + .rating__star {
  margin-left: 3px;
}

.rating__star--active .rating__fill {
  color: #f29c06;
}

.rating__star--active .rating__stroke {
  color: rgba(0, 0, 0, 0.08);
}

.media--search figure {
  flex: 0 0 200px;
  height: 115px;
}
.media--search figure img {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 993px) and (max-width: 1999px) {
  .media--search figure {
    flex: 0 0 145px;
    height: 95px;
  }
}
@media (max-width: 992px) {
  .media--search {
    flex-direction: column;
  }
  .media--search figure {
    flex: 1;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .media--search {
    display: block !important;
  }
  .media--search figure {
    height: auto;
    margin-right: 0 !important;
  }
}
.career-form {
  border: 1px solid #ddd;
  padding: 2rem;
  background: #f0efef;
}

@media screen and (min-width: 767px) {
  .partners-list {
    text-align: center;
  }
}
.card .img-guide {
  height: 280px;
}

@media screen and (max-width: 767px) {
  .card .img-guide {
    height: auto;
  }
}
.tour-text .tour-guide-location {
  font-style: italic;
  font-size: 14px;
}

.tour-title,
.guide-detail-title {
  position: relative;
  display: inline-block;
}
.tour-title::after,
.guide-detail-title::after {
  content: "";
  display: block;
  margin-top: 8px;
  height: 1px;
  background: #5cb6d6;
}

.guide-detail {
  padding: 2rem;
  border: 1px solid #ccc;
  border-radius: 0.35rem;
}

.tour-language-list {
  margin-top: 20px;
}
.tour-language-list li {
  display: flex;
  gap: 30px;
}
.tour-language-list li .bar-chart-level {
  flex: 0 0 75%;
}
.tour-language-list li .language {
  flex: 0 0 20%;
}

.bar-chart-level span {
  display: inline-block;
  height: 15px;
  background: #fff;
  width: 12%;
  border-right: 2px solid #f6f2e4;
}

.bar-chart-level[data-level="1"] span:nth-child(-n+1) {
  background: #5cb6d6;
}

.bar-chart-level[data-level="2"] span:nth-child(-n+2) {
  background: #5cb6d6;
}

.bar-chart-level[data-level="3"] span:nth-child(-n+3) {
  background: #5cb6d6;
}

.bar-chart-level[data-level="4"] span:nth-child(-n+4) {
  background: #5cb6d6;
}

.social-media-tour a {
  font-size: 20px;
}

@media screen and (max-width: 992px) {
  .guide-detail {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .guide-info img {
    width: 140px;
  }
}
@media screen and (max-width: 400px) {
  .guide-info img {
    width: 100%;
  }
  .guide-info .d-flex {
    display: block !important;
  }
  .guide-info .flex-shrink-0 {
    margin-bottom: 20px;
  }
}
.bread {
  padding: 1rem 0;
  background: #EBEBEB;
}

.itinerary-list li {
  margin-bottom: 1rem;
}

.detail-page .list-common li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
}
.detail-page .list-common li::before {
  color: #2a455a;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 1rem;
  position: absolute;
  left: 0;
}

.detail-page .included-list li::before {
  content: "\f058";
  color: #2a455a;
}

.detail-page .not-included-list li::before {
  content: "\f057";
  color: #dd2f33;
}

.feature {
  padding: 20px 0 0 20px;
  background: #f1f2f3;
  position: relative;
}

.media-sub-title {
  font-size: 13px;
  margin-bottom: 0;
}

.media-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2a455a;
  text-transform: uppercase;
}

.feature .media + .media {
  margin-top: 16px;
  text-transform: uppercase;
}

.btn-groups .btn + .btn {
  margin-left: 0.75rem;
}

.ask {
  padding: 2rem;
  background: #2a455a;
  color: #fff;
}
.ask h3.ask-ph {
  font-size: 20px;
  color: #fff;
}

.ask-title {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 200px;
}

.itinerary-outer {
  counter-reset: section;
}

.itinerary-row {
  border: 0;
  margin: 0 0 0 20px;
  position: relative;
  padding: 0 0 40px 60px;
  border-left: 2px dotted rgba(0, 0, 0, 0.1);
}

.itinerary-row:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  top: 0;
  left: -24px;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  font-family: poppins, sans-serif;
  background: #5cb6d6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.more-btn {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  color: #2a455a;
  margin-left: 40px;
  margin-top: 8px;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 16px;
}

.more-btn.active {
  bottom: -26px;
}

.feature-inside {
  height: 380px;
}

.btn-outer {
  background: #E9F1F5;
  position: relative;
}

.gallery-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}
.gallery-row > [class*=col-] img {
  height: 120px;
  object-fit: cover;
}

.inside-hero {
  position: relative;
}
.inside-hero img {
  width: 100%;
}

.inside-hero-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

.inside-left p {
  margin-right: 2rem;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fe-title {
  background: #5cb6d6;
  text-align: center;
  padding: 10px;
}
.fe-title h2 {
  color: #fff;
  margin-bottom: 0;
}

.tabs-outer {
  background: #222838;
}

.tabs-nav ul {
  display: flex;
  gap: 10px;
  height: 60px;
  flex-wrap: wrap;
}
.tabs-nav a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.inside-hero-tile {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.inside-hero-tile h2 {
  color: #fff;
  text-align: center;
  font-size: 3rem;
}

.module + .module {
  margin-top: 60px;
}

.module h3 {
  margin-bottom: 20px;
}

.tabs-nav li.active a {
  background: #5cb6d6;
}

#m {
  height: 1px;
}

.share-wrap {
  gap: 1rem;
}

.detail-page .module {
  box-shadow: none;
  padding: 0;
}

.tabs-outer .tabs-nav {
  line-height: 60px;
  height: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .inside-hero-tile h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .inside-hero-tile {
    top: 30%;
  }
  .inside-hero-tile h2 {
    font-size: 35px;
  }
}
.order-header {
  padding: 1.625rem 2rem 1.375rem;
}

.order-header__actions {
  float: right;
}

.order-header__title {
  padding-right: 3.5rem;
  float: left;
}

.order-header__title {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 4px;
  margin-bottom: 0;
}

.order-header__subtitle {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.375;
  clear: both;
  padding-top: 12px;
}

.order-header:after {
  display: block;
  content: "";
  clear: both;
}

.project-info-list {
  margin-top: 20px;
}
.project-info-list li {
  display: flex;
  text-align: left;
  margin-bottom: 4px;
}
.project-info-list li strong {
  flex: 0 0 150px;
}

.related-projects-list .img-block {
  margin-bottom: 30px;
}

.img-block {
  position: relative;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  color: #fff;
}
.img-overlay h3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.img-block-1 img {
  max-height: 480px;
  width: 100%;
  object-fit: cover;
}

.img-block a h3 {
  color: #fff;
}

.img-block {
  overflow: hidden;
}
.img-block img {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.img-block:hover img {
  transform: scale(1.1);
}

.accordion-button {
  font-size: 20px;
  height: auto;
}

.accordion-button:not(.collapsed) {
  background-color: #f3f3f3;
  color: #5cb6d6;
}

.accordion-button:focus {
  box-shadow: none;
}

.blogs__card {
  border: none;
  margin-bottom: 30px;
}

.blogs__card .card-body {
  padding: 20px 0 0;
}

.blogs--card h3 {
  font-size: 20px;
}

.card-img-link {
  display: block;
  position: relative;
}

.card-img-link i {
  position: absolute;
  right: 30px;
  top: 10px;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  text-align: center;
  line-height: 40px;
  background: #5cb6d6;
  color: #fff;
  font-size: 1rem;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.card-hvr:hover .card-img-link i {
  opacity: 1;
  transform: translateX(10px);
}

.notices {
  padding-left: 2rem;
  border-left: 1px solid #d8d1dd;
}

.notices__list li {
  margin-bottom: 30px;
}

.notices__item a {
  color: inherit;
}

.blog-post h2 {
  margin-bottom: 1.5rem;
  font-size: 40px;
}

.blogs--card .btnLink {
  font-size: 0.875rem;
}

.blogs--card .grid-item {
  border: none;
}

.badge-success {
  color: #fff;
  background-color: #3fc15d;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .wishlist__column--price,
  .wishlist__column--stock,
  .wishlist__column--tocart {
    padding-left: 0;
  }
  .cart-add {
    padding-left: 0 !important;
  }
  .cart-table__column--price {
    width: auto;
  }
  .cart-table__head .cart-table__column {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .cart-add {
    padding-left: 90px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .wishlist-page .cart-table__column--stock {
    text-align: center;
  }
  .wishlist-page .cart-table__column--price {
    display: block;
    text-align: center;
  }
  .wishlist-page .cart-table__body .cart-table__row:last-child .cart-table__column {
    border: none;
  }
  .wishlist-page .cart-table__column--price {
    font-weight: bold;
    font-size: 1.25rem;
  }
  .cart-add {
    margin: 1rem 0;
    text-align: center;
    display: block;
  }
}
.not-found {
  text-align: center;
}

.not-found__404 {
  font-size: 80px;
  font-weight: 700;
  color: #ebebeb;
}

.not-found__content {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}

.not-found__title {
  margin-bottom: 30px;
}

.not-found__text {
  margin-bottom: 20px;
}

.not-found__search {
  display: flex;
  margin-bottom: 30px;
}

.not-found__text {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .not-found__404 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .not-found__404 {
    font-size: 50px;
    line-height: 54px;
    padding: 40px 0 32px;
  }
}
.order-success__header {
  padding: 60px 0 52px;
  text-align: center;
}

.order-success__title {
  margin-top: 24px;
  margin-bottom: 2px;
}

.order-success__subtitle {
  font-size: 19px;
  font-weight: 500;
}

.order-success__icon {
  fill: #5cb6d6;
  margin: 0 auto;
  display: block;
}

.order-success__actions {
  margin-top: 20px;
}

.order-success__meta {
  margin-bottom: 28px;
  text-align: center;
}

.order-success__meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.order-success__meta-item {
  flex-basis: 25%;
  line-height: 1.25;
  position: relative;
  padding: 2px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.order-success__meta-item:not(:last-child):before {
  right: -1px;
}

.order-success__meta-item:not(:last-child):before {
  position: absolute;
  display: block;
  content: "";
  border-left: 2px dashed #ebebeb;
  width: 0;
  height: 100%;
  top: 0;
}

.order-success__meta-title {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.order-success__meta-value {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: rgb(64, 64, 65);
  font-weight: 600;
}

.order-success-page .card {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
}

.order-list table {
  width: 100%;
}

.order-list__header td, .order-list__header th {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.order-list__footer {
  font-size: 20px;
}

@media (min-width: 576px) {
  .order-list td:first-child,
  .order-list th:first-child {
    padding-left: 1.5rem;
  }
  .order-list__header td,
  .order-list__header th {
    border-bottom: 2px solid #f0f0f0;
    padding: 10px 12px;
  }
  .order-list td:last-child,
  .order-list th:last-child,
  .order-list td:first-child,
  .order-list th:first-child {
    padding-right: 1.5rem;
  }
  .order-list__column-total {
    text-align: right;
  }
  .order-list__products td, .order-list__products th {
    padding-top: 10px;
    padding-bottom: 14px;
  }
  .order-list__products tr:first-child td,
  .order-list__products tr:first-child th {
    padding-top: 14px;
  }
  .order-list__products .order-list__column-product {
    padding-left: 4px;
  }
  .order-list__column-quantity {
    text-align: center;
  }
  .order-list__subtotals tr:first-child td, .order-list__subtotals tr:first-child th {
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
  }
  .order-list__subtotals tr:last-child td,
  .order-list__subtotals tr:last-child th {
    padding-bottom: 12px;
  }
  .order-list__footer td, .order-list__footer th {
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid #f0f0f0;
  }
  .order-list__subtotals td,
  .order-list__subtotals th {
    padding: 0.25rem;
  }
}
.address-card {
  position: relative;
}

.address-card__body {
  padding: 1.5rem;
  line-height: 22px;
}

.address-card__badge {
  right: 0.75rem;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.address-card__badge--muted {
  background-color: #f0f0f0;
  color: #3d464d;
}

.address-card__badge {
  position: absolute;
  background-color: #5cb6d6;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 8px 2px;
  top: -2px;
}

.address-card__name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1.125rem;
}

.address-card__row + .address-card__row {
  margin-top: 0.75rem;
}

.address-card__row-title {
  font-size: 14px;
  color: #999;
}

@media (max-width: 767px) {
  .order-success__meta-list {
    flex-wrap: wrap;
  }
  .order-success__meta-item {
    flex-basis: 50%;
  }
  .order-success__meta-item:nth-child(n+3) {
    margin-top: 16px;
  }
}
.order-list__column-image .product-image {
  width: 40px;
}

@media (max-width: 575px) {
  .order-list__footer .order-list__column-quantity,
  .order-list__header .order-list__column-quantity,
  .order-list__subtotals .order-list__column-quantity {
    display: none;
  }
  .order-list table,
  .order-list td,
  .order-list th,
  .order-list tr {
    display: block;
    padding: 0;
  }
  .order-list__footer tr,
  .order-list__header tr,
  .order-list__subtotals tr {
    display: flex;
    justify-content: space-between;
  }
  .order-list__products .order-list__column-quantity:before {
    content: attr(data-title) " ";
  }
  .order-list__footer,
  .order-list__header,
  .order-list__products,
  .order-list__subtotals {
    display: block;
  }
  .order-list__footer tr,
  .order-list__header tr,
  .order-list__products tr,
  .order-list__subtotals tr {
    padding: 0 1rem;
  }
  .order-list__products tr {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: flex;
    flex-wrap: wrap;
  }
  .order-list__header tr {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
  }
  .order-list__footer,
  .order-list__header,
  .order-list__products,
  .order-list__subtotals {
    display: block;
  }
  .order-list__subtotals {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #f0f0f0;
  }
  .order-list__footer {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #f0f0f0;
  }
  .order-list__products .order-list__column-product {
    padding-left: 1rem;
  }
  .order-list__products .order-list__column-product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 40px);
  }
  .order-list__products .order-list__column-total {
    flex-grow: 1;
    text-align: right;
  }
  .order-list__products tr:not(:first-child) {
    border-top: 1px solid #f0f0f0;
  }
}
.blog-post h2 {
  margin-bottom: 1.5rem;
  font-size: 32px;
}

.blog-single__media img {
  width: 260px;
  height: 200px;
  object-fit: cover;
}

.blog-single__media + .blog-single__media {
  margin-top: 40px;
}

.notices h2 {
  font-size: 24px;
}

.blog-share .st-center {
  text-align: left !important;
}

#fbcomment {
  background: #fff;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  color: #4b4f56;
  padding: 2rem;
}

.header_comment {
  font-size: 14px;
  overflow: hidden;
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 10px 0;
}

.sort_title {
  color: #4b4f56;
  display: inline-block;
  margin-right: 8px;
}

.sort_by {
  background-color: #f5f6f7;
  color: #4b4f56;
  line-height: 22px;
  cursor: pointer;
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  padding: 4px;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid #ccd0d5;
}

.count_comment {
  font-weight: 600;
  font-size: 1rem;
}

.body_comment {
  padding: 0 8px;
  font-size: 14px;
  display: block;
  line-height: 25px;
  word-break: break-word;
}

.body_comment .row {
  align-items: flex-start;
}

.avatar_comment {
  display: block;
}

.avatar_comment img {
  width: 48px;
}

.box_comment {
  display: block;
  position: relative;
  line-height: 1.358;
  word-break: break-word;
  border: 1px solid #d3d6db;
  word-wrap: break-word;
  background: #fff;
  box-sizing: border-box;
  cursor: text;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 0;
}

.box_comment textarea {
  min-height: 40px;
  padding: 12px 8px;
  width: 100%;
  border: none;
  resize: none;
}

.box_comment textarea:focus {
  outline: none !important;
}

.box_comment .box_post {
  border-top: 1px solid #d3d6db;
  background: #f5f6f7;
  padding: 8px;
  display: block;
  overflow: hidden;
}

.box_comment label {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #90949c;
  line-height: 22px;
}

.box_comment button {
  margin-left: 8px;
  background-color: #4267b2;
  border: 1px solid #4267b2;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  font-size: 13px;
  padding: 0 10px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.box_comment button:hover {
  background-color: #29487d;
  border-color: #29487d;
}

.box_comment .cancel {
  margin-left: 8px;
  background-color: #f5f6f7;
  color: #4b4f56;
  text-decoration: none;
  line-height: 22px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-align: center;
  border-color: #ccd0d5;
}

.box_comment .cancel:hover {
  background-color: #d0d0d0;
  border-color: #ccd0d5;
}

.box_comment img {
  height: 16px;
  width: 16px;
}

.box_result {
  margin-top: 24px;
}

.box_result .result_comment h4 {
  font-weight: 600;
  white-space: nowrap;
  color: #365899;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.358;
  margin: 0;
}

.box_result .result_comment {
  display: block;
  overflow: hidden;
  padding: 0;
}

.child_replay {
  border-left: 1px dotted #d3d6db;
  margin-top: 1rem;
  list-style: none;
  padding: 0 0 0 8px;
}

.reply_comment {
  margin: 12px 0;
}

.box_result .result_comment p {
  margin: 4px 0;
  text-align: justify;
  font-size: 1rem;
}

.box_result .result_comment .tools_comment {
  font-size: 14px;
  line-height: 1.358;
}

.box_result .result_comment .tools_comment a {
  color: #4267b2;
  cursor: pointer;
  text-decoration: none;
  margin-top: 8px;
}

.box_result .result_comment .tools_comment span {
  color: #90949c;
}

.body_comment .show_more, .body_comment .show_less {
  background: #3578e5;
  border: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  margin-top: 24px;
  text-shadow: none;
  width: 100%;
  font-weight: bold;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .box_reply {
    margin-left: 1rem;
  }
  .avatar_comment {
    margin-bottom: 1rem;
  }
}
.inner ul,
.inner ol {
  margin-bottom: 20px;
}

.inner ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.inner ul li::before {
  content: "•";
  color: #000;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 1.5em;
}

.inner ul li,
.inner ol li {
  margin-bottom: 5px;
}

.inner ul {
  list-style: disc;
}

.inner ol,
.inner ol li {
  list-style: decimal;
}

.inner p {
  margin-bottom: 10px;
  text-align: justify;
}

.inner table {
  width: 100%;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.para-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.btn-wrap--mobile {
  display: none;
}

/* #Media Queries For Responsive================================================== */
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dropdown--language {
    display: none;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .notices {
    margin-top: 30px;
  }
  .tabs-nav ul {
    text-align: center;
    flex-wrap: nowrap;
  }
  .gallery-row > [class*=col-] img {
    height: 100px;
  }
  #google_translate_element {
    display: none;
  }
  .btn--big {
    padding: 0 1rem;
    font-size: 14px;
  }
  .card--fixed-departure figure::after {
    content: "";
    position: absolute;
    left: 0;
    top: inherit;
    bottom: 0;
    width: 100%;
    height: 40%;
  }
  .card h2 {
    font-size: 26px;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  .rescue-text {
    font-size: 1rem;
  }
  .card--fixed-departure {
    margin-top: 30px;
  }
  .footer__box {
    margin-top: 30px;
  }
  h3 {
    font-size: 1.25rem;
  }
  .header__middle-right-btn {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .m-t-40 {
    margin-top: 1.25rem;
  }
  .h2, h2 {
    font-size: 1.5rem;
  }
  .p-t-80 {
    padding-top: 2rem;
  }
  .p-t-60 {
    padding-top: 30px;
  }
  .p-tb-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .card img {
    height: auto;
  }
  .header__top {
    display: none;
  }
  .search-bar {
    top: 0;
    display: block;
  }
  .input-outer {
    margin-bottom: 1rem;
  }
  .card h2 {
    font-size: 26px;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  .dropdown--language {
    display: none;
  }
  .d-flex.media-blog {
    flex-direction: column;
    padding: 20px;
  }
  .testimonial-body {
    width: 100%;
  }
  .media-blog img {
    margin-bottom: 1rem;
    width: 100%;
  }
  .btn--big {
    padding: 0 1rem;
    font-size: 14px;
  }
  .card--fixed-departure {
    margin-bottom: 30px;
  }
  .gallery-row img {
    height: 120px;
    object-fit: cover;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .feature {
    margin-top: 10px;
  }
  .input-outer i {
    top: 27px;
  }
  .media-blog-content.ms-3 {
    margin-left: 0 !important;
  }
  .media-blog .flex-shrink-0 {
    width: 100%;
    text-align: center;
  }
  .media-blog-content {
    padding: 0;
  }
  .carousel-caption {
    font-size: 26px;
  }
  .notices {
    padding-left: 0;
    border: 0;
  }
  .img-block img {
    width: 100%;
  }
  .contact-info {
    margin-top: 30px;
  }
  .shrink .header__middle {
    padding: 8px 0;
  }
  .about__figure::after {
    display: none;
  }
  .navbar-toggler {
    display: block;
  }
  .news .owl-theme .owl-nav {
    display: none;
  }
  .blog-single__media img {
    width: 80px;
    height: 80px;
  }
  .inside-banner h1 {
    font-size: 1.8rem;
  }
  .inside-banner {
    height: auto;
  }
  .notices {
    margin-top: 40px;
  }
  .pagination.m-t-40 {
    margin-top: 40px;
  }
  .contact-icons {
    margin-top: 40px;
  }
  .container.d-flex.align-items-center {
    display: block !important;
    position: relative;
  }
  .section-title h2 {
    line-height: 1.2;
  }
  .grid-categories .grid-item + .grid-item {
    margin-top: 30px;
  }
  .header__middle-right-btn {
    margin-left: 0;
    margin-right: 20px;
  }
  .header__middle .btn {
    font-size: 10px;
    line-height: 1.5rem;
  }
  .header {
    position: sticky;
    -ms-position: sticky;
    top: 0;
    z-index: 100;
  }
  .navdiv {
    top: 0;
  }
  .navbar-toggler {
    border: none;
    width: 28px;
    height: 20px;
  }
  .navbar-toggler .navbar-toggler-icon, .navbar-toggler .navbar-toggler-icon::after, .navbar-toggler .navbar-toggler-icon::before {
    height: 2px;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::before {
    top: 8px;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::after {
    top: 16px;
  }
  .slider__owl-carousel .owl-prev {
    left: 10px;
  }
  .slider__owl-carousel .owl-next {
    right: 10px;
  }
  .section-title h2 {
    font-size: 1.625rem;
  }
  .section-title h3 {
    margin-bottom: 8px;
  }
  .t-map iframe {
    height: 250px;
  }
  .slider__owl-carousel .owl-item img {
    height: auto;
  }
  .location {
    margin-bottom: 1rem;
  }
  .destination .card {
    margin-bottom: 30px;
  }
  .m-b-30 {
    margin-bottom: 1.25rem;
  }
  .p-t-100 {
    padding-top: 1.875rem;
  }
  .m-t-60 {
    margin-top: 30px;
  }
  .month-content {
    margin-top: 20px;
  }
  .rescue-text {
    font-size: 13px;
  }
  .rescue-icon {
    align-items: inherit;
  }
  .about-img {
    margin-top: 30px;
  }
  .btn-wrap-mobile {
    margin-left: auto;
    margin-top: 20px;
    display: none;
  }
  .last_footer {
    margin-top: 130px;
  }
  .about__figure {
    margin-bottom: 0;
  }
  .accept-img {
    height: 40px;
    object-fit: contain;
  }
  .partners img {
    height: 40px;
  }
  .p-tb-80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .btn--big {
    padding: 0 1em;
    line-height: 36px;
  }
  .m-b-80 {
    margin-bottom: 2rem;
  }
  .design {
    margin-top: 0.5rem;
  }
  .testimonials.m-t-50 {
    margin-top: 0;
  }
  .count {
    display: none;
  }
  .card--fixed-departure figure {
    height: auto;
  }
  .fixed-departure .btn {
    line-height: 1.8;
    padding: 8px 10px;
    font-size: 11px;
  }
  .card-meta-right {
    padding-left: 1rem;
  }
  .destination-grid {
    display: block;
  }
  .destination-grid .grid-item + .grid-item {
    margin-top: 20px;
  }
  .about-img img {
    height: auto;
  }
  .partners {
    margin-bottom: 20px;
  }
  .inside-hero-caption {
    position: inherit;
  }
  .inside-right {
    margin-top: 20px;
  }
  .inside-hero-caption {
    background: rgba(213, 222, 231, 0.6);
  }
  .inside-hero-caption {
    color: inherit;
  }
  #google_translate_element {
    display: none;
  }
  .tabs-nav ul {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .tabs-nav ul li {
    background: #222838;
  }
  .tabs-outer {
    background: none;
    margin-top: 20px;
  }
  .tabs-nav a {
    padding: 0 10px;
    line-height: 32px;
  }
  .footer-contact-info {
    margin-top: 20px;
  }
  .destination-content {
    margin-top: 20px;
  }
  .blog-post h2 {
    font-size: 26px;
  }
  .detail-page .col-md-8.col-lg-8 {
    order: 2;
  }
  .detail-page .col-md-4.col-lg-4 {
    order: 1;
  }
  .btn-wrap--mobile {
    display: block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 100;
  }
  .btn-wrap--mobile .btn--big {
    line-height: 38px;
    font-size: 13px;
  }
  .btn-wrap--mobile .me-3 {
    margin-right: 0.5rem !important;
  }
  .btn--medium {
    padding: 0 1.5rem;
    line-height: 40px;
  }
  .btn-wrap.m-t-30 {
    margin-top: 0 !important;
  }
  .tabs-outer {
    display: none;
  }
  .contact-box {
    margin-bottom: 40px;
  }
  .footer-contact-info.m-t-40 {
    margin-top: 40px !important;
  }
  .cta-card-title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 380px) {
  .header__top {
    padding: 0.5rem 0;
  }
  .header__top-right {
    display: block !important;
  }
  .header__top-right > div {
    line-height: 2;
  }
}

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