/*
 * @file
 * Subtheme specific CSS.
 */

/* ======= Typography style ======= */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}
body {
  font-family: "Euclid Circular A", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #6f7b91;
  overflow-x: hidden !important;
}
p {
  font-family: "Euclid Circular A", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #6f7b91;
  margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 15px 0;
  color: #061138;
}
img {
  width: 100%;
  height: auto;
}
img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #f0f8ff;
}
span,
a,
a:hover {
  text-decoration: none;
  color: inherit;
}
b {
  font-weight: 400;
  color: #1e90ff;
}
#main {
  padding: 0;
  position: relative;
  overflow-y: hidden;
}
/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="number"],
input[type="file"],
textarea {
  outline: none;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 15px;
  height: auto;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Euclid Circular A", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #6f7b91;
  border-radius: 3px;
  border: 2px solid rgba(30, 144, 255, 0.15);
}
input:focus,
textarea:focus {
  border: 2px solid #1e90ff;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: transparent;
  border: 0px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  border: 0px solid transparent;
}
select {
  padding: 10px;
  border-radius: 5px;
}
table,
th,
tr,
td {
  border: 2px solid #f0f8ff;
}
th,
tr,
td {
  padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline;
}
input[type="submit"] {
  font-weight: 400;
  font-family: "Euclid Circular A", sans-serif;
  text-transform: uppercase;
  background: #1e90ff;
  color: #fff;
  padding: 8px 24px;
  margin: 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 2px;
}
.alert-success {
  background: transparent;
  color: #6f7b91;
  border: 2px solid #1e90ff;
  border-radius: 3px;
}
/* placeholder */
::-webkit-input-placeholder {
  color: #6f7b91;
  font-size: 15px;
  font-weight: 400;
}
:-moz-placeholder {
  color: #6f7b91;
}
::-moz-placeholder {
  color: #6f7b91;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #6f7b91;
}
/* blockquote */
blockquote {
  padding: 45px;
  display: block;
  position: relative;
  background-color: #f0f8ff;
  overflow: hidden;
  margin: 35px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #6f7b91;
}
blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
}
blockquote:before {
  content: "\e645";
  font-family: "Themify";
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #061138;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p a {
  color: inherit;
}
blockquote cite {
  display: inline-block;
  font-size: 15px;
  position: relative;
  padding-left: 60px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: #1e90ff;
  font-weight: 400;
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 50px;
  height: 1px;
  border-top: 2px solid;
  border-color: inherit;
  color: #1e90ff;
}
.button-1 {
  display: inline-block;
  height: auto;
  padding: 12px 32px;
  border: 2px solid #1e90ff;
  border-radius: 80px;
  background-color: #1e90ff;
  -webkit-transition: border-color 400ms ease, color 400ms ease,
    background-color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease,
    background-color 400ms ease;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: transparent;
  border: 0px solid transparent;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="number"],
input[type="file"],
textarea {
  outline: none;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 15px;
  height: auto;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-family: "Euclid Circular A", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #6f7b91;
  border-radius: 3px;
  border: 2px solid rgba(30, 144, 255, 0.15);
}

.form-group {
  margin-bottom: 20px;
}
.input1_inner {
  position: relative;
}
/* ======= Navbar Top style ======= */
.main-header {
  position: relative;
  z-index: 999;
  width: 100%;
}
.main-header .navbar-top {
  position: relative;
  background: #061138;
}
.main-header .navbar-top .top-left {
  position: relative;
  float: left;
  padding: 18px 0px;
}
.main-header .navbar-top .top-left .links {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
.main-header .navbar-top .top-left .links li {
  position: relative;
  float: left;
  margin-right: 15px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
}
.main-header .navbar-top .top-left ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.main-header .navbar-top .top-left .links li:last-child:after {
  display: none;
}
.main-header .navbar-top .top-left .links li .icon {
  position: relative;
  top: 0px;
  color: #1e90ff;
  font-size: 13px;
  line-height: 13px;
  margin-right: 10px;
}
.main-header .navbar-top .top-left .links li a {
  position: relative;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-header .navbar-top .top-left .links li a:hover {
  color: #1e90ff;
}
.main-header .navbar-top .top-right {
  position: relative;
  float: right;
  padding: 11px 0px;
}
.main-header .navbar-top .top-right .social-icon-one {
  position: relative;
  float: left;
  margin: 0px;
}
.main-header .navbar-top .top-right .social-icon-one li {
  position: relative;
  margin-right: 0px;
  margin-left: 10px;
  display: inline-block;
}
.main-header .navbar-top .top-right .social-icon-one li a {
  position: relative;
  font-size: 13px;
  color: #fff;
  display: inline-block;
}
.main-header .navbar-top .top-right .social-icon-one li a:hover {
  color: #1e90ff;
}
@media screen and (max-width: 991px) {
  .main-header .navbar-top {
    display: none;
  }
}

/* ======= Navbar style ======= */
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 99;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 100px;
}
.navbar-toggler-icon {
  background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-right: 7px;
  padding-left: 7px;
  font-family: "Euclid Circular A", sans-serif;
}
.navbar .navbar-nav .nav-link.nav-color {
  color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
  color: #1e90ff;
}
.navbar .navbar-nav .active {
  color: #1e90ff !important;
}
.navbar .navbar-nav .active i {
  color: #1e90ff;
}
.nav-scroll {
  background: #061138;
  padding: 0 0 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  border-bottom: 2px solid rgba(255, 255, 255, 0.07);
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
  color: #1e90ff;
}
.nav-scroll .navbar-nav .nav-link {
  color: #fff;
}
.nav-scroll .navbar-nav .active {
  color: #1e90ff !important;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #fff;
}
.nav-scroll .logo-img {
  width: 140px;
}
.nav-scroll .logo-img {
  margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
  font-family: "Euclid Circular A", sans-serif;
  font-size: 36px;
  font-weight: 700;
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  margin-bottom: 0;
  padding: 20px 0;
  text-transform: uppercase;
  line-height: 1em;
}
.nav-scroll .logo-wrapper .logo h2 span {
  display: block;
  font-family: "Euclid Circular A", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  display: block;
  margin-top: 0px;
  line-height: 1em;
  text-align: center;
  letter-spacing: 1px;
}
.nav-scroll .logo-wrapper {
}
.logo-wrapper {
  float: left;
}
.logo-wrapper .logo h2 {
  font-family: "Euclid Circular A", sans-serif;
  font-size: 36px;
  font-weight: 700;
  display: block;
  width: 100%;
  position: relative;
  color: #061138;
  margin-bottom: 0;
  padding: 20px 0;
  text-transform: uppercase;
  line-height: 1em;
}
.logo-wrapper .logo h2 span {
  display: block;
  font-family: "Euclid Circular A", sans-serif;
  font-size: 14px;
  color: #061138;
  font-weight: 400;
  text-transform: none;
  display: block;
  margin-top: 0px;
  line-height: 1em;
  text-align: center;
  letter-spacing: 1px;
}
.logo {
  padding: 0;
}
.logo-img {
  padding: 20px 0;
  width: 140px;
  text-align: center;
}
.dropdown .nav-link i {
  padding-left: 0px;
  font-size: 8px;
  color: #fff;
}
.nav-scroll .dropdown .nav-link i {
  color: #fff;
}
.nav-scroll .navbar-nav .active i {
  color: #1e90ff;
}
.navbar .dropdown-menu .dropdown-item {
  padding: 9px 0;
  font-family: "Euclid Circular A", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #061138;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item span {
  display: block;
  cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
  padding: 13px 0 0 5px;
  font-size: 8px;
  float: right;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: #1e90ff;
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-menu {
  border: none;
  border-bottom: 3px solid #1e90ff;
  box-shadow: 0px 10px 60px 0px rgba(15, 36, 84, 0.03),
    0px 3px 0px 0px rgba(15, 36, 84, 0.03);
}
.navbar .dropdown-menu li {
  border-bottom: 2px solid rgba(30, 144, 255, 0.07);
}
.navbar .dropdown-menu li:last-child {
  border-bottom: none;
}
/* li hover */
.navbar .dropdown-menu li {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.navbar .dropdown-menu li:hover {
  padding-left: 3px;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
  top: 0;
  left: auto;
  right: 100%;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 190px;
    padding: 15px;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: -10px;
    right: auto;
    min-width: 190px;
    transform: translateY(0);
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-scroll {
    background: #061138;
  }
  .logo-wrapper {
    float: left;
    padding: 26px 0 26px 15px;
  }
  .nav-scroll .logo-wrapper {
    padding: 21px 15px;
    background-color: transparent;
  }
  .nav-scroll .logo-img {
    width: 140px;
  }
  .navbar .logo {
    text-align: left;
    margin-left: 0px;
  }
  .nav-scroll .logo {
  }
  .logo-img {
    margin-bottom: 0px;
    width: 140px;
    padding: 0;
  }
  .navbar button {
    margin-right: 0px;
    outline: none !important;
    background: transparent;
    margin-top: 10px;
    border: none;
  }
  .navbar button:hover {
    background: transparent;
  }
  .navbar button:active,
  .navbar button:focus,
  .navbar button:hover {
    background: transparent;
    outline: none;
    color: transparent !important;
  }
  .navbar .container {
    max-width: 100%;
    padding: 0;
  }
  .navbar .nav-link {
    margin: 0px auto !important;
  }
  .navbar .navbar-nav .nav-link {
    color: #061138;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #061138 !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #1e90ff !important;
  }
  .navbar .dropdown-menu .dropdown-item {
    padding: 0 15px;
    font-size: 15px;
    line-height: 40px;
  }
  .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
    font-weight: 400;
  }
  .navbar .dropdown-submenu .dropdown-toggle::after {
    right: 15px;
    font-size: 15px;
  }
  .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
    transform: rotate(0deg);
  }
  .navbar .dropdown-submenu .dropdown-toggle.show::after {
    transform: rotate(90deg);
  }
  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
    box-shadow: none;
  }
  .navbar .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 20px;
  }
  .navbar .dropdown-menu li a {
    padding: 0 15px;
  }
  .navbar .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown .nav-link i {
    color: rgba(15, 36, 84, 0.5);
  }
  .nav-scroll .dropdown .nav-link i {
    color: rgba(15, 36, 84, 0.5);
  }
  .nav-scroll .dropdown .nav-link.active i {
    color: #1e90ff;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    max-height: 450px;
    overflow: auto;
    background: #fff;
    text-align: left;
    padding: 20px;
  }
}

/* ======= Section style ======= */
.section-padding {
  padding: 120px 0;
}
.section-padding h6 {
  color: #1e90ff;
  font-size: 21px;
  margin-bottom: 15px;
}
.section-subtitle {
  position: relative;
  color: #1e90ff;
  font-size: 13px;
  line-height: 13px;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.section-subtitle span {
  color: #1e90ff;
}
.section-subtitle.whte {
  color: #fff;
}
.section-title {
  font-size: 45px;
  line-height: 1.1em;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 700;
  color: #061138;
  position: relative;
  margin-bottom: 15px;
}
.section-title span {
  color: #1e90ff;
}
.section-title.whte {
  color: #fff;
}
.section-title2 {
  font-size: 36px;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.2em;
}
.section-subtitle2 {
  font-family: "Euclid Circular A", sans-serif;
  font-size: 15px;
  color: #1e90ff;
  margin-bottom: 5px;
}
.section-title2 span {
  color: #fff;
}
.section-title i,
.section-title span i {
  color: #1e90ff;
}

.services1 {
  position: relative;
}
.services1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 53%;
  width: 100%;
  background: #1e90ff;
  z-index: -1;
}
.services1.mt-z-index {
  margin-top: -120px;
  z-index: 9;
}
.services1 .item {
  padding: 75px 30px;
  border: none;
  position: relative;
  background-size: cover;
  background-position: 50% 0% !important;
  margin-bottom: 30px;
  border-radius: 3px;
  min-height: 50vh;
}
@media (min-width: 768px) {
  .services1 .item {
    padding: 75px 30px;
    border: none;
    position: relative;
    background-size: cover;
    background-position: 50% 0% !important;
    margin-bottom: 30px;
    border-radius: 3px;
    min-height: 80vh;
  }
}
.services1 .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 6, 30, 0.14);
  border-radius: 3px;
}
.services1 .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0611388c;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3px;
}
.services1 .item:hover:after {
  opacity: 0;
}
.services1 .item .content {
  /* position: relative; */
  position: absolute;
  z-index: 7;
  bottom: 20%;
}
.services1 .item .content .icon {
  color: #1e90ff;
  transition: 0.7s;
  margin-bottom: 25px;
}
.services1 .item .content .icon i {
  font-size: 60px;
  line-height: 60px;
}
.services1 .item .content h5 {
  font-size: 24px;
  color: #fff;
}
.services1 .item .content p {
  font-size: 15px;
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.8);
}
.services1 .item:hover .content .icon,
.services1 .item:hover .content h5,
.services1 .item:hover .content p {
  color: #fff;
}
.services1 .item .content .icon-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(90px);
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border: none;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 55px;
  font-size: 14px;
  background-color: #1e90ff;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.services1 .item .content .icon-btn:hover {
  background-color: #fff;
  color: #061138;
}
.services1 .item:hover .content .icon-btn {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  margin-bottom: -70px;
}
.services1 .item:hover .content {
  transform: translateY(-30px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
/* ======= Destinations style ======= */
.destinations .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 3px;
}
.destinations .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.destinations .item:hover .con {
  bottom: 0;
}
.destinations .item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.destinations .item .category {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 16px;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: all 0.5s;
  box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  border-radius: 3px;
}
.destinations .item .category a {
  color: #fff;
}
.destinations .item:hover .category {
  background-color: #1e90ff;
  color: #fff;
}
.destinations .item .con {
  padding: 20px;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(
    top,
    transparent 0,
    rgba(15, 36, 84, 0.1) 2%,
    rgba(15, 36, 84, 0.75) 90%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0,
    rgba(15, 36, 84, 0.01) 2%,
    rgba(15, 36, 84, 0.75) 90%
  );
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(15, 36, 84, 0.01) 2%,
    rgba(15, 36, 84, 0.75) 90%
  );
}
.destinations .item .con h6,
.destinations .item .con h6 a {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-family: "Euclid Circular A", sans-serif;
  display: inline;
}
.destinations .item .con h6 i {
  font-size: 6px;
  margin-right: 2px;
}
.destinations .item .con h5,
.destinations .item .con h5 a {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 15px;
}
.destinations .item .con p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0px;
}
.destinations .item .con span {
  color: #fff;
  font-size: 15px;
}
.destinations .item .con i {
  color: #fff;
}
.destinations .item .con i:hover {
  color: #fff;
}
/* line animation */
.destinations .item .line {
  text-align: center;
  height: 1px;
  width: 50px;
  background-color: #1e90ff;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: auto 0 20px;
}
.destinations .item:hover .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
/* facilities */
.destinations .facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.destinations .facilities ul li {
  color: #fff;
  font-size: 13px;
  line-height: 1.2em;
  padding-bottom: 0px;
  float: left;
  margin-right: 10px;
  padding-top: 7px;
}
.destinations .facilities ul li:last-of-type {
  margin-right: 0px;
}
.destinations .facilities ul li i {
  font-size: 15px;
  margin-right: 1px;
}
/* country map */
.destinations .country {
  padding-top: 0px;
}
.destinations .country .section-title2 {
  color: #061138;
}
.destinations .country .section-subtitle span {
  color: #1e90ff;
  font-size: 15px;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 3px;
}

/* ======= Footer style ======= */
.footer {
  background: #061138;
}
.footer-logo {
  width: 140px;
  margin-bottom: 20px;
}
.footer .widget .widget-title {
  font-size: 21px;
  display: inline-block;
  position: relative;
  color: #fff;
}
/* first footer */
.first-footer {
  padding: 120px 0 0 0;
}
/* footer icon */
.icon-footer {
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
  background-color: #1e90ff;
  color: #fff;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #1e90ff;
  border-radius: 100%;
}
.icon-footer i {
  width: 100%;
  text-align: center;
}
/* footer link */
.links.dark {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 3px;
}
.links.dark.footer-contact-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  padding: 20px 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
}
.footer-contact-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1032px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-contact-links-divider {
  width: 2px;
  min-height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}
.footer-contact-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.image-wrapper.footer-contact-link-icon {
  margin-right: 22px;
}
.footer-contact-link-wrapper h6 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 3px;
  margin-top: 5px;
}
.footer-contact-link-wrapper p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin-bottom: 0px;
}
/* second footer */
.second-footer {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.second-footer .widget-area .widget {
  padding: 30px 0;
}
.second-footer .widget-area .widget p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}
/* usefull links */
.footer .usful-links ul {
  margin: 0;
  padding: 0;
}
.footer .usful-links ul li {
  margin-bottom: 5px;
}
.footer .usful-links ul li:hover {
  color: #1e90ff;
}
.footer .usful-links ul li i {
  font-size: 7px;
  margin-right: 3px;
}
.footer .usful-links ul li a {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 0px;
}
.footer .usful-links ul li a:hover {
  color: #1e90ff;
}
/* bottom footer */
.copyright {
  padding-top: 30px;
  padding-bottom: 30px;
}
.copyright p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.copyright p a {
  color: #1e90ff;
}
.copyright p a:hover {
  color: #fff;
}
.copyright p span {
  color: rgba(255, 255, 255, 0.01);
  padding: 0 5px;
}
/* social icons */
.social-icons li {
  display: inline-block;
  border: none;
  z-index: 1;
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  background: #1e90ff;
  margin-right: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 100%;
  border: 2px solid #1e90ff;
  font-size: 17px;
  color: #fff;
}
/* newsletter */
.widget-newsletter {
  position: relative;
}
.widget-newsletter input {
  height: 60px;
  width: 100%;
  border: none;
  background: transparent;
  font-size: 15px;
  color: #fff;
  outline: none;
  padding: 0 90px 0 20px;
  border: 2px solid #1e90ff;
  border-radius: 30px;
}
.widget-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.widget-newsletter button {
  height: 50px;
  border: none;
  background: #1e90ff;
  font-size: 15px;
  color: #fff;
  outline: none;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 100%;
  width: 50px;
}
.widget-newsletter button:hover {
  background: #1e90ff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-contact-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-contact-links-divider {
    width: auto;
    min-height: 1px;
    margin: 20px 0px;
  }
}

/* ======= Yachts 1 style ======= */
.yachts1 {
  position: relative;
}

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

.yachts1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: #061138;
  z-index: 0;
}
.yachts1 .yachts1-carousel {
  position: relative;
  display: block;
  max-width: 700px;
  margin: 0 auto;
}
.yachts1 .yachts1-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0px 0px 0px;
}
.yachts1 .item {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.yachts1 .item .img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
}
.yachts1 .item .img img {
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}
.yachts1 .item:hover .img img {
  transform: scale(1.05);
}
.yachts1 .item .wrapper {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 30px;
  margin-top: -60px;
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 2;
  visibility: visible;
  /* opacity: 0; */
  -webkit-box-shadow: 0px 5px 120px 0px rgba(39, 71, 125, 0.15);
  box-shadow: 0px 5px 120px 0px rgba(39, 71, 125, 0.15);
  border-radius: 3px;
}
.yachts1 .item .wrapper.active,
.yachts1 .owl-item.active .item .wrapper {
  visibility: visible;
  opacity: 1;
}
.yachts1 .item .wrapper .title,
.yachts1 .item .wrapper .title a {
  font-family: "Euclid Circular A", sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
  color: #061138;
  font-weight: 700;
  line-height: 1.2em;
  transition: all 500ms ease;
}
.yachts1 .item .wrapper .details {
  font-size: 15px;
  color: #6f7b91;
  margin-bottom: 0;
  margin-right: 10px;
  transition: all 500ms ease;
}
.yachts1 .item .wrapper .details span {
  margin-right: 15px;
}
.yachts1 .item .wrapper .details span i {
  color: #1e90ff;
  margin-right: 2px;
}
/* arrow */
.yachts1 .item .wrapper .arrow {
  position: relative;
  display: block;
  top: 9px;
  transform: translateY(-0%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: visible;
  opacity: 1;
  text-align: -webkit-right;
}
.yachts1 .item .wrapper .arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #1e90ff;
  background: #1e90ff;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.yachts1 .item .wrapper .arrow:hover a {
  border: 2px solid #061138;
  background: #061138;
}
/* owl nav */
.yachts1 .owl-theme .owl-nav {
  position: absolute !important;
  top: 45% !important;
  bottom: auto !important;
  width: 100%;
}
.yachts1 .owl-theme .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.yachts1 .owl-theme .owl-prev,
.yachts1 .owl-theme .owl-prev {
  left: 10px !important;
}
.yachts1 .owl-theme .owl-next {
  right: 10px !important;
}
.yachts1 .owl-theme .owl-prev,
.yachts1 .owl-theme .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0;
  height: 50px;
  width: 50px;
  border-radius: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
  text-align: center;
  font-size: 15px;
}
.yachts1 .owl-theme .owl-prev > span,
.yachts1 .owl-theme .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.yachts1 .owl-carousel .owl-nav button.owl-next,
.yachts1 .owl-carousel .owl-nav button.owl-prev {
  outline: none;
}
.yachts1 .owl-theme .owl-nav [class*="owl-"] {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #1e90ff;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  margin-right: 15px;
  margin-left: 15px;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
  border-radius: 100%;
  border: 2px solid #1e90ff;
}
.yachts1 .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #061138;
}
.yachts1 .owl-theme .owl-nav {
  top: 35% !important;
}
.yachts1 .owl-theme .owl-nav [class*="owl-"] {
  opacity: 0;
}
.yachts1 .owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .yachts1 .yachts1-carousel {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .yachts1 .owl-theme .owl-nav {
    display: none;
  }
  .yachts1 .item .wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* ======= Sidebar Form style ======= */
.sidebar-form {
  position: relative;
  border-radius: 3px;
  background: #f0f8ff;
}
.sidebar-form .head {
  background: #1e90ff;
  color: #fff;
  padding: 30px 25px;
}
.sidebar-form .head h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}
.sidebar-form .head p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}
.sidebar-form .con {
  padding: 30px 25px 45px 25px;
}

/* bread-crumb */
/* bread-crumb */
.banner-header ul.bread-crumb {
  padding: 0;
}
.banner-header .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  padding-right: 15px;
  margin-right: 5px;
}
.banner-header .bread-crumb li:last-child {
  padding: 0px !important;
  margin: 0px !important;
}
.banner-header .bread-crumb li a {
  display: inline-block;
  color: #fff;
}
.banner-header .bread-crumb li a:hover {
  color: #1e90ff;
}
.banner-header .bread-crumb li:before {
  position: absolute;
  content: "/";
  top: 0px;
  right: 0px;
}
.banner-header .bread-crumb li:last-child:before {
  display: none;
}
.watersports {
  position: relative;
}

/* line desc */
.line-dec {
  position: relative;
  height: 2px;
  background: rgba(30, 144, 255, 0.15);
  margin-top: 25px;
  margin-bottom: 25px;
}
.line-dec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 60px;
  background: #1e90ff;
}
.line-dec.white {
  position: relative;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin-top: 25px;
  margin-bottom: 25px;
}
.line-dec.white:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 60px;
  background: #fff;
}
/* HELPER STYLE */
.pb-120 {
  padding-bottom: 120px;
}
.no-padding {
  padding: 0 !important;
}
/* important */
.o-hidden {
  overflow: hidden;
}
.bg-lightblue {
  background: #f0f8ff;
}
.bg-white {
  background: #fff;
}
.back-position-center {
  background-position: center;
}
.back-position-top {
  background-position: top;
}
.back-position-bottom {
  background-position: bottom;
}
.position-re {
  position: relative;
}
.full-width {
  width: 100%;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}
.pattern {
  background-repeat: repeat;
  background-size: auto;
}
.bold {
  font-weight: 700;
}
.count {
  font-family: "Euclid Circular A", sans-serif;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.v-middle2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1;
}
.v-bottom {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  -webkit-transform: translate(0%, -5%);
  transform: translate(0%, -5%);
}
.js .animate-box {
  opacity: 0;
}
:root {
  scroll-behavior: auto;
}
/* list style */
.ullist {
  display: grid;
  font-size: 15px;
}
.ullist ul {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  color: #6f7b91;
}
.ullist ul.white {
  color: #fff;
}
.ullist ul li {
  position: relative;
  line-height: 1.75em;
  margin-bottom: 10px;
  padding-left: 15px;
}
.ullist ul li:last-child {
  margin-bottom: 0;
}
.ullist ul li:before {
  content: ".";
  position: absolute;
  left: 0;
  top: -8px;
  color: #1e90ff;
  font-weight: 700;
  font-size: 32px;
}
/* hr style */
hr {
  margin-top: 5px;
  margin-bottom: 15px;
  border: 0;
}
hr.border-1 {
  border-top: 2px solid rgba(30, 144, 255, 0.7);
}
hr.border-2 {
  border-top: 2px solid rgba(30, 144, 255, 0.7);
  margin-bottom: 25px;
  margin-top: 10px;
}
/* background & color */
.bg-navy {
  background: #061138;
}
.bg-lightnav {
  background: #f0f8ff;
}
.color-2 {
  color: rgba(255, 255, 255, 0.8);
}

.watersports {
}
.watersports .item figure {
  margin: 0;
  position: relative;
  width: 100%;
  margin-left: auto;
  overflow: hidden;
}
.watersports .item figure img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.watersports .item figure:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.watersports .item figure .mask {
  position: absolute;
  opacity: 1;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    180deg,
    rgba(19, 23, 43, 0) 0.44%,
    rgba(19, 23, 43, 0.24) 38.3%,
    rgba(19, 23, 43, 0.8) 100%
  );
}
.watersports .item p {
  color: #6f7b91;
}
.watersports .item .content {
  width: 100%;
  padding: 20px;
  background: #fff;
}
.watersports .item .content .cont {
  display: table-cell;
  vertical-align: middle;
}
.watersports .item .content .cont .book {
  display: flex;
  flex-wrap: wrap;
  /*gap: 20px;*/
  justify-content: space-between;
  align-items: center;
}
.watersports .item .content .cont .book > div {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.watersports .item .content .cont .book > div:nth-child(2) {
  padding-left: 15px;
  padding-right: 0;
  font-size: 15px;
  line-height: 1.2em;
}
.watersports .item .content .cont .book > div > span {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
}
.watersports .item .content .cont .book .price {
  font-family: "Euclid Circular A", sans-serif;
  font-size: 27px;
  line-height: 1.2em;
  color: #061138;
  font-weight: 700;
}
.watersports .item .content .cont .book .price span {
  font-size: 14px;
  font-weight: 400;
  color: #6f7b91;
  margin-bottom: 0;
}
.watersports .item .content .button-1 {
  display: inline-block;
  height: auto;
  padding: 11px 20px;
}
.watersports .item .content .cont h3 {
  font-size: 27px;
  margin-bottom: 15px;
  color: #061138;
}
.watersports .item .content .cont h6 {
  font-size: 15px;
  color: #1e90ff;
  font-family: "Euclid Circular A", sans-serif;
  font-weight: 700;

  text-transform: uppercase;
}
.watersports .item .content .cont h6 span {
  font-family: "Euclid Circular A", sans-serif;
  font-size: 15px;
  margin-bottom: 0px;
  color: #1e90ff;
  font-weight: 700;
  letter-spacing: 1;
}
.watersports .item figure .features {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  list-style-type: none;
  padding: 20px;
  margin: 0;
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  color: #fff;
  font-size: 14px;
}
.watersports .item figure .features i.icon {
  color: #fff;
}
.watersports .item figure .features li.item:not(:last-child) {
  margin-right: 15px;
}
.watersports .item figure .features li.item span {
  margin-left: 3px;
}
.watersports .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
  line-height: 1.5;
  display: block;
  outline: none;
}

ul#slide_hero_controls {
  position: absolute;
  width: 100%;
  top: 58%;
}
.prev,
.next {
  display: flex;
  width: 40px;
  height: 40px;
  background: #1e90ff;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
}

.hero-page .section-title span {
  color: #ffffff;
}
