<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Topbar
# Main Menu
# Footer
# Search Popup
# Sidemenu
# Banner
# Blog
	## Blog Details
	## Comments
# Page Header
# Contact
	## Contact Info
# Sidebar
# Mailchimp
# Brand
# Team
# Call To Action
# Gallery
# Error 404
# Video
# Testimonials
# FAQ
# Tour
	## Tour Sidebar
# Destinations 
# Features
# Funfact
# Tour Search
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
/*font-family: 'Barlow Condensed', sans-serif;
font-family: 'Satisfy', cursive;*/
/*@xxs: 360px;*/
body {
  font-family: hero-new, sans-serif;
  color: #7c859b;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: roboto, sans-serif;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.block-title {
  margin-bottom: 60px;
}
.block-title p {
  margin: 0;
  text-transform: uppercase;
  color: #29a6dd;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1em;
}
.block-title h3 {
  margin: 0;
  color: #082740;
  font-size: 60px;
  font-weight: 600;
  font-family: hero-new, sans-serif;
  line-height: 1em;
}
.block-title p + h3 {
  margin-top: 15px;
}
.thm-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: #29a6dd;
  font-size: 18px;
  color: #082740;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 50.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.thm-btn:hover {
  background-color: #40b9eb;
  color: #ffffff;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show &gt; .btn-light.dropdown-toggle {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.bootstrap-select &gt; .dropdown-toggle {
  box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select &gt; select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}
.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}
.bootstrap-select .dropdown-menu &gt; li + li &gt; a {
  border-top: 1px solid #eceeef;
}
.bootstrap-select .dropdown-menu &gt; li.selected &gt; a {
  background: #40b9eb;
  color: #fff;
}
.bootstrap-select .dropdown-menu &gt; li &gt; a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #082740;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bootstrap-select .dropdown-menu &gt; li &gt; a:hover {
  background: #40b9eb;
  color: #fff;
  cursor: pointer;
}
/* datepicker */
.datepicker.dropdown-menu {
  min-width: 17rem;
}
.datepicker table {
  width: 100%;
}
.post-pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.post-pagination a {
  border-radius: 50%;
  background-color: #eceeef;
  color: #9ca3a9;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post-pagination a:hover {
  background-color: #40b9eb;
  color: #fff;
}
.post-pagination a.active {
  background-color: #29a6dd;
  color: #fff;
  cursor: auto;
}
.post-pagination a + a {
  margin-left: 15px;
}
/* owl dots style */
.thm__owl-carousel .owl-dots {
  margin-top: 20px;
}
.thm__owl-carousel .owl-dots .owl-dot {
  outline: none;
}
.thm__owl-carousel .owl-dots .owl-dot span {
  margin: 0 2.5px;
  padding: 0;
  width: 14px;
  height: 14px;
  background-color: #eceeef;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.thm__owl-carousel .owl-dots .owl-dot:hover span,
.thm__owl-carousel .owl-dots .owl-dot.active span {
  background-color: #40b9eb;
}
.thm__owl-carousel.light-dots .owl-dots .owl-dot span {
  background-color: #fff;
}
.thm__owl-carousel.light-dots .owl-dots .owl-dot:hover span,
.thm__owl-carousel.light-dots .owl-dots .owl-dot.active span {
  background-color: #40b9eb;
}
.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #40b9eb;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}
.scroll-to-top:hover {
  background-color: #082740;
}
.scroll-to-top:hover i {
  color: #fff;
}
.thm-base-bg {
  background-color: #40b9eb;
}
.thm-base-bg-2 {
  background-color: #29a6dd;
}
.thm-gray-bg {
  background-color: #eceeef;
}
/* home 5 */
.home-5__content-wrap {
  background-color: #082740;
  position: relative;
}
.home-5__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-5__bg-inner {
  height: 100% !important;
}
.home-5__social {
  position: absolute;
  top: 50%;
  left: 120px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 100;
}
.home-5__social a {
  color: #fff;
  font-size: 22px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.home-5__social a:hover {
  color: #40b9eb;
}
.home-5__social a + a {
  margin-top: 15px;
}
.home-5__floated-text {
  font-size: 400px;
  font-weight: 200;
  color: #ffffff;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 10;
  text-align: center;
  opacity: 0.05;
}
/* home 7 */
.home-7-content-wrap {
  position: relative;
}
.home-7-content__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -37px;
  background-position: top;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 0.07;
  background-color: #082740;
  background-blend-mode: multiply;
  z-index: 10;
}
.home-7-content-wrap .container {
  position: relative;
  z-index: 11;
}
/* Cursor Style */
.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: hidden;
}
.cursor {
  visibility: visible;
}
.cursor.active {
  opacity: 0.5;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cursor.hovered {
  opacity: 0.08;
}
.cursor-follower {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  visibility: hidden;
}
.cursor-follower {
  visibility: visible;
}
.cursor-follower.active {
  opacity: 0.7;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cursor-follower.hovered {
  opacity: 0.08;
}
.cursor-follower.close-cursor:before {
  position: absolute;
  content: '';
  height: 25px;
  width: 2px;
  background: #fff;
  left: 48%;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}
.cursor-follower.close-cursor:after {
  position: absolute;
  content: '';
  height: 25px;
  width: 2px;
  background: #fff;
  right: 48%;
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
  background-color: #082740;
  display: none;
}
@media (min-width: 768px) {
  .topbar-one {
    display: block;
  }
}
.topbar-one .container-fluid {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.topbar-one .topbar-one__left {
  display: -webkit-box;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 60px;
  color: #b0b3b8;
  font-size: 14px;
  font-weight: 400;
  display: none;
}
@media (min-width: 1200px) {
  .topbar-one .topbar-one__left {
    display: flex;
  }
}
.topbar-one .topbar-one__left a {
  font-size: 14px;
  margin-left: 5px;
  color: #b0b3b8;
}
.topbar-one .topbar-one__left a:hover {
  color: #a4cae5;
  text-decoration: underline;
}
.topbar-one .topbar-one__right {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 15px;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1200px) {
  .topbar-one .topbar-one__right {
    padding-left: 0px;
    width: auto;
  }
}
.topbar-one .topbar-one__right .topbar-one__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 60px;
}
.topbar-one .topbar-one__right .topbar-one__social a {
  font-size: 14px;
  color: #a4cae5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.topbar-one .topbar-one__right .topbar-one__social a:hover {
  color: #29a6dd;
}
.topbar-one .topbar-one__right .topbar-one__social a + a {
  margin-left: 30px;
}
.topbar-one .topbar-one__right .topbar-one__langs {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 15px;
}
.topbar-one .topbar-one__right .topbar-one__langs a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 15px;
  filter: brightness(0.6);
}
.topbar-one .topbar-one__right .topbar-one__langs a.active {
  filter: brightness(1);
}
.topbar-one .topbar-one__right .topbar-one__langs a:hover {
  color: #29a6dd;
  filter: brightness(1.3);
}
.topbar-one .topbar-one__right .topbar-one__langs a:hover img {
  transform: scale(1.1);
}
.topbar-one__guide-btn {
  background-color: #29a6dd;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.topbar-one__guide-btn:hover {
  background-color: #e8cf80;
  color: #fff;
}
.topbar-one .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 40px;
}
.topbar-one .bootstrap-select &gt; .dropdown-toggle {
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #a4cae5;
  padding: 11px 0px;
  background-color: transparent;
}
.topbar-one .bootstrap-select + .bootstrap-select {
  margin-left: 10px;
}
.topbar-one .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.topbar-one__home-7 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.topbar-one__home-7 .topbar-one__spacer {
  width: 1px;
  height: 55px;
  background-color: rgba(255, 255, 255, 0.07);
  margin-left: 40px;
  margin-right: 40px;
}
.topbar-one__home-7 .topbar-one__left {
  padding-left: 0;
}
.topbar-one__home-7 .topbar-one__social {
  margin-right: 0;
}
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .main-nav__header-one {
    background-color: #eceeef;
  }
}
.main-nav__header-one .container {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: none;
}
@media (min-width: 768px) {
  .main-nav__header-one .container {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .main-nav__header-one .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    align-items: stretch;
  }
}
.main-nav__logo-box {
  text-align: center;
  width: 100%;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 24px 20px 24px 15px;
  margin-right: 20px;
  /*@media(min-width: @sm) {
		max-width: 200px;
	}*/
}
@media (min-width: 768px) {
  .main-nav__logo-box {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .main-nav__logo-box {
    padding: 20px 30px 20px 15px;
    max-width: 220px;
  }
}
@media (min-width: 1400px) {
  .main-nav__logo-box {
    padding: 24px 30px 24px 15px;
    max-width: 270px;
  }
}
.main-nav__logo-box::before {
  content: '';
  width: 10000px;
  height: 100%;
  background-color: #eceeef;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .main-nav__logo-box::before {
    display: none;
  }
}
.main-nav__logo-box .main-nav__logo {
  position: relative;
}
.main-nav__logo-box .main-nav__logo img {
  max-width: 100%;
  width: 200px;
  /*@media(min-width: @xs) {
				max-width: 50%;
			}*/
}
@media (min-width: 1200px) {
  .main-nav__logo-box .main-nav__logo img {
    width: auto;
    max-width: 180px;
  }
}
@media (min-width: 1400px) {
  .main-nav__logo-box .main-nav__logo img {
    max-width: 220px;
  }
}
.main-nav__logo-box .side-menu__toggler {
  font-size: 20px;
  color: #082740;
}
@media (min-width: 1200px) {
  .main-nav__logo-box .side-menu__toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main-nav__logo-box .main-nav__logo {
    position: relative;
  }
  .main-nav__logo-box .side-menu__toggler {
    position: relative;
  }
}
.main-nav__main-navigation {
  /* Dropdown menu */
}
@media (min-width: 1200px) {
  .main-nav__main-navigation {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .main-nav__main-navigation {
    display: none;
  }
}
.main-nav__main-navigation .main-nav__navigation-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  /*&gt; li + li {

			@media(min-width: (@md - 1px)) and (max-width: @xl) {
			}
		}*/
  /* Second level menu */
  /* Third level menu */
  /* After Third level menu */
}
.main-nav__main-navigation .main-nav__navigation-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav__main-navigation .main-nav__navigation-box &gt; li {
  position: relative;
  padding: 44.5px 0px;
  margin-left: 38px;
}
@media (min-width: 1200px) {
  .main-nav__main-navigation .main-nav__navigation-box &gt; li {
    line-height: normal;
    margin-left: 10px;
  }
}
@media (min-width: 1400px) {
  .main-nav__main-navigation .main-nav__navigation-box &gt; li {
    line-height: normal;
    margin-left: 14px;
  }
}
@media (min-width: 1600px) {
  .main-nav__main-navigation .main-nav__navigation-box &gt; li {
    line-height: normal;
    margin-left: 25px;
  }
}
.main-nav__main-navigation .main-nav__navigation-box &gt; li &gt; a {
  color: #9ca3a9;
  font-weight: 400;
  font-family: hero-new, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .main-nav__main-navigation .main-nav__navigation-box &gt; li &gt; a {
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  .main-nav__main-navigation .main-nav__navigation-box &gt; li &gt; a {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .main-nav__main-navigation .main-nav__navigation-box &gt; li &gt; a {
    font-size: 15px;
  }
}
.main-nav__main-navigation .main-nav__navigation-box &gt; li:hover &gt; a,
.main-nav__main-navigation .main-nav__navigation-box &gt; li.current &gt; a,
.main-nav__main-navigation .main-nav__navigation-box &gt; li.current-menu-item &gt; a {
  color: #40b9eb;
}
.main-nav__main-navigation .main-nav__navigation-box &gt; li ul {
  position: absolute;
  width: 230px;
  background-color: #fff;
  border-top: 2px solid #29a6dd;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -webkit-transform-origin: top;
  transform-origin: top;
  visibility: hidden;
  opacity: 0;
  z-index: 991;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}
.main-nav__main-navigation .main-nav__navigation-box &gt; li ul &gt; li {
  position: relative;
}
.main-nav__main-navigation .main-nav__navigation-box &gt; li ul &gt; li &gt; a {
  display: block;
  color: #082740;
  font-size: 14px;
  font-family: hero-new, sans-serif;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-nav__main-navigation .main-nav__navigation-box &gt; li ul &gt; li:hover &gt; a {
  color: #fff;
  background-color: #29a6dd;
}
.main-nav__main-navigation .main-nav__navigation-box &gt; li ul &gt; li + li {
  border-top: 1px solid rgba(41, 166, 221, 0.3);
}
.main-nav__main-navigation .main-nav__navigation-box &gt; li &gt; ul {
  top: 100%;
  left: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}
.main-nav__main-navigation .main-nav__navigation-box &gt; li:hover &gt; ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.main-nav__main-navigation .main-nav__navigation-box &gt; li &gt; ul &gt; li &gt; ul {
  top: 0;
  left: 100%;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
}
.main-nav__main-navigation .main-nav__navigation-box &gt; li &gt; ul &gt; li:hover &gt; ul {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}
.main-nav__main-navigation .main-nav__navigation-box &gt; li &gt; ul &gt; li &gt; ul &gt; li ul {
  display: none;
}
.main-nav__main-navigation .dropdown-btn {
  display: none;
}
.main-nav__right {
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-right: 60px;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .main-nav__right {
    padding-right: 10px;
  }
}
.main-nav__right .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 110px;
}
.main-nav__right .bootstrap-select &gt; .dropdown-toggle {
  border-style: solid;
  border-width: 2px;
  border-color: #eceeef;
  font-size: 14px;
  font-weight: 500;
  color: #9ca3a9;
  padding: 11px 20px;
  background-color: #fff;
}
.main-nav__right .bootstrap-select + .bootstrap-select {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .main-nav__right {
    display: none;
  }
}
.main-nav__right .social a {
  font-size: 24px;
  color: #082740;
  margin-left: 4px;
}
.main-nav__right .social a:hover {
  color: #29a6dd;
}
.main-nav__login,
.main-nav__search {
  font-size: 21px;
  color: #082740;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-nav__login:hover,
.main-nav__search:hover {
  color: #ff0143;
}
.main-nav__search {
  margin-right: 15px;
}
.main-nav__login {
  margin-right: 40px;
}
.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .stricked-menu {
    display: none;
  }
}
.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.site-header__home-two-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.site-header__home-two-wrap .site-header__home-two {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 767px) {
  .site-header__home-two-wrap .site-header__home-two {
    background-color: #082740;
    padding-left: 0;
    padding-right: 0;
  }
}
.site-header__home-two-wrap .site-header__home-two .main-nav__logo-box {
  background-color: transparent;
  padding-bottom: 30px;
  padding-top: 30px;
  max-width: 123px;
  margin-right: 125px;
}
@media (max-width: 1280px) {
  .site-header__home-two-wrap .site-header__home-two .main-nav__logo-box {
    margin-right: 70px;
  }
}
@media (max-width: 1199px) {
  .site-header__home-two-wrap .site-header__home-two .main-nav__logo-box::before {
    display: none;
  }
  .site-header__home-two-wrap .site-header__home-two .main-nav__logo-box .side-menu__toggler {
    color: #fff;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .site-header__home-two-wrap .site-header__home-two .main-nav__logo-box {
    max-width: 100%;
    margin-right: 0;
  }
}
.site-header__home-two-wrap .site-header__home-two .main-nav__main-navigation .main-nav__navigation-box &gt; li {
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-header__home-two-wrap .site-header__home-two .main-nav__main-navigation .main-nav__navigation-box &gt; li &gt; a {
  color: #ffffff;
}
.site-header__home-two-wrap .site-header__home-two .main-nav__main-navigation .main-nav__navigation-box &gt; li:hover &gt; a,
.site-header__home-two-wrap .site-header__home-two .main-nav__main-navigation .main-nav__navigation-box &gt; li.current &gt; a,
.site-header__home-two-wrap .site-header__home-two .main-nav__main-navigation .main-nav__navigation-box &gt; li.current-menu-item &gt; a {
  color: #ff0143;
}
.site-header__home-two-wrap .site-header__home-two .main-nav__right {
  padding-right: 0;
}
.site-header__home-two-wrap .site-header__home-two .main-nav__right .bootstrap-select + .bootstrap-select {
  margin-left: 30px;
}
@media (max-width: 1280px) {
  .site-header__home-two-wrap .site-header__home-two .main-nav__right .bootstrap-select + .bootstrap-select {
    margin-left: 20px;
  }
}
.site-header__home-two-wrap .site-header__home-two .main-nav__right .bootstrap-select &gt; .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  font-size: 16px;
  border: none;
  color: #ffffff;
}
.site-header__home-two-wrap .site-header__home-two .main-nav__right .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 48px;
  position: relative;
  top: -4px;
}
.site-header__home-two-wrap .site-header__home-two .main-nav__login,
.site-header__home-two-wrap .site-header__home-two .main-nav__search {
  color: #fff;
  margin-right: 0;
  margin-left: 30px;
}
.site-header__home-two-wrap .site-header__home-two .main-nav__search {
  margin-left: 175px;
}
@media (max-width: 1280px) {
  .site-header__home-two-wrap .site-header__home-two .main-nav__search {
    margin-left: 20px;
  }
}
@media (max-width: 1440px) {
  .site-header__home-two-wrap .site-header__home-two .main-nav__search {
    margin-left: 50px;
  }
}
.site-header__home-two-wrap .site-header__home-two .stricked-menu {
  background-color: #082740;
  padding-left: 120px;
  padding-right: 120px;
}
.site-header__home-two-wrap .topbar-one {
  background-color: #082740;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 120px;
  padding-right: 120px;
}
.site-header__home-two-wrap .topbar-one__left {
  padding-left: 0;
}
.site-header__home-two-wrap .topbar-one__social {
  margin-right: 0;
}
.main-nav__header-three {
  background-color: #082740;
}
.main-nav__header-three .stricked-menu {
  background-color: #082740;
}
.main-nav__header-four .container,
.main-nav__header-three .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
.main-nav__header-four .main-nav__logo-box,
.main-nav__header-three .main-nav__logo-box {
  background-color: transparent;
  max-width: 123px;
  padding: 0;
}
@media (max-width: 1199px) {
  .main-nav__header-four .main-nav__logo-box,
  .main-nav__header-three .main-nav__logo-box {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .main-nav__header-four .main-nav__logo-box::before,
  .main-nav__header-three .main-nav__logo-box::before,
  .main-nav__header-four .main-nav__logo-box::before,
  .main-nav__header-three .main-nav__logo-box::before {
    display: none;
  }
  .main-nav__header-four .main-nav__logo-box .side-menu__toggler,
  .main-nav__header-three .main-nav__logo-box .side-menu__toggler {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .main-nav__header-four .main-nav__logo-box,
  .main-nav__header-three .main-nav__logo-box {
    max-width: 100%;
  }
}
.main-nav__header-four .main-nav__main-navigation,
.main-nav__header-three .main-nav__main-navigation {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: auto;
}
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box &gt; li,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box &gt; li {
  padding-top: 39.5px;
  padding-bottom: 39.5px;
}
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box &gt; li &gt; a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box &gt; li &gt; a {
  color: #a2c8e4;
}
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box &gt; li &gt; a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box &gt; li &gt; a {
  color: #9ca3a9;
}
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box &gt; li:hover &gt; a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box &gt; li:hover &gt; a,
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box &gt; li.current &gt; a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box &gt; li.current &gt; a,
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box &gt; li.current-menu-item &gt; a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box &gt; li.current-menu-item &gt; a {
  color: #ffffff;
}
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box &gt; li:hover &gt; a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box &gt; li:hover &gt; a,
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box &gt; li.current &gt; a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box &gt; li.current &gt; a,
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box &gt; li.current-menu-item &gt; a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box &gt; li.current-menu-item &gt; a {
  color: #40b9eb;
}
.main-nav__header-four .main-nav__right,
.main-nav__header-three .main-nav__right {
  padding-right: 0;
}
@media (max-width: 1199px) {
  .main-nav__header-three .main-nav__logo-box .side-menu__toggler {
    color: #fff;
    margin-left: 30px;
  }
}
.header-four__btn,
.header-three__btn {
  padding: 10px 36.5px;
}
.main-nav__header-four {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.main-nav__header-6 {
  width: 100px;
  height: 100vh;
  background-color: #eceeef;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 991;
}
@media (max-width: 1199px) {
  .main-nav__header-6 {
    width: 100%;
    height: 100px;
  }
}
.main-nav__header-6 .header-navigation,
.main-nav__header-6 .main-nav__logo-box,
.main-nav__header-6 .header-navigation .container {
  height: 100%;
}
.main-nav__header-6 .main-nav__logo-box {
  margin: 0;
  padding: 30px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .main-nav__header-6 .main-nav__logo-box {
    max-width: 100%;
  }
}
.main-nav__header-6 .main-nav__logo-box .side-menu__toggler {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22px;
  height: 18px;
  border-top: 2px solid #082740;
  border-bottom: 2px solid #082740;
}
@media (max-width: 1199px) {
  .main-nav__header-6 .main-nav__logo-box .side-menu__toggler {
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.main-nav__header-6__copy {
  text-transform: uppercase;
  margin: 0;
  color: #9ca3a9;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  position: absolute;
  bottom: 16%;
  left: -84%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  z-index: 91;
  display: block;
  width: 200px;
  word-wrap: unset;
}
.main-nav__header-6 .stricked-menu {
  display: none !important;
}
.main-nav__header-6 .main-nav__main-navigation {
  display: none;
}
@media (max-width: 1199px) {
  .main-nav__header-7 .main-nav__logo-box {
    max-width: 100%;
  }
}
.main-nav__header-8 {
  background-color: #082740;
}
.main-nav__header-8 .main-nav__main-navigation {
  width: 100%;
  margin-left: 0;
}
.main-nav__header-8 .main-nav__main-navigation .main-nav__navigation-box {
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
}
.main-nav__header-8 .main-nav__main-navigation .main-nav__navigation-box &gt; li:nth-child(3) {
  margin-right: auto;
}
.main-nav__header-8 .container {
  position: relative;
}
.main-nav__header-8 .stricked-menu {
  background-color: #082740;
}
@media (min-width: 1200px) {
  .main-nav__header-8 .container {
    max-width: 800px;
  }
  .main-nav__header-8 .main-nav__logo-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.main-nav__header-8 .main-nav__logo-box {
  margin-right: 0;
}
.site-header__home-5 .side-menu__toggler {
  width: 22px;
  height: 18px;
  display: block;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.site-header__home-5 .main-nav__logo-box {
  max-width: 230px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
}
.site-header__home-5 .main-nav__logo-box__sep {
  width: 1px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: flex;
}
.site-header__home-5 .main-nav__main-navigation {
  display: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  border-top: 1px solid #eceeef;
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
  background-color: #082740;
  background-image: url(/images/backgrounds/graphic_footer.png);
  background-repeat: no-repeat;
  background-position: 120% 120px;
}
.site-footer.el {
  background-image: url(/images/backgrounds/graphic_footer_GR.png);
}
@media (max-width: 991px) {
  .site-footer {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.site-footer .container {
  position: relative;
}
.site-footer .row {
  margin-left: -27.5px;
  margin-right: -27.5px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .site-footer .row {
    flex-wrap: nowrap;
  }
}
.site-footer .footer-widget__column {
  padding-left: 27.5px;
  padding-right: 27.5px;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 626px) {
  .site-footer .footer-widget__column {
    -webkit-box-flex: 1;
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-widget__column {
    -webkit-box-flex: 1;
    flex: 1 1 33.333333%;
    max-width: 33.333333%;
  }
}
.site-footer .footer-widget__column p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #b0b3b8;
  margin: 0;
}
.site-footer .footer-widget__column .footer-widget__title {
  font-weight: 500;
  color: #fff;
  margin: 0;
  margin-bottom: 50px;
  font-family: hero-new, sans-serif;
  font-size: 14px;
}
@media (min-width: 420px) {
  .site-footer .footer-widget__column .footer-widget__title {
    font-size: 20px;
  }
}
.site-footer .footer-widget__column.footer-widget__about {
  -webkit-box-flex: 1;
  padding-right: 30px;
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .site-footer .footer-widget__column.footer-widget__about {
    flex: 1 1 40%;
    max-width: 40%;
  }
}
.site-footer .footer-widget__column.footer-widget__about p {
  margin-top: 20px;
  margin-bottom: 25px;
  font-weight: 400;
}
.site-footer .footer-widget__column.footer-widget__about p.highlight {
  color: #29a6dd;
}
.site-footer .footer-widget__column.footer-widget__about .footer-widget__logo {
  display: inline-block;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
}
.site-footer .footer-widget__column.footer-widget__about a {
  color: #29a6dd;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.site-footer .footer-widget__column.footer-widget__about a:hover {
  color: #40b9eb;
}
.site-footer .footer-widget__column.footer-widget__links {
  padding-top: 2rem;
  padding-right: 0;
  flex: 1 1 50%;
  max-width: 50%;
  padding-left: 27.5px;
}
@media (min-width: 992px) {
  .site-footer .footer-widget__column.footer-widget__links {
    flex: 1 1 30%;
    max-width: 30%;
    padding-left: 80px;
  }
}
.site-footer .footer-widget__column.footer-widget__links .footer-widget__links-list {
  margin: 0;
  margin-top: -15px;
}
.site-footer .footer-widget__column.footer-widget__links .footer-widget__links-list li a {
  color: #9ca3a9;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 13px;
}
@media (min-width: 420px) {
  .site-footer .footer-widget__column.footer-widget__links .footer-widget__links-list li a {
    font-size: 16px;
  }
}
.site-footer .footer-widget__column.footer-widget__links .footer-widget__links-list li a:hover {
  padding-left: 15px;
  color: #40b9eb;
}
.site-footer .footer-widget__column.footer-widget__links .footer-widget__links-list li a::before {
  content: '\f101';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #29a6dd;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.site-footer .footer-widget__column.footer-widget__links .footer-widget__links-list li a:hover::before {
  opacity: 1;
}
.site-footer__bottom {
  padding-top: 43.5px;
  padding-bottom: 43.5px;
  background-color: #061d30;
}
.site-footer__bottom .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .site-footer__bottom .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.site-footer__bottom p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #f8f5f2;
  order: 2;
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer__bottom p {
    text-align: left;
    order: 1;
  }
}
.site-footer__bottom p span {
  display: block;
}
@media (min-width: 992px) {
  .site-footer__bottom p span {
    display: inline;
  }
}
@media (max-width: 991px) {
  .site-footer__bottom p span.sep {
    display: none;
  }
}
.site-footer__bottom p a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.site-footer__bottom p a:hover {
  color: #29a6dd;
}
.site-footer__bottom .site-footer__social {
  text-align: center;
  order: 1;
}
@media (min-width: 992px) {
  .site-footer__bottom .site-footer__social {
    text-align: right;
    order: 2;
  }
}
@media (max-width: 625px) {
  .site-footer__bottom .site-footer__social {
    margin-top: 15px;
  }
}
.site-footer__bottom .site-footer__social a {
  width: 30px;
  height: 30px;
  color: #f8f5f2;
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.site-footer__bottom .site-footer__social a + a {
  margin-left: 10px;
}
.site-footer__bottom .site-footer__social a:hover {
  /*background-color: @original-blue;
				color: #ffffff;*/
  color: #40b9eb;
}
.site-footer__bottom-home-3 {
  background-color: #fff;
  border-top: 1px solid #eceeef;
}
@media (max-width: 767px) {
  .site-footer__bottom-home-3 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .site-footer__bottom-home-3 .site-footer__social {
    margin-top: 30px;
  }
}
.site-footer__bottom-home-3 .site-footer__social a {
  background-color: #eceeef;
  color: #9ca3a9;
}
.site-footer__bottom-home-3 .site-footer__social a:hover {
  background-color: #40b9eb;
  color: #ffffff;
}
.site-footer__bottom-home-7 {
  border-top: 0;
  padding-top: 0;
  background-color: #082740;
}
.site-footer__bottom-home-7 p {
  color: #a4cae5;
}
.site-footer__bottom-home-8 {
  background-color: #082740;
  border-top: 0;
}
.site-footer__bottom-home-8 p {
  color: #a2c8e4;
}
.site-footer__home-5 .container-fluid {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 23px;
  padding-bottom: 23px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 575px) {
  .site-footer__home-5 .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.site-footer__home-5-links {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.site-footer__home-5-links a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.site-footer__home-5-links a:hover {
  color: #ff0143;
}
.site-footer__home-5-links a + a {
  margin-left: 10px;
}
.site-footer__home-5-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin: 0;
}
@media (max-width: 625px) {
  .site-footer__home-5-text p {
    margin-left: 10px;
  }
}
/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.search-popup.active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.search-popup__overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
  cursor: none;
}
.search-popup__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.search-popup__form {
  z-index: 9991;
  width: 100%;
  padding: 15px;
  max-width: 600px;
  position: relative;
}
.search-popup__form input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  height: 60px;
  color: #082740;
  font-size: 18px;
  background-color: white;
  padding-left: 30px;
}
.search-popup__form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #082740;
}
.search-popup__form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #082740;
}
.search-popup__form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #082740;
}
.search-popup__form input:-moz-placeholder {
  /* Firefox 18- */
  color: #082740;
}
.search-popup__form button[type=submit] {
  border: none;
  outline: none;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #29a6dd;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-popup__form button[type=submit]:hover {
  background-color: #082740;
  color: #29a6dd;
}
/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/
.side-menu__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.side-menu__block.active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.side-menu__block-overlay {
  width: 100%;
  height: 100%;
  background-color: #082740;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
}
.side-menu__block-overlay .cursor-follower {
  background-color: rgba(8, 39, 64, 0.3);
}
.side-menu__block-inner {
  max-width: 532px;
  width: 100%;
  margin-right: auto;
  height: 100vh;
  background-color: #eceeef;
  z-index: 999999;
  overflow-y: auto;
  padding: 40px 0;
  padding-top: 20px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-content: space-between;
}
@media (max-width: 575px) {
  .side-menu__block-inner {
    max-width: 480px;
  }
}
@media (max-width: 480px) {
  .side-menu__block-inner {
    max-width: 400px;
  }
}
@media (max-width: 375px) {
  .side-menu__block-inner {
    max-width: 300px;
  }
}
.side-menu__block-inner .mCustomScrollBox {
  width: 100%;
}
.side-menu__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 40px;
}
@media (max-width: 575px) {
  .side-menu__top {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 480px) {
  .side-menu__top {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.mobile-nav__container {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
}
@media (max-width: 575px) {
  .mobile-nav__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 480px) {
  .mobile-nav__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.mobile-nav__container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav__container li.dropdown {
  position: relative;
}
.mobile-nav__container li.dropdown ul {
  display: none;
  padding-left: 0.5em;
}
.mobile-nav__container li.dropdown .dropdown-btn {
  border: none;
  outline: none;
  background-color: transparent;
  color: #9ca3a9;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transfrom 500ms ease;
  transition: transfrom 500ms ease;
}
.mobile-nav__container li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mobile-nav__container li + li {
  margin-top: 10px;
}
.mobile-nav__container li a {
  text-transform: uppercase;
  color: #9ca3a9;
  font-size: 18px;
  font-weight: 500;
  display: block;
  font-family: hero-new, sans-serif;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}
.mobile-nav__container li a:hover {
  color: #082740;
}
.mobile-nav__container li.current-menu-item &gt; a,
.mobile-nav__container li.current &gt; a {
  color: #082740;
}
.side-menu__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .side-menu__social {
    margin-top: 40px;
  }
}
.side-menu__social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 57px;
  height: 57px;
  background-color: #fff;
  color: #9ca3a9;
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 480px) {
  .side-menu__social a {
    width: 45px;
    height: 45px;
  }
}
.side-menu__social a + a {
  margin-left: 10px;
}
.side-menu__social a:hover {
  background-color: #40b9eb;
  color: #ffffff;
}
.side-menu__content {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 575px) {
  .side-menu__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 480px) {
  .side-menu__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.side-menu__content p {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #9ca3a9;
  letter-spacing: 0.02em;
}
.side-menu__content p + p {
  margin-top: 30px;
}
.side-menu__content p a {
  color: #ff0143;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.side-menu__content p a:hover {
  color: #29a6dd;
}
.side-menu__content.side-langs {
  display: flex;
  justify-content: space-between;
}
.side-menu__content.side-langs a {
  display: inline-block;
  color: #9ca3a9;
}
.side-menu__content.side-langs a.current {
  color: #082740;
}
.side-menu__content.side-langs a:hover {
  color: #29a6dd;
}
.side-menu__sep {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #fff;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (max-width: 575px) {
  .side-menu__sep {
    margin-top: 20px;
    margin-bottom: 20px;
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .side-menu__sep {
    width: calc(100% - 50px);
  }
}
.side-menu__text p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #9ca3a9;
  margin: 0;
  margin-bottom: 25px;
}
.side-menu__text a {
  font-size: 20px;
  color: #ff0143;
  line-height: 30px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.side-menu__text a:hover {
  color: #40b9eb;
}
.side-menu__block__copy {
  text-transform: uppercase;
  font-size: 16px;
  color: #9ca3a9;
  font-weight: 400;
  letter-spacing: 0.2em;
}
/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.swiper {
  position: relative;
  width: 100%;
  height: 50vh;
}
@media (min-width: 768px) {
  .swiper {
    height: 80vh;
  }
}
.banner-one {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.banner-one .mobile-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-width: 768px) {
  .banner-one .mobile-bg {
    background-position: -10000px -10000px;
  }
}
.banner-one .mobile-bg.empty {
  background-image: none;
}
.banner-one .container {
  position: relative;
  height: 80vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /*padding-top: 50px;
		padding-bottom: 80px;

		@media (min-width: @xs) {
			padding-top: 100px;
			padding-bottom: 180px;
		}*/
}
.banner-one .container h2 {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .banner-one .container h2 {
    font-weight: 500;
    font-size: 45px;
    margin-bottom: 80px;
  }
}
.banner-one .container p {
  margin: 0;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-one .container p {
    font-weight: 400;
    font-size: 20px;
    text-align: left;
  }
}
.banner-two {
  background-color: #082740;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 307.5px;
  padding-bottom: 307.5px;
}
.banner-two .banner-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-two .banner-two__bg-inner {
  height: 100% !important;
}
.banner-two::before {
  content: '';
  width: 100%;
  height: 419px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url(../images/shapes/banner-two__top-shadow.png);
}
.banner-two .container {
  position: relative;
  text-align: center;
  z-index: 12;
}
.banner-two .container h2 {
  margin: 0;
  font-size: 150px;
  line-height: 1em;
  color: #fff;
  font-family: hero-new, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.banner-two p {
  color: #ff0143;
  margin: 0;
  font-family: roboto, sans-serif;
  font-size: 130px;
  line-height: 1em;
  margin-bottom: -60px;
  position: relative;
  z-index: 10;
}
.banner-two .banner-two__floated-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@-webkit-keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.banner-three__wrap {
  position: relative;
}
.banner-three__wrap .banner-three__floated-text {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.03;
  -webkit-transform: translateX(-50%) translateY(-65%);
  transform: translateX(-50%) translateY(-65%);
  color: #082740;
  font-size: 350px;
  font-family: roboto, sans-serif;
  display: block;
  line-height: 1em;
}
.banner-three__wrap .banner-three {
  padding-top: 90px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#eceeef));
  background-image: linear-gradient(0deg, #ffffff 0%, #eceeef 100%);
}
.banner-three__wrap .banner-three__top {
  text-align: center;
}
.banner-three__wrap .banner-three__top-inner {
  display: inline-block;
  position: relative;
}
.banner-three__wrap .banner-three__top-inner h3 {
  margin: 0;
  font-size: 100px;
  color: #082740;
  font-family: hero-new, sans-serif;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-transform: uppercase;
}
.banner-three__wrap .banner-three__top-inner p {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #ff0143;
  font-family: roboto, sans-serif;
  margin: 0;
  font-size: 60px;
}
.banner-three__wrap .banner-three__box {
  padding-bottom: 90px;
}
.banner-three__wrap .banner-three__col {
  -webkit-box-flex: 1;
  flex: 1 1 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.banner-three__wrap .banner-three__box-single {
  position: relative;
  border: 2px dashed #ced3d6;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.banner-three__wrap .banner-three__box-single:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.banner-three__wrap .banner-three__box-single::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 15px solid #ffffff;
  z-index: 10;
}
.banner-three__wrap .banner-three__box-single &gt; img {
  width: 100%;
}
.banner-three__wrap .banner-three__leaf {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-three__wrap .banner-three__sun {
  position: absolute;
  top: 5%;
  left: 10%;
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
}
.banner-three__wrap .banner-three__plane {
  position: absolute;
  bottom: 15%;
  right: 0;
  -webkit-animation: planeMove 5s ease-in infinite;
  animation: planeMove 5s ease-in infinite;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-one {
  padding-top: 120px;
  padding-bottom: 90px;
}
.blog-one__single {
  margin-bottom: 30px;
  position: relative;
}
.blog-one__single .row {
  align-items: flex-start;
}
.blog-one__image {
  position: relative;
  background-color: #082740;
  overflow: hidden;
}
.blog-one__image &gt; img {
  width: 100%;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.blog-one__image &gt; a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 25px;
  color: #ff0143;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
}
.blog-one__image &gt; a:hover {
  color: #fff;
}
.blog-one__single:hover .blog-one__image &gt; img {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-one__single:hover .blog-one__image &gt; a {
  opacity: 1;
}
.blog-one__content {
  padding: 35px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eceeef;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-one__content h3 {
  font-family: hero-new, sans-serif;
  color: #082740;
  font-weight: 500;
  line-height: 1.4;
  font-size: 20px;
}
.blog-one__content h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-one__content h3 a:hover {
  color: #40b9eb;
}
.blog-one__single:hover .blog-one__content {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.blog-one__meta {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.blog-one__meta li + li {
  margin-left: 20px;
}
.blog-one__meta li a,
.blog-one__meta li span {
  font-size: 14px;
  font-weight: 400;
  color: #9ca3a9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-one__meta li a i,
.blog-one__meta li span i {
  font-size: 15px;
  color: #29a6dd;
  margin-right: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-one__meta li a:hover,
.blog-one__meta li span:hover {
  color: #082740;
}
.blog-one__meta li a:hover i,
.blog-one__meta li span:hover i {
  color: #40b9eb;
}
.blog-one__grid {
  padding-bottom: 120px;
}
.blog-one__grid .post-pagination {
  margin-top: 30px;
}
.blog-list {
  padding-top: 120px;
  padding-bottom: 120px;
}
.blog-list .post-pagination {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-top: 60px;
}
.blog-two__single {
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-two__single:hover {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.blog-two__single::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #eceeef;
}
.blog-two__content {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 20px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .blog-two__content {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.blog-two__content .short-description p {
  margin: 0;
  color: #9ca3a9;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.4;
  margin-top: 20px;
}
.blog-two__content h3 {
  font-family: hero-new, sans-serif;
  color: #082740;
  font-weight: 500;
  line-height: 1.4;
  font-size: 20px;
}
.blog-two__content h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-two__content h3 a:hover {
  color: #40b9eb;
}
.blog-two__link {
  letter-spacing: 0.2em;
  font-size: 11px;
  color: #082740;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-two__link:hover {
  color: #082740;
}
/*--------------------------------------------------------------
## Blog Details
--------------------------------------------------------------*/
.blog-details__content {
  border: 1px solid #eceeef;
  padding: 50px;
  padding-bottom: 30px;
}
.blog-details__content h3 {
  margin: 0;
  color: #082740;
  font-weight: 600;
  font-family: hero-new, sans-serif;
  font-size: 36px;
}
.blog-details__content p {
  margin: 0;
  color: #9ca3a9;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}
.blog-details__content p + p {
  margin-top: 35px;
}
.blog-details__bottom {
  border-top: 1px solid #eceeef;
  padding-top: 30px;
  margin-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-details__tags {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.blog-details__tags span {
  margin: 0;
  color: #082740;
  font-size: 20px;
  font-weight: 600;
}
.blog-details__tags a {
  font-size: 14px;
  color: #9ca3a9;
  background-color: #eceeef;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 38px;
  margin-left: 10px;
}
.blog-details__tags a:hover {
  background-color: #29a6dd;
  color: #082740;
}
/* author */
.author-one {
  background-color: #eceeef;
  padding: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .author-one {
    flex-wrap: wrap;
  }
}
.author-one__content {
  margin-left: 40px;
}
.author-one__content h3 {
  margin: 0;
  color: #082740;
  font-size: 24px;
  font-weight: 600;
  font-family: hero-new, sans-serif;
}
.author-one__content p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9ca3a9;
  margin-top: 20px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
  margin: 0;
  color: #082740;
  font-size: 40px;
  font-weight: 600;
  font-family: hero-new, sans-serif;
  margin-bottom: 50px;
  margin-top: -10px;
}
.comment-one__single {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid #eceeef;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.comment-one__content {
  position: relative;
  margin-left: 45px;
}
.comment-one__content h3 {
  margin: 0;
  font-size: 20px;
  color: #082740;
  font-weight: 600;
  font-family: hero-new, sans-serif;
  margin-bottom: 30px;
}
.comment-one__content p {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  color: #9ca3a9;
}
.comment-one__btn {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 38px;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.comment-one__image img {
  border-radius: 50%;
}
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 10px;
  background-position: right center;
}
@media (min-width: 768px) {
  .page-header {
    padding: 100px 10px;
    background-position: center center;
  }
}
.page-header .container {
  position: relative;
  text-align: center;
}
.page-header h1 {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  font-family: hero-new, sans-serif;
  font-size: 45px;
}
@media (min-width: 992px) {
  .page-header h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .page-header h1 br {
    display: none;
  }
}
.page-header h2 {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  font-family: hero-new, sans-serif;
  font-size: 45px;
}
@media (min-width: 992px) {
  .page-header h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .page-header h2 br {
    display: none;
  }
}
.page-header .banner-subtitle {
  font-family: roboto, sans-serif;
  color: #29a6dd;
  margin: 0px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .page-header .banner-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .page-header .banner-subtitle br {
    display: none;
  }
}
.thm-breadcrumb {
  display: -webkit-box;
  display: flex;
  margin: 0;
  margin-top: 3rem;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.thm-breadcrumb li {
  display: -webkit-box;
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.thm-breadcrumb li + li::before {
  content: '/';
  margin-left: 4px;
  margin-right: 4px;
}
.thm-breadcrumb li a,
.thm-breadcrumb li span {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.thm-breadcrumb li a:hover {
  color: #29a6dd;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .contact-one .contact-one__content {
    margin-bottom: 40px;
  }
}
.contact-one .contact-one__content .block-title {
  margin-bottom: 40px;
}
.contact-one .contact-one__content .block-title p {
  font-size: 15px;
  font-weight: 500;
}
.contact-one .contact-one__content .block-title h3 {
  font-size: 45px;
  font-weight: 600;
}
.contact-one .contact-one__content .contact-one__content-text {
  margin-bottom: 40px;
}
.contact-one .contact-one__content .contact-one__content-text p {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  font-weight: 300;
}
.contact-one__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.contact-one__social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 57px;
  height: 57px;
  background-color: #eceeef;
  color: #9ca3a9;
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-one__social a + a {
  margin-left: 10px;
}
.contact-one__social a:hover {
  background-color: #40b9eb;
  color: #ffffff;
}
.google-map__contact {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  height: 558px;
}
.contact-one__form .row.low-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.contact-one__form .row.low-gutters &gt; [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.contact-one__form .input-group {
  margin-bottom: 10px;
}
.contact-one__form .input-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.contact-one__form .input-group textarea {
  width: 100%;
  height: 74px;
  display: block;
  border: none;
  outline: none;
  background-color: #eceeef;
  font-size: 16px;
  font-weight: 500;
  color: #9ca3a9;
  padding-left: 30px;
}
.contact-one__form .input-group textarea {
  height: 221px;
  padding-top: 20px;
}
.contact-one__form .input-group ::-webkit-input-placeholder {
  color: #9ca3a9;
  opacity: 1;
}
.contact-one__form .input-group ::-moz-placeholder {
  color: #9ca3a9;
  opacity: 1;
}
.contact-one__form .input-group :-ms-input-placeholder {
  color: #9ca3a9;
  opacity: 1;
}
.contact-one__form .input-group ::-ms-input-placeholder {
  color: #9ca3a9;
  opacity: 1;
}
.contact-one__form .input-group ::placeholder {
  color: #9ca3a9;
  opacity: 1;
}
.contact-one__form .input-group :-ms-input-placeholder {
  color: #9ca3a9;
}
.contact-one__form .input-group ::-ms-input-placeholder {
  color: #9ca3a9;
}
/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/
.contact-info-one {
  padding-top: 80px;
  padding-bottom: 40px;
  /*[class*=col-]:nth-child(1) .contact-info-one__single i {
		background-color: @theme-red;
	}

	[class*=col-]:nth-child(2) .contact-info-one__single i {
		background-color: #6ebd32;
	}*/
}
@media (min-width: 992px) {
  .contact-info-one {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.contact-info-one .contact-info-one__single {
  margin-bottom: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #eceeef;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 45px 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 480px) {
  .contact-info-one .contact-info-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
  }
}
.contact-info-one .contact-info-one__single:hover {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.contact-info-one .contact-info-one__single i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #40b9eb;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin-right: 20px;
  font-size: 30px;
}
@media (max-width: 480px) {
  .contact-info-one .contact-info-one__single i {
    margin-right: 0;
  }
}
.contact-info-one .contact-info-one__single p {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #7b8088;
}
.contact-info-one .contact-info-one__single p a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-info-one .contact-info-one__single p a:hover {
  color: #082740;
}
@media (max-width: 480px) {
  .contact-info-one .contact-info-one__single .contact-info-one__content {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .contact-info-one .contact-info-one__single .contact-info-one__content .block-title h3 br {
    display: none;
  }
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single {
  margin-bottom: 2rem;
}
.sidebar__single:not(.sidebar__search):not(.sidebar__twitter) {
  border-style: solid;
  border-width: 1px;
  border-color: #eceeef;
  background-color: #ffffff;
  padding: 50px 50px 30px 50px;
}
.sidebar__search {
  background-color: #082740;
}
.sidebar__title {
  margin: 0;
  margin-bottom: 30px;
  font-family: hero-new, sans-serif;
  color: #082740;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  margin-top: -5px;
}
.sidebar__social-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.sidebar__social-list a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 57px;
  height: 57px;
  background-color: #eceeef;
  color: #9ca3a9;
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__social-list a + a {
  margin-left: 10px;
}
.sidebar__social-list a:hover {
  background-color: #40b9eb;
  color: #ffffff;
}
.sidebar__post-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.sidebar__post-list li + li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eceeef;
}
.sidebar__post-image {
  margin-right: 20px;
}
.sidebar__post-image &gt; img {
  width: 61px;
}
.sidebar__post-content h3 {
  color: #082740;
  font-size: 18px;
  line-height: 30px;
  font-family: hero-new, sans-serif;
  margin: 0;
}
.sidebar__post-content h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__post-content h3 a:hover {
  color: #40b9eb;
}
.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding-left: 50px;
  height: 85px;
}
.sidebar__search-form ::-webkit-input-placeholder,
.sidebar__search-form ::-moz-placeholder,
.sidebar__search-form :-ms-input-placeholder,
.sidebar__search-form ::-ms-input-placeholder,
.sidebar__search-form .sidebar__search-form ::placeholder {
  color: #ffffff;
  opacity: 1;
}
.sidebar__search-form :-ms-input-placeholder,
.sidebar__search-form ::-ms-input-placeholder {
  color: #ffffff;
}
.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: #ffffff;
  font-size: 21px;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  outline: none;
  border: none;
}
.sidebar__category-list {
  margin: 0;
  margin-top: 0;
}
.sidebar__category-list li + li {
  margin-top: 5px;
}
.sidebar__category-list li a {
  color: #9ca3a9;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__category-list li a.selected {
  font-weight: normal;
  color: #082740;
}
.sidebar__category-list li a:hover {
  padding-left: 15px;
  color: #29a6dd;
}
.sidebar__category-list li a::before {
  content: '\f101';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #29a6dd;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__category-list li a:hover::before {
  opacity: 1;
}
.sidebar__tags-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px;
}
.sidebar__tags-list a {
  font-size: 14px;
  color: #9ca3a9;
  background-color: #eceeef;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: uppercase;
  display: -webkit-box;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  margin-left: 10px;
  line-height: 38px;
}
.sidebar__tags-list a:hover {
  background-color: #29a6dd;
  color: #082740;
}
.offer-sidebar {
  position: relative;
  padding-left: 60px;
  padding-bottom: 70px;
  padding-top: 325px;
  background-position: center;
  background-size: cover;
}
.offer-sidebar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #082740;
  opacity: 0.8;
}
.offer-sidebar h3 {
  position: relative;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-family: hero-new, sans-serif;
}
.offer-sidebar h3 span {
  font-weight: 900;
}
.offer-sidebar__price {
  color: #29a6dd;
}
/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/
.brand-one {
  border-top: 1px solid #eceeef;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (min-width: 1200px) {
  .brand-one .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.brand-one img {
  opacity: 0.3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.brand-one img:hover {
  opacity: 0.6;
}
.brand-one__home-two {
  border-top: 0;
  border-bottom: 1px solid #eceeef;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-one {
  padding-top: 120px;
  padding-bottom: 60px;
}
.team-one__single {
  margin-bottom: 60px;
}
.team-one__image {
  overflow: hidden;
  background-color: #082740;
}
.team-one__image &gt; img {
  opacity: 1;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}
.team-one__single:hover .team-one__image &gt; img {
  opacity: 0.6;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.team-one__content {
  text-align: center;
  padding-top: 30px;
}
.team-one__content h3 {
  margin: 0;
  font-family: hero-new, sans-serif;
  font-size: 24px;
  line-height: 1em;
  color: #082740;
}
.team-one__content p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #9ca3a9;
  margin: 0;
  line-height: 1em;
  margin-top: 15px;
}
.team-one__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 30px;
}
.team-one__social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 57px;
  height: 57px;
  background-color: #eceeef;
  color: #9ca3a9;
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-one__social a + a {
  margin-left: 10px;
}
.team-one__social a:hover {
  background-color: #40b9eb;
  color: #ffffff;
}
/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.cta-one {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #40b9eb;
}
.cta-one h3 {
  margin: 0;
  color: #fff;
  font-size: 50px;
  font-family: hero-new, sans-serif;
  font-weight: 700;
}
.cta-one .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cta-one__btn:hover {
  background-color: #082740;
}
.cta-one__home-two {
  background-color: #29a6dd;
}
.cta-one__home-two .cta-one__btn {
  background-color: #082740;
  color: #ffffff;
}
.cta-one__home-two .cta-one__btn:hover {
  background-color: #ff0143;
}
.cta-two {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cta-two__content-highlight {
  margin-top: -10px;
  margin-bottom: 35px;
}
.cta-two__content-highlight p {
  margin: 0;
  color: #40b9eb;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.cta-two__list {
  margin: 0;
  margin-bottom: 35px;
}
.cta-two__list li {
  position: relative;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  color: #9ca3a9;
  padding-left: 30px;
}
.cta-two__list li i {
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #ff0143;
}
.cta-three .cta-three__content {
  height: 100%;
  position: relative;
  background-color: #f8f5f2;
}
.cta-three .cta-three__content::before {
  content: '';
  width: 10000px;
  height: 100%;
  background-color: #f8f5f2;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cta-three .cta-three__content::before {
    margin-right: -1000px;
  }
}
.cta-three .cta-three__content .cta-three__content-inner {
  position: relative;
  padding-top: 120px;
}
.cta-three .cta-three__content .block-title {
  margin-bottom: 25px;
}
.cta-three .cta-three__content .block-title h3 {
  line-height: 1.1em;
  font-size: 30px;
}
@media (min-width: 992px) {
  .cta-three .cta-three__content .block-title h3 {
    font-size: 45px;
  }
}
.cta-three .cta-three__content .cta-three__text {
  margin-top: 25px;
  color: #7b8189;
  padding-top: 10px;
  padding-bottom: 25px;
  font-weight: 400;
  font-size: 16px;
  padding-right: 20px;
}
.cta-three .cta-three__content .cta-three__box {
  position: absolute;
  background-color: #ff0143;
  width: 100%;
  max-width: 340px;
  bottom: 0;
  right: 0;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 60px;
}
.cta-three .cta-three__content .cta-three__box p {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
.cta-three .cta-three__images {
  margin-top: 120px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .cta-three .cta-three__images {
    padding-left: 0;
  }
}
.cta-four {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding-top: 118px;
  padding-bottom: 118px;
}
.cta-four::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #082740;
  opacity: 0.3;
}
.cta-four .container {
  text-align: center;
  position: relative;
}
.cta-four p {
  font-family: roboto, sans-serif;
  font-size: 40px;
  color: #ffffff;
  margin: 0;
}
.cta-four h3 {
  margin: 0;
  font-family: hero-new, sans-serif;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 15px;
  margin-bottom: 45px;
  color: #ffffff;
}
.cta-four h3 span {
  color: #ff0143;
  position: relative;
  display: inline-block;
  line-height: 1em;
}
.cta-four h3 span::before {
  content: '';
  width: 100%;
  height: 31px;
  background-image: url(../images/shapes/title-decor-1-2.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 80%;
  left: 0;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-one {
  padding-bottom: 90px;
  padding-top: 120px;
}
.gallery-one__single {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.gallery-one__single &gt; img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.gallery-one__single:hover &gt; img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.gallery-one__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(41, 166, 221, 0.9);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 46px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gallery-one__link:hover {
  color: #ffffff;
}
.gallery-one__single:hover .gallery-one__link {
  opacity: 1;
}
.gallery-home-8 {
  position: relative;
  background-color: #082740;
}
.gallery-home-8 .row.low-gutters {
  margin-left: -1px;
  margin-right: -1px;
}
.gallery-home-8 .row.low-gutters [class*=col-] {
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 2px;
}
.gallery-home-8__single {
  overflow: hidden;
}
.gallery-home-8__single &gt; img {
  width: 100%;
  -webkit-animation: galleryHomeEightImg 5s linear infinite;
  animation: galleryHomeEightImg 5s linear infinite;
}
@-webkit-keyframes galleryHomeEightImg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  75% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes galleryHomeEightImg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  75% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-page {
  background-color: #082740;
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
}
.error-page .container {
  position: relative;
}
.error-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -37px;
  background-position: top;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 0.07;
  background-color: #082740;
  background-blend-mode: multiply;
}
.error-page__logo {
  display: block;
  text-align: center;
}
.error-page__title {
  position: relative;
  display: inline-block;
  margin-top: 140px;
}
.error-page__title h2 {
  position: relative;
  display: inline-block;
  font-size: 400px;
  font-weight: 900;
  color: #ffffff;
  font-family: hero-new, sans-serif;
  line-height: 1em;
}
.error-page__title h2::before {
  width: 141px;
  height: 124px;
  content: '';
  background-image: url(../images/shapes/error-page__shape-1-1.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -5px;
  left: -40px;
}
.error-page__title p {
  font-family: roboto, sans-serif;
  font-size: 200px;
  line-height: 1em;
  color: #ff0143;
  position: absolute;
  bottom: -60px;
  right: 0;
}
.error-page__text {
  margin-top: 40px;
  padding-bottom: 60px;
}
.error-page__text p {
  font-size: 30px;
  color: #a4cae5;
  margin: 0;
  font-weight: 400;
}
/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.video-one {
  background-repeat: no-repeat;
  position: relative;
  background-size: 250%;
  background-attachment: scroll;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .video-one {
    background-size: 140%;
    padding-top: 140px;
    padding-bottom: 130px;
  }
}
.video-one .container {
  position: relative;
}
.video-one .video-one__btn {
  position: relative;
  width: 94px;
  height: 94px;
  background-color: #29a6dd;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  color: #082740;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 75px;
}
.video-one .video-one__btn:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.video-one .video-one__btn:hover {
  background-color: #fff;
  color: #29a6dd;
}
.video-one p {
  font-family: roboto, sans-serif;
  color: #29a6dd;
  font-size: 20px;
  margin: 0px;
}
.video-one h3 {
  color: #fff;
  font-family: hero-new, sans-serif;
  margin: 0;
  margin-top: 15px;
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  font-size: 25px !important;
}
@media (max-width: 991px) {
  .video-one h3 br {
    display: none;
  }
}
@media (min-width: 992px) {
  .video-one h3 {
    font-size: 45px;
  }
}
.video-one h3 span {
  font-weight: 800;
}
.video-one-custom {
  background-repeat: no-repeat;
  position: relative;
  background-size: 150%;
  background-position: center center;
  display: block;
  background-attachment: scroll;
}
.video-one-custom .voc-inner {
  padding-top: 160px;
  padding-bottom: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 125%;
  background-attachment: scroll;
}
@media (min-width: 992px) {
  .video-one-custom .voc-inner {
    background-size: auto;
    background-attachment: local;
    background-position: -10000px -10000px;
  }
}
.video-one-custom .container {
  position: relative;
}
.video-one-custom .video-one__btn {
  position: relative;
  width: 94px;
  height: 94px;
  background-color: #29a6dd;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  color: #082740;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 75px;
}
.video-one-custom .video-one__btn:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.video-one-custom .video-one__btn:hover {
  background-color: #fff;
  color: #29a6dd;
}
.video-one-custom p {
  font-family: roboto, sans-serif;
  color: #29a6dd;
  font-size: 20px;
  margin: 0px;
}
.video-one-custom h3 {
  color: #fff;
  font-family: hero-new, sans-serif;
  margin: 0;
  margin-top: 15px;
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  font-size: 30px !important;
}
@media (max-width: 991px) {
  .video-one-custom h3 br {
    display: none;
  }
}
@media (min-width: 992px) {
  .video-one-custom h3 {
    font-size: 45px;
  }
}
.video-one-custom h3 span {
  font-weight: 800;
}
.video-one-custom .banner-btn {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: #29a6dd;
  padding: 0.75rem 1.5rem;
  margin-top: 3rem;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  background-color: #eceeef;
  padding-top: 120px;
  padding-bottom: 120px;
}
.testimonials-one__single {
  margin-bottom: 40px;
  text-align: center;
}
.testimonials-one__stars {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}
.testimonials-one__stars i {
  font-size: 18px;
  color: #ffa801;
}
.testimonials-one__stars i + i {
  margin-left: 5px;
}
.testimonials-one__content {
  background-color: #fff;
  position: relative;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 50px;
  padding-top: 60px;
  margin-bottom: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.testimonials-one__single:hover .testimonials-one__content {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}
.testimonials-one__content::before {
  content: '';
  width: 85px;
  height: 85px;
  background-image: url(../images/shapes/testi-qoute-1-1.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.testimonials-one__content::after {
  content: '';
  width: 72px;
  height: 20px;
  background-image: url(../images/shapes/testi-arrow-1-1.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testimonials-one__content p {
  margin: 0;
  font-size: 20px;
  color: #9ca3a9;
  font-weight: 400;
  line-height: 36px;
  position: relative;
}
.testimonials-one__info img {
  border-radius: 50%;
}
.testimonials-one__info h3 {
  font-family: hero-new, sans-serif;
  color: #082740;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 1em;
  margin-top: 10px;
}
.testimonials-one__carousel .owl-item img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.testimonials-one__carousel .owl-nav button.owl-next,
.testimonials-one__carousel .owl-nav button.owl-prev {
  font-size: 20px;
  color: #082740;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.testimonials-one__carousel .owl-nav button.owl-prev {
  margin-right: 15px;
}
.testimonials-one__carousel .owl-nav button.owl-next:hover,
.testimonials-one__carousel .owl-nav button.owl-prev:hover {
  color: #ff0143;
  background-color: transparent;
}
/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.faq-one-accrodion .accrodion {
  border-style: solid;
  border-width: 1px;
  border-color: #eceeef;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 375px) {
  .faq-one-accrodion .accrodion {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 10px;
}
.faq-one-accrodion .accrodion .accrodion-title {
  cursor: pointer;
}
.faq-one-accrodion .accrodion .accrodion-title h6 {
  margin: 0;
  font-family: hero-new, sans-serif;
  color: #082740;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-top: 31.5px;
  padding-bottom: 31.5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-one-accrodion .accrodion .accrodion-title h6::before {
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #29a6dd;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-one-accrodion .accrodion .accrodion-content {
  padding-bottom: 40px;
  /*p {
			margin: 0;
			font-size: 16px;
			font-weight: 500;
			line-height: 30px;
			color: @gray-text;
		}*/
}
.faq-one-accrodion .accrodion.active {
  background-color: #eceeef;
  border-color: #eceeef;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: #40b9eb;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: '\f068';
  color: #082740;
}
/*--------------------------------------------------------------
# Tour
--------------------------------------------------------------*/
.tour-one {
  padding-top: 120px;
  padding-bottom: 90px;
}
.tour-one .block-title h3 {
  font-size: 45px;
}
.tour-one a.tour-one__single {
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.tour-one a.tour-one__single .tour-one__image {
  position: relative;
  background-color: #082740;
  overflow: hidden;
}
.tour-one a.tour-one__single .tour-one__image &gt; img {
  width: 100%;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.tour-one a.tour-one__single .tour-one__content {
  border-style: solid;
  border-width: 1px;
  border-color: #eceeef;
  background-color: #ffffff;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tour-one a.tour-one__single .tour-one__content h3 {
  margin: 0;
  font-family: hero-new, sans-serif;
  color: #082740;
  font-weight: 600;
  line-height: 27px;
  font-size: 19px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tour-one a.tour-one__single .tour-one__content p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #9ca3a9;
  line-height: 1em;
  margin-top: 10px;
  margin-bottom: 30px;
}
.tour-one a.tour-one__single .tour-one__content p span {
  color: #ff0143;
  font-size: 22px;
  font-weight: 600;
}
.tour-one a.tour-one__single .tour-one__content .tour-one__meta {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 25px;
  border-top: 1px solid #eceeef;
}
.tour-one a.tour-one__single .tour-one__content .tour-one__meta li {
  font-size: 13px;
  font-weight: 400;
  color: #9ca3a9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tour-one a.tour-one__single .tour-one__content .tour-one__meta li + li {
  margin-left: 15px;
}
.tour-one a.tour-one__single .tour-one__content .tour-one__meta li i {
  font-size: 13px;
  color: #29a6dd;
  margin-right: 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tour-one a.tour-one__single .tour-one__content .tour-one__meta li a:hover i {
  color: #40b9eb;
}
.tour-one a.tour-one__single:hover {
  text-decoration: none;
}
.tour-one a.tour-one__single:hover .tour-one__image &gt; img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tour-one a.tour-one__single:hover .tour-one__image &gt; a {
  background-color: #fff;
  color: #ff0143;
}
.tour-one a.tour-one__single:hover .tour-one__content {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.tour-one a.tour-one__single:hover .tour-one__content h3 {
  color: #40b9eb;
}
.tour-grid {
  padding-top: 120px;
  padding-bottom: 120px;
}
.tour-grid .post-pagination {
  margin-top: 30px;
}
.tour-one__carousel {
  margin-bottom: 20px;
}
.tour-one__carousel .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
.tour-one__carousel-no-overflow .owl-stage-outer {
  overflow: visible;
}
.tour-one__carousel .owl-nav button.owl-next,
.tour-one__carousel .owl-nav button.owl-prev {
  font-size: 20px;
  color: #082740;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tour-one__carousel .owl-nav button.owl-prev {
  margin-right: 15px;
}
.tour-one__carousel .owl-nav button.owl-next:hover,
.tour-one__carousel .owl-nav button.owl-prev:hover {
  color: #ff0143;
  background-color: transparent;
}
.tour-two__single {
  display: -webkit-box;
  display: flex;
}
.tour-two__image-wrap .tour-one__image {
  width: 270px;
}
.tour-two__single .tour-one__content {
  padding: 0;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}
.tour-two__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.tour-two__right p {
  margin: 0;
}
.tour-two__right p span {
  display: inline-block;
  margin-bottom: 5px;
}
.tour-two__text {
  margin-top: 20px;
  margin-bottom: 30px;
}
.tour-two__text p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: #9ca3a9;
}
.tour-list {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .tour-list {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.tour-list .post-pagination {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-top: 60px;
}
/* tour sorter */
.tour-sorter-one {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.tour-sorter-one h3 {
  font-family: hero-new, sans-serif;
  color: #082740;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.tour-sorter-one__right {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.tour-sorter-one__right &gt; a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 43px;
  height: 43px;
  border-style: solid;
  border-width: 2px;
  border-color: #eceeef;
  font-size: 16px;
  color: #9ca3a9;
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tour-sorter-one__right &gt; a.active,
.tour-sorter-one__right &gt; a:hover {
  background-color: #29a6dd;
  border-color: #29a6dd;
  color: #082740;
}
.tour-sorter-one__select {
  width: 103px;
}
.tour-sorter-one .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.tour-sorter-one .bootstrap-select &gt; .dropdown-toggle {
  border-style: solid;
  border-width: 2px;
  border-color: #eceeef;
  font-size: 14px;
  font-weight: 500;
  color: #9ca3a9;
  padding: 9px 20px;
  padding-right: 20px;
  background-color: #fff;
  text-transform: uppercase;
}
/* tour details */
.tour-details__spacer {
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid #eceeef;
  margin-top: 60px;
  margin-bottom: 60px;
}
.tour-details__title {
  margin: 0;
  font-family: hero-new, sans-serif;
  color: #082740;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
  margin-top: -10px;
}
.tour-details__title + p {
  margin-top: -10px !important;
}
.tour-details__subtitle {
  margin: 0;
  font-family: hero-new, sans-serif;
  color: #082740;
  font-size: 24px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 40px;
}
.tour-details__content p {
  margin: 0;
  color: #9ca3a9;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}
.google-map__tour-details {
  height: 388px;
}
.tour-details__review-form {
  border: 1px solid #eceeef;
  padding: 50px;
}
.tour-details__review-form-stars {
  margin-bottom: 40px;
}
.tour-details__review-form-stars p {
  display: -webkit-box;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  align-items: center;
}
.tour-details__review-form-stars p + p {
  margin-top: 10px;
}
.tour-details__review-form-stars span {
  font-size: 20px;
  color: #9ca3a9;
  font-weight: 500;
  margin-right: 15px;
}
.tour-details__review-form-stars i {
  color: #eceeef;
  font-size: 16px;
  line-height: 1em;
  position: relative;
  top: -2px;
}
.tour-details__review-form-stars i + i {
  margin-left: 5px;
}
.tour-details__review-form-stars i.active {
  color: #29a6dd;
}
.tour-details-two {
  padding-top: 0;
}
.tour-details__content .tour-two__top {
  padding-bottom: 30px;
}
.tour-details__content .tour-two__top h3 {
  font-family: hero-new, sans-serif;
  font-size: 40px;
  color: #082740;
  margin: 0;
  font-weight: 600;
  padding-bottom: 20px;
}
.tour-details__content .tour-one__stars {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.tour-details__content .tour-one__stars i {
  margin-right: 5px;
}
.tour-details__content .tour-one__stars i:last-child {
  margin-right: 15px;
}
.tour-details__content .tour-one__stars i.inactive {
  color: #eceeef;
}
.tour-details__content .tour-two__right p {
  color: #9ca3a9;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1em;
}
.tour-details__content .tour-two__right span {
  color: #ff0143;
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 15px;
}
.tour-details__content .tour-one__meta li + li {
  margin-left: 50px;
}
.tour-details__content .tour-one__meta li a {
  font-size: 18px;
}
.tour-details__content .tour-one__meta li a i {
  color: #40b9eb;
  font-size: 16px;
}
.tour-details__list {
  margin-bottom: 0px;
}
.tour-details__list li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #9ca3a9;
  padding-left: 25px;
  line-height: 1em;
}
.tour-details__list li + li {
  margin-top: 20px;
}
.tour-details__list li i {
  font-size: 14px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #40b9eb;
}
.tour-details__list.unavailable li i {
  color: #ff0143;
}
.tour-details__plan-single {
  position: relative;
}
.tour-details__plan-single + .tour-details__plan-single {
  margin-top: 20px;
}
.tour-details__plan-count {
  width: 97px;
  height: 97px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border: 20px solid #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: #29a6dd;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 10;
}
.tour-details__plan-content {
  border-left: 1px solid #eceeef;
  margin-left: 28.5px;
  padding-left: 60px;
  padding-bottom: 40px;
}
.tour-details__plan-content h3 {
  color: #082740;
  font-family: hero-new, sans-serif;
  margin: 0;
  font-weight: 600;
  margin-bottom: 5px;
}
.tour-details__plan-content span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #40b9eb;
}
.tour-details__plan-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: #9ca3a9;
  margin-top: 20px;
}
.tour-details__plan-content ul {
  margin-bottom: 0;
  margin-top: 35px;
}
.tour-details__plan-content ul li {
  color: #9ca3a9;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
}
.tour-details__plan-content ul li + li {
  margin-top: 20px;
}
.tour-details__review-score {
  border: 1px solid #eceeef;
  display: -webkit-box;
  display: flex;
  margin-bottom: 60px;
}
.tour-details__review-score-ave {
  -webkit-box-flex: 1;
  flex: 1 1 245px;
  max-width: 245px;
  display: -webkit-box;
  display: flex;
}
.tour-details__review-score-ave .my-auto {
  width: 100%;
  text-align: center;
}
.tour-details__review-score-ave h3 {
  margin: 0;
  font-family: hero-new, sans-serif;
  font-weight: 300;
  font-size: 100px;
  color: #082740;
}
.tour-details__review-score-ave p {
  margin: 0;
  color: #9ca3a9;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.tour-details__review-score-ave p i {
  color: #29a6dd;
  font-size: 18px;
  margin-right: 10px;
}
.tour-details__review-score__content {
  -webkit-box-flex: 1;
  flex: 1 1 calc(100% - 245px);
  max-width: calc(100% - 245px);
  border-left: 1px solid #eceeef;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 40px;
  padding-bottom: 50px;
}
.tour-details__review-score__bar + .tour-details__review-score__bar {
  margin-top: 20px;
}
.tour-details__review-score__bar-top {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.tour-details__review-score__bar-top h3 {
  font-family: hero-new, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #082740;
  margin: 0;
}
.tour-details__review-score__bar-top p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #9ca3a9;
}
.tour-details__review-score__bar-line {
  width: 100%;
  height: 7px;
  background-color: #eceeef;
  position: relative;
  overflow: hidden;
}
.tour-details__review-score__bar-line span {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #29a6dd;
}
.tour-details__review-comment-single {
  border-bottom: 1px solid #eceeef;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
.tour-details__review-comment-top {
  position: relative;
  padding-left: 125px;
  padding-top: 30px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.tour-details__review-comment-top &gt; img {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.tour-details__review-comment-top h3 {
  font-family: hero-new, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #082740;
  margin: 0;
  margin-bottom: 5px;
}
.tour-details__review-comment-top p {
  margin: 0;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
  color: #40b9eb;
}
.tour-details__review-comment-content {
  margin-bottom: 25px;
}
.tour-details__review-comment-content h3 {
  font-family: hero-new, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #082740;
  margin: 0;
  margin-bottom: 40px;
}
.tour-details__review-comment-content p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}
.tour-details__gallery-thumb-carousel,
.tour-details__gallery-carousel {
  overflow: hidden;
}
.tour-details__gallery-thumb-carousel {
  margin-bottom: 60px;
}
.tour-details__gallery-carousel {
  margin-bottom: 10px;
}
.tour-details__gallery-thumb-carousel img {
  cursor: pointer;
}
.tour-details__gallery-image {
  position: relative;
}
.tour-details__gallery-links {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.tour-details__gallery-links a {
  display: block;
  width: 38px;
  height: 38px;
  background-color: rgba(8, 39, 64, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tour-details__gallery-image:hover .tour-details__gallery-links a {
  background-color: #fff;
  color: #ff0143;
}
.tour-details__content .accrodion-grp {
  margin-bottom: 60px;
}
/* tour details header */
.tour-details__header {
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.tour-details__header .container {
  position: relative;
  min-height: 577px;
}
.tour-details__header .tour-details__gallery-links {
  position: absolute;
  top: 30px;
  right: 15px;
}
.tour-details__header .thm-breadcrumb {
  position: absolute;
  bottom: 30px;
  left: 15px;
}
.tour-details-two .tour-details__content {
  padding-top: 45px;
}
/* tour category */
.tour-category-one {
  background-color: #eceeef;
  padding-top: 120px;
  padding-bottom: 90px;
}
.tour-category-one__col {
  -webkit-box-flex: 1;
  flex: 1 1 20%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 20%;
}
.tour-category-one__single {
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #fff;
  text-align: center;
  padding-top: 34.5px;
  padding-bottom: 34.5px;
}
.tour-category-one__single:hover {
  background-color: #40b9eb;
}
.tour-category-one__single i {
  font-size: 60px;
  color: #40b9eb;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tour-category-one__single h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #9ca3a9;
  font-family: hero-new, sans-serif;
  margin-top: 5px;
}
.tour-category-one__single h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tour-category-one__single h3 a:hover {
  color: #ffffff;
}
.tour-category-one__single:hover i,
.tour-category-one__single:hover h3 a {
  color: #ffffff;
}
/* tour gallery home 6 */
.tour-gallery__home-6__content-wrap {
  position: relative;
  background-color: #082740;
}
.tour-gallery__home-6__content {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 285px;
  padding-left: 135px;
}
.tour-gallery__home-6__content p {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
  z-index: 10;
}
.tour-gallery__home-6__content p span {
  margin-left: 15px;
  margin-right: 15px;
}
.tour-gallery__home-6__content p i {
  color: #29a6dd;
  letter-spacing: 0.2em;
}
.tour-gallery__home-6__content h3 {
  font-family: hero-new, sans-serif;
  font-size: 80px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}
.tour-gallery__home-6__content h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tour-gallery__home-6__content h3 a:hover {
  color: #40b9eb;
}
.tour-gallery__home-6__content .tab-pane {
  width: 100%;
}
.tour-gallery__home-6__tab-navs {
  position: absolute;
  bottom: 130px;
  left: 135px;
  border-bottom: 0;
  z-index: 99;
}
.tour-gallery__home-6__tab-navs li + li {
  margin-left: 20px;
}
.tour-gallery__home-6__tab-navs li a {
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #082740;
}
.tour-gallery__home-6__tab-navs li a.active {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.tour-gallery__home-6__tab-navs li a img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tour-gallery__home-6__tab-navs li a.active img {
  opacity: 0.2;
}
.tour-gallery__home-6__tab-navs li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 15px solid #ffffff;
  z-index: 10;
}
.tour-gallery__home-6__content-wrap .tab-pane,
.tour-gallery__home-6__content-wrap .tab-content {
  width: 100%;
  position: relative;
}
.tour-gallery__home-6__content-floated-text {
  font-family: roboto, sans-serif;
  font-size: 300px;
  color: #fff;
  position: absolute;
  bottom: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.1;
}
/*--------------------------------------------------------------
## Tour Sidebar
--------------------------------------------------------------*/
.tour-sidebar__search {
  background-color: #eceeef;
  background-color: #fff;
  padding: 50px;
  border: 1px solid #eceeef;
  border-top: 0;
  border-left: 0;
}
.tour-sidebar__search h3 {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 500;
  color: #082740;
  line-height: 1em;
  font-family: hero-new, sans-serif;
  font-size: 18px;
}
@media (min-width: 1025px) {
  .tour-sidebar__search h3 {
    font-size: 24px;
  }
}
.tour-sidebar__search-form .input-group + .input-group {
  margin-top: 10px;
}
.tour-sidebar__search-form .input-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-sidebar__search-form .input-group textarea {
  line-height: 1.4;
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background-color: #eceeef;
  font-size: 14px;
  font-weight: 300;
  color: #9ca3a9;
  height: 50px;
  padding-left: 10px;
}
@media (min-width: 1025px) {
  .tour-sidebar__search-form .input-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
  .tour-sidebar__search-form .input-group textarea {
    height: 64px;
    padding-left: 30px;
  }
}
.tour-sidebar__search-form .input-group textarea {
  height: 135px;
  padding-top: 15px;
}
.tour-sidebar__search-form .thm-btn {
  display: block;
  width: 100%;
  height: 64px;
  padding: 0;
  text-align: center;
  line-height: 64px;
}
.tour-sidebar__search-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.tour-sidebar__search-form .bootstrap-select &gt; .dropdown-toggle {
  border: 0;
  padding: 18.5px 30px;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  color: #9ca3a9;
}
.tour-sidebar__search-form ::-webkit-input-placeholder,
.tour-sidebar__search-form ::-moz-placeholder,
.tour-sidebar__search-form :-ms-input-placeholder,
.tour-sidebar__search-form ::-ms-input-placeholder,
.tour-sidebar__search-form ::placeholder {
  color: #9ca3a9;
  opacity: 1;
}
.tour-sidebar__search-form :-ms-input-placeholder,
.tour-sidebar__search-form ::-ms-input-placeholder {
  color: #9ca3a9;
}
.tour-sidebar__search + .offer-sidebar {
  margin-top: 30px;
}
.tour-sidebar__sorter-wrap {
  padding: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eceeef;
  margin-top: 15px;
}
.tour-sidebar__sorter-single + .tour-sidebar__sorter-single {
  margin-top: 45px;
}
.tour-sidebar__sorter-top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eceeef;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.tour-sidebar__sorter-top h3 {
  margin: 0;
  color: #082740;
  font-family: hero-new, sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.tour-sidebar__sorter-toggler {
  border: none;
  outline: none !important;
  font-size: 18px;
  color: #082740;
  width: auto;
  background-color: transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tour-sidebar__sorter-toggler.toggled {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tour-sidebar__price-range .form-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.tour-sidebar__price-range .form-group p {
  font-size: 16px;
  font-weight: 500;
  color: #9ca3a9;
  margin: 0;
  line-height: 1em;
}
.tour-sidebar__price-range .noUi-horizontal {
  height: 3px;
  background-color: #eceeef;
}
.tour-sidebar__price-range .noUi-handle {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #40b9eb;
  border: none;
  outline: none;
  box-shadow: none;
}
.tour-sidebar__price-range .noUi-handle::before,
.tour-sidebar__price-range .noUi-handle::after {
  display: none;
}
.tour-sidebar__price-range .noUi-connect {
  background-color: #40b9eb;
}
.tour-sidebar__sorter-inputs p {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.tour-sidebar__sorter-inputs p + p {
  margin-top: 30px;
}
.tour-sidebar__sorter-inputs p label {
  margin: 0;
  font-weight: 400;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.tour-sidebar__sorter-inputs p label i {
  color: #eceeef;
  font-size: 16px;
  line-height: 1em;
  position: relative;
  top: -2px;
}
.tour-sidebar__sorter-inputs p label i + i {
  margin-left: 5px;
}
.tour-sidebar__sorter-inputs p label i.active {
  color: #29a6dd;
}
.tour-sidebar__sorter-inputs [type="checkbox"]:checked,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.tour-sidebar__sorter-inputs [type="checkbox"]:checked + label,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  color: #9ca3a9;
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 1em;
}
.tour-sidebar__sorter-inputs [type="checkbox"]:checked + label:before,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #9ca3a9;
}
.tour-sidebar__sorter-inputs [type="checkbox"]:checked + label:after,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked) + label:after {
  content: '\f14a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 18px;
  color: #29a6dd;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.tour-sidebar__sorter-inputs [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tour-details-two .tour-sidebar {
  position: relative;
  z-index: 10;
  margin-top: -100px;
}
.tour-sidebar__featured,
.tour-sidebar__organizer {
  border: 1px solid #eceeef;
  padding: 50px;
  margin-top: 30px;
}
.tour-sidebar__featured {
  margin-top: 0;
}
.tour-sidebar__featured h3,
.tour-sidebar__organizer h3 {
  margin: 0;
  color: #082740;
  font-size: 20px;
  font-family: hero-new, sans-serif;
  margin-bottom: 30px;
}
.tour-sidebar__organizer-content {
  position: relative;
  padding-left: 95px;
}
.tour-sidebar__organizer-content &gt; img {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.tour-sidebar__featured-single p i,
.tour-sidebar__organizer-content p i {
  font-size: 14px;
  color: #29a6dd;
  margin-right: 10px;
}
.tour-sidebar__organizer-content p,
.tour-sidebar__featured-single p,
.tour-sidebar__organizer-content span,
.tour-sidebar__featured-single span {
  font-size: 16px;
  color: #9ca3a9;
  font-weight: 500;
  line-height: 1em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
}
.tour-sidebar__featured {
  margin-bottom: 30px;
}
.tour-sidebar__featured-single {
  position: relative;
  padding-left: 80px;
}
.tour-sidebar__featured-single &gt; img {
  position: absolute;
  top: 5px;
  left: 0;
}
.tour-sidebar__featured-single h3,
.tour-sidebar__organizer-content h3 {
  margin: 0;
  color: #082740;
  font-size: 18px;
  font-family: hero-new, sans-serif;
  margin-bottom: 10px;
  margin-top: 10px;
}
.tour-sidebar__featured-single + .tour-sidebar__featured-single {
  border-top: 1px solid #eceeef;
  padding-top: 30px;
  margin-top: 30px;
}
.tour-sidebar__featured-single + .tour-sidebar__featured-single &gt; img {
  top: 35px;
}
.tour-sidebar__featured-single p,
.tour-sidebar__featured-single p i {
  font-size: 14px;
  color: #9ca3a9;
}
.tour-sidebar__featured-single span {
  color: #ff0143;
  font-size: 18px;
  font-weight: 500;
}
.tour-sidebar__featured-single h3 {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 10px;
}
.tour-sidebar__featured-single h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tour-sidebar__featured-single h3 a:hover {
  color: #40b9eb;
}
/*--------------------------------------------------------------
# Destinations
--------------------------------------------------------------*/
.destinations-one,
.destinations-two {
  padding-top: 120px;
  padding-bottom: 90px;
}
.destinations-one__single,
.destinations-two__single {
  border-radius: 50%;
  background-color: #082740;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  margin-bottom: 30px;
}
.destinations-one__single {
  border-radius: 0;
}
.destinations-one__single:hover,
.destinations-two__single:hover {
  background-color: #29a6dd;
}
.destinations-one__single &gt; img,
.destinations-two__single &gt; img {
  opacity: 0.7;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  border-radius: 50%;
  -webkit-transition: all 500ms ease 300ms;
  transition: all 500ms ease 300ms;
}
.destinations-one__single &gt; img {
  border-radius: 0;
}
.destinations-one__single:hover img,
.destinations-two__single:hover img {
  opacity: 0.1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.destinations-one__single h3,
.destinations-two__single h3 {
  font-family: hero-new, sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.destinations-one__single h3 a,
.destinations-two__single h3 a {
  color: inherit;
}
.destinations-one__single h3 a:hover,
.destinations-two__single h3 a:hover {
  color: #fff;
}
/* Destinations Details */
.editor-text {
  font-weight: 300;
  color: #7b8189;
  line-height: 34px;
  font-size: 16px;
}
.editor-text table tr td,
.editor-text table tr th {
  font-size: 16px;
}
.editor-text img {
  max-width: 100% !important;
}
.editor-text img.leftFloatedImage,
.editor-text .leftFloatedImage img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.editor-text img.rightFloatedImage,
.editor-text .rightFloatedImage img {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.editor-text h2,
.editor-text h1 {
  color: #082740;
  font-family: hero-new, sans-serif;
  font-weight: 500;
  font-size: 31px;
}
@media (min-width: 992px) {
  .editor-text h2,
  .editor-text h1 {
    font-size: 34px;
  }
}
.editor-text h3 {
  color: #29a6dd;
  font-weight: 500;
  font-family: hero-new, sans-serif;
  font-size: 22px;
}
@media (min-width: 992px) {
  .editor-text h3 {
    font-size: 27px;
  }
}
.editor-text h4 {
  color: #29a6dd;
  font-weight: 500;
  font-family: hero-new, sans-serif;
  font-size: 19px;
}
@media (min-width: 992px) {
  .editor-text h4 {
    font-size: 24px;
  }
}
.editor-text .plain-image {
  margin: 2rem 0;
}
.editor-text .plain-image img {
  max-width: 100% !important;
}
.editor-text p {
  margin: 0;
}
.editor-text p + h2,
.editor-text ul + h2,
.editor-text ol + h2,
.editor-text h2 + h2,
.editor-text h3 + h2,
.editor-text h4 + h2,
.editor-text table + h2 {
  margin-top: 2.5rem;
}
.editor-text h2 + p,
.editor-text h2 + ul,
.editor-text h2 + ol,
.editor-text h2 + h3,
.editor-text h2 + h4 {
  margin-top: 1.5rem;
}
.editor-text h2 + table {
  margin-top: 1.8rem;
}
.editor-text p + h3,
.editor-text ul + h3,
.editor-text ol + h3,
.editor-text h2 + h3,
.editor-text h3 + h3,
.editor-text h4 + h3,
.editor-text table + h3,
.editor-text p + h4,
.editor-text ul + h4,
.editor-text ol + h4,
.editor-text h2 + h4,
.editor-text h3 + h4,
.editor-text h4 + h4,
.editor-text table + h4 {
  margin-top: 1.5rem;
}
.editor-text h3 + p,
.editor-text h4 + p,
.editor-text h3 + ul,
.editor-text h4 + ul,
.editor-text h3 + ol,
.editor-text h4 + ol,
.editor-text h3 + h3,
.editor-text h4 + h3,
.editor-text h3 + h4,
.editor-text h4 + h4 {
  margin-top: 1.1rem;
}
.editor-text h3 + table,
.editor-text h4 + table {
  margin-top: 1.5rem;
}
.editor-text p + p,
.editor-text ul + p,
.editor-text ol + p,
.editor-text table + p,
.editor-text p + ul,
.editor-text ul + ul,
.editor-text ol + ul,
.editor-text table + ul,
.editor-text p + ol,
.editor-text ul + ol,
.editor-text ol + ol,
.editor-text table + ol {
  margin-top: 0.9rem;
}
.editor-text p + table,
.editor-text ul + table,
.editor-text ol + table,
.editor-text table + table {
  margin-top: 1.5rem;
}
.editor-text .row {
  margin-left: -5px;
  margin-right: -5px;
}
.editor-text .row &gt; [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.editor-text .accrodion-grp {
  margin-top: 50px;
}
.destinations-details__gallery {
  margin-top: 60px;
  margin-bottom: 60px;
}
/* destinations three */
.destinations-three {
  padding-top: 120px;
  padding-bottom: 90px;
}
.destinations-three__single {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #082740;
}
.destinations-three__single &gt; img {
  width: 100%;
}
.destinations-three__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-left: 40px;
  padding-bottom: 40px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.destinations-three__single:hover .destinations-three__content {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.destinations-three__hover-content h3,
.destinations-three__content h3 {
  font-family: hero-new, sans-serif;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  margin: 0;
}
.destinations-three__hover-content h3 a,
.destinations-three__content h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.destinations-three__hover-content h3 a:hover,
.destinations-three__content h3 a:hover {
  color: #40b9eb;
}
.destinations-three__single::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.98)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.98) 99%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.destinations-three__hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  padding-left: 40px;
  padding-bottom: 35px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.destinations-three__single:hover .destinations-three__hover-content {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.destinations-three__hover-content p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #29a6dd;
  line-height: 1em;
}
.destinations-three__link {
  width: 50px;
  display: block;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #29a6dd;
  position: absolute;
  right: 30px;
  bottom: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.destinations-three__link i {
  line-height: 50px;
  color: #082740;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 18px;
}
.destinations-three__link:hover {
  background-color: #40b9eb;
}
.destinations-three__link:hover i {
  color: #ffffff;
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.mission {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .mission {
    padding-bottom: 100px;
  }
}
.mission .block-title {
  margin-bottom: 0;
}
.mission .block-title p {
  font-size: 14px;
}
.mission .block-title h3 {
  color: #082740;
  font-weight: 400;
  margin-top: 20px;
  font-size: 40px;
}
@media (min-width: 992px) {
  .mission .block-title h3 {
    font-size: 50px;
  }
}
.mission .block-text {
  color: #7b8189;
  font-weight: normal;
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 16px;
}
/*--------------------------------------------------------------
# Member of ...
--------------------------------------------------------------*/
.member-of {
  padding: 5rem 0;
}
.member-of .member-of-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .member-of .member-of-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.member-of .member-of-inner a {
  margin: 0 20px;
}
.member-of .member-of-inner a img {
  max-width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .member-of .member-of-inner a img {
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------------
# Members
--------------------------------------------------------------*/
.members {
  background-color: #f8f5f2;
}
.members .members-title {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .members .members-title {
    padding-bottom: 90px;
  }
}
.members .members-title .block-title {
  margin-bottom: 0;
}
.members .members-title .block-title p {
  font-size: 14px;
}
.members .members-title .block-title h3 {
  color: #082740;
  font-weight: 400;
  margin-top: 20px;
  font-size: 40px;
}
@media (min-width: 992px) {
  .members .members-title .block-title h3 {
    font-size: 50px;
  }
}
.members .members-links {
  padding-bottom: 5rem;
}
.members .members-links .row {
  justify-content: space-evenly;
}
.members .members-links a {
  display: block;
  /*height: 100%;*/
  /*box-shadow: 0px 20px 20px 0px fade(#000, 3%);*/
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  z-index: 10;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .members .members-links a {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.members .members-links a .img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.members .members-links a h3 {
  display: block;
  color: #082740;
  font-weight: 500;
  margin: 0;
  font-family: hero-new, sans-serif;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 15px;
  font-size: 18px;
  /*a {
					color: inherit;
					-webkit-transition: all 500ms ease;
					transition: all 500ms ease;

					&amp;:hover {
						color: #ffffff;
					}
				}*/
}
@media (min-width: 992px) {
  .members .members-links a h3 {
    font-size: 14px;
  }
}
.members .members-links a:hover {
  background-color: #40b9eb;
}
.members .members-links a:hover img {
  color: #ffffff;
}
.members .members-links a:hover h3,
.members .members-links a:hover h3 a {
  color: #ffffff;
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features-one__title {
  background-color: #082740;
  padding-top: 80px;
  padding-bottom: 180px;
}
@media (min-width: 992px) {
  .features-one__title {
    padding-bottom: 180px;
  }
}
.features-one__title .block-title {
  margin-bottom: 0;
}
.features-one__title .block-title p {
  font-size: 14px;
}
.features-one__title .block-title h3 {
  color: #ffffff;
  margin-top: 20px;
  line-height: 1.3;
  font-weight: 300;
  font-size: 30px;
}
@media (min-width: 992px) {
  .features-one__title .block-title h3 {
    font-weight: 400;
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .features-one__content {
    margin-top: -120px;
  }
}
.features-one__single {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  z-index: 10;
  margin-top: -120px;
}
@media (max-width: 991px) {
  .features-one__single {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.features-one__single img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.features-one__single h3 {
  color: #082740;
  font-weight: 500;
  margin: 0;
  font-family: hero-new, sans-serif;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 15px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .features-one__single h3 {
    font-size: 14px;
  }
}
.features-one__single h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.features-one__single h3 a:hover {
  color: #ffffff;
}
.features-one__single:hover {
  background-color: #40b9eb;
}
.features-one__single:hover img {
  color: #ffffff;
}
.features-one__single:hover h3,
.features-one__single:hover h3 a {
  color: #ffffff;
}
.features-two {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.features-two .container {
  position: relative;
}
.features-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center 130%;
  background-repeat: no-repeat;
  opacity: 0.05;
}
.features-two__single {
  margin-bottom: 30px;
  text-align: center;
}
.features-two__single h3 {
  margin: 0;
  color: #082740;
  font-family: hero-new, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 40px;
}
.features-two__single p {
  margin: 0;
  color: #9ca3a9;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}
.features-two__single i {
  width: 129px;
  display: -webkit-box;
  display: flex;
  height: 129px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  font-size: 52px;
  color: #ffffff;
  background-color: #ff0143;
  box-shadow: 0px 10px 30px 0px rgba(255, 1, 67, 0.2);
}
.features-two [class*=col-]:nth-child(1) .features-two__single i {
  background-color: #6ebd32;
  box-shadow: 0px 10px 30px 0px rgba(110, 189, 50, 0.2);
}
.features-two [class*=col-]:nth-child(2) .features-two__single i {
  background-color: #ff0143;
  box-shadow: 0px 10px 30px 0px rgba(255, 1, 67, 0.2);
}
.features-two [class*=col-]:nth-child(3) .features-two__single i {
  background-color: #40b9eb;
  box-shadow: 0px 10px 30px 0px rgba(64, 185, 235, 0.2);
}
.features-two__btn {
  margin-top: 30px;
}
/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #40b9eb;
}
.funfact-one__single {
  margin-bottom: 30px;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  display: block;
}
@media (min-width: 768px) {
  .funfact-one__single {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
  }
}
.funfact-one__single h3 {
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  font-family: hero-new, sans-serif;
  line-height: 1em;
  font-size: 60px;
}
@media (min-width: 768px) {
  .funfact-one__single h3 {
    font-size: 60px;
  }
}
.funfact-one__single p {
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  margin-top: 10px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .funfact-one__single p {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
# Tour Search
--------------------------------------------------------------*/
.hero-form-container {
  z-index: 12;
  display: none;
}
@media (min-width: 768px) {
  .hero-form-container {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
  }
}
@media (min-width: 992px) {
  .hero-form-container {
    bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .hero-form-container {
    bottom: 250px;
  }
}
.form-hero-outer {
  display: block;
  background-color: #29a6dd;
  padding: 20px;
}
@media (min-width: 768px) {
  .form-hero-outer {
    display: none;
  }
}
.form-hero-outer .thm-btn {
  background-color: #082740;
  color: #fff;
}
.form-hero-outer .thm-btn:hover {
  filter: brightness(1.1);
}
.form-hero-outer p {
  color: #082740;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .container-hero-inner {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.form-hero-inner {
  background-color: #29a6dd;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 50;
  padding: 20px;
}
.form-hero-inner p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .form-hero-inner {
    background-color: #fff;
    margin-top: -50px;
  }
  .form-hero-inner p {
    color: #082740;
  }
}
@media (max-width: 767px) {
  .form-hero-inner .container {
    max-width: none;
  }
  .form-hero-inner .thm-btn {
    background-color: #082740;
    color: #fff;
  }
  .form-hero-inner .thm-btn:hover {
    filter: brightness(1.1);
  }
}
.tour-search-one {
  background-color: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.tour-search-one .tour-search-one__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .tour-search-one .tour-search-one__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.tour-search-one .tour-search-one__inner .tour-search-one__inputs {
  display: flex;
  border: 1px solid #eceeef;
  width: 100%;
  /*flex-direction: column;*/
  flex-wrap: wrap;
  padding: 0 5px;
}
@media (min-width: 992px) {
  .tour-search-one .tour-search-one__inner .tour-search-one__inputs {
    flex-wrap: nowrap;
    border: 0;
    /*flex-direction: row;*/
    flex-grow: 1;
    width: auto;
    padding: 0;
  }
}
.tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box {
  display: flex;
  max-width: 100%;
  border-bottom: 1px solid #eceeef;
  flex-direction: row;
  align-items: center;
  /*flex-direction: column;*/
  padding: 10px 5px 10px 5px;
  /*width: 50%;*/
  width: 100%;
}
@media (min-width: 992px) {
  .tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box {
    max-width: 100%;
    width: auto;
    /*width: 33.33%;*/
    border-bottom: 0;
    padding: 8px 20px 14px 20px;
  }
}
.tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box.wide {
  /*width: 100%;*/
}
@media (min-width: 992px) {
  .tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box.wide {
    flex-grow: 1;
  }
}
.tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box + .tour-search-one__input-box {
  /*@media(min-width: @sm) {*/
  border-left: 1px solid #eceeef;
  /*}*/
}
@media (max-width: 991px) {
  .tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box:last-child {
    border-left: 0;
  }
}
.tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box label {
  line-height: 1.4;
  /*padding-top: 10px;*/
  display: block;
  margin: 0;
  text-transform: uppercase;
  color: #082740;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2em;
  /*line-height: 1em;*/
  box-shadow: none;
  margin-right: 10px;
  white-space: nowrap;
  width: 30%;
}
@media (min-width: 992px) {
  .tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box label {
    width: auto;
  }
}
.tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box textarea {
  border: none;
  outline: none;
  display: block;
  line-height: 35px;
  font-size: 15px;
  color: #9ca3a9;
  border: 0;
  border: 1px solid #eceeef;
  padding: 0 4px;
  font-weight: 300;
  width: 100%;
}
.tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  border: 1px solid #eceeef;
  font-weight: 300;
  border: 0;
  padding: 0 4px;
}
@media (min-width: 992px) {
  .tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 200px;
  }
}
.tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box .bootstrap-select &gt; .dropdown-toggle {
  background-color: transparent;
  border: none;
  font-weight: 400;
  border-radius: 0;
  padding: 0 10px;
  line-height: 35px;
  font-size: 15px;
  color: #9ca3a9;
  border: 1px solid #eceeef;
}
.tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box .bootstrap-select .dropdown-menu &gt; li &gt; a {
  font-weight: 300;
  font-size: 14px;
}
.tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box ::-webkit-input-placeholder {
  color: #9ca3a9;
  opacity: 1;
}
.tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box ::-moz-placeholder {
  color: #9ca3a9;
  opacity: 1;
}
.tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box :-ms-input-placeholder {
  color: #9ca3a9;
  opacity: 1;
}
.tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box ::-ms-input-placeholder {
  color: #9ca3a9;
  opacity: 1;
}
.tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box ::placeholder {
  color: #9ca3a9;
  opacity: 1;
}
.tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box :-ms-input-placeholder {
  color: #9ca3a9;
}
.tour-search-one .tour-search-one__inner .tour-search-one__inputs .tour-search-one__input-box ::-ms-input-placeholder {
  color: #9ca3a9;
}
.tour-search-one .tour-search-one__inner .tour-search-one__btn-wrap {
  display: flex;
  width: 100%;
}
@media (min-width: 992px) {
  .tour-search-one .tour-search-one__inner .tour-search-one__btn-wrap {
    width: auto;
    /*max-width: 224px;*/
  }
}
.tour-search-one .tour-search-one__inner .tour-search-one__btn-wrap .tour-search-one__btn {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .tour-search-one .tour-search-one__inner .tour-search-one__btn-wrap .tour-search-one__btn {
    padding: 20px 40px 20px 40px;
  }
}
.tour-search-one .prof-only {
  background-color: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #eceeef;
  font-weight: normal;
  padding-top: 5px;
  padding-left: 20px;
  font-size: 13px;
}
.profile_note {
  font-weight: 300;
}
.tour-search-one__home-two {
  position: relative;
  z-index: 10;
  margin-top: -60px;
}
.tour-search-one__home-three .block-title p {
  font-size: 24px;
  text-transform: capitalize;
  color: #40b9eb;
  font-weight: 400;
  letter-spacing: 0em;
}
.tour-search-one__home-three .block-title h3 {
  font-size: 50px;
}
.tour-search-one__home-three .tour-search-one {
  box-shadow: none;
}
.tour-search-one__home-three .tour-search-one__inputs {
  border: 1px solid #eceeef;
  border-right: 0;
}
.tour-search-one__home-four {
  padding-top: 250px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}
.tour-search-one__home-four .container {
  position: relative;
}
.tour-search-one__home-four .block-title p {
  color: #40b9eb;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.tour-search-one__home-four .block-title h3 {
  font-size: 80px;
  font-weight: 800;
  line-height: 70px;
  color: #ff0143;
}
.tour-search-one__home-four__sun {
  position: absolute;
  top: 10%;
  left: 10%;
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
}
.tour-search-one__home-four__bird-1 {
  position: absolute;
  top: 23%;
  left: 46%;
  -webkit-animation: bridMove 5s ease-in infinite;
  animation: bridMove 5s ease-in infinite;
}
.tour-search-one__home-four__bird-2 {
  position: absolute;
  top: 36%;
  left: 8%;
  -webkit-animation: bridMove 5s ease-in infinite;
  animation: bridMove 5s ease-in infinite;
}
.tour-search-one__home-four__moc {
  position: absolute;
  top: 0;
  right: -10px;
  -webkit-animation: planeMove2 5s ease-in infinite;
  animation: planeMove2 5s ease-in infinite;
}
@-webkit-keyframes planeMove2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes planeMove2 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  25% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes bridMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes bridMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.tour-search-one__home-four__floated-text {
  position: absolute;
  right: 53%;
  top: 89%;
  -webkit-transform: translateY(0%) rotate(-90deg);
  transform: translateY(0%) rotate(-90deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  text-transform: uppercase;
  font-size: 200px;
  font-weight: 200;
  line-height: 200px;
  letter-spacing: 0.16em;
  opacity: 0.04;
}
.tour-search-one__home-four .tour-search-one {
  box-shadow: none;
}
.tour-search-one__home-four .tour-search-one__inputs {
  -webkit-box-flex: 1;
  flex: 1 1 100%;
  max-width: 100%;
  margin-left: -5px;
  margin-right: -5px;
}
.tour-search-one__home-four .tour-search-one__col {
  -webkit-box-flex: 1;
  flex: 1 1 50%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.tour-search-one__home-four .tour-search-one__col:nth-child(1) {
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.tour-search-one__home-four .tour-search-one__input-box {
  -webkit-box-flex: 1;
  flex: 1 1 100%;
  max-width: 100%;
  border: 2px solid #eceeef;
}
.tour-search-one__home-5 {
  padding-top: 290px;
  padding-bottom: 200px;
  position: relative;
  z-index: 11;
}
.tour-search-one__home-5 .block-title {
  margin-bottom: 30px;
}
.tour-search-one__home-5 .block-title p {
  color: #fff;
  font-weight: 500;
}
.tour-search-one__home-5 .block-title h3 {
  margin: 0;
  font-size: 170px;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 900;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: -7px;
}
.tour-search-one__home-5 .block-title &gt; span {
  font-size: 70px;
  font-family: roboto, sans-serif;
  color: #ff0143;
  margin: 0;
  display: block;
  line-height: 1em;
  margin-top: -10px;
}
.tour-search-one__home-5 .tour-search-one__col:nth-child(1) {
  -webkit-box-flex: 1;
  flex: 1 1 50%;
}
@media (min-width: 1200px) {
  .tour-search-one__home-5 .container {
    max-width: 860px;
  }
}
.tour-search-one__home-5 .tour-search-one__btn {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.tour-search-one__home-5 .tour-search-one {
  background-color: transparent;
}
.tour-search-one__home-5 .tour-search-one__input-box {
  border: 2px solid rgba(236, 238, 239, 0.2);
}
.tour-search-one__home-5 .tour-search-one__input-box label {
  color: #fff;
}
.tour-search-one__home-5 .tour-search-one__input-box .bootstrap-select &gt; .dropdown-toggle {
  color: #fff;
}
.tour-search-one__home-5 .tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-search-one__home-5 .tour-search-one__input-box textarea {
  background-color: transparent;
  color: #ffffff;
}
.tour-search-one__home-5 .tour-search-one__input-box ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.tour-search-one__home-5 .tour-search-one__input-box ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.tour-search-one__home-5 .tour-search-one__input-box :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.tour-search-one__home-5 .tour-search-one__input-box ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.tour-search-one__home-5 .tour-search-one__input-box ::placeholder {
  color: #ffffff;
  opacity: 1;
}
.tour-search-one__home-5 .tour-search-one__input-box :-ms-input-placeholder {
  color: #ffffff;
}
.tour-search-one__home-5 .tour-search-one__input-box ::-ms-input-placeholder {
  color: #ffffff;
}
.tour-search__home-6 {
  padding-left: 100px;
}
@media (max-width: 1199px) {
  .tour-search__home-6 {
    padding-left: 0;
    padding-top: 100px;
  }
}
.tour-search__home-6 .tour-search-one__home-four {
  padding-left: 135px;
  padding-right: 135px;
  padding-top: 258px;
  padding-bottom: 258px;
  position: relative;
}
@media (max-width: 1199px) {
  .tour-search__home-6 .tour-search-one__home-four {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .tour-search__home-6 .tour-search-one__home-four .tour-search-one__inputs {
    margin-left: 0;
    margin-right: 0;
  }
  .tour-search__home-6 .tour-search-one__home-four .tour-search-one__col {
    padding-left: 0;
    padding-right: 0;
  }
}
.tour-search__home-6 .tour-search-one {
  position: relative;
  background-color: transparent;
}
.tour-search__home-6 .row,
.tour-search__home-6 .block-title {
  position: relative;
}
.tour-search__home-6 .block-title p {
  font-size: 30px;
  letter-spacing: 0;
}
.tour-search__home-6 .block-title h3 {
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .tour-search__home-6 .tour-search-one__btn-wrap {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .tour-search__home-6 .tour-search-one__btn {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tour-search-one__6__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center 110%;
  background-repeat: no-repeat;
  opacity: 0.05;
  background-size: 120% auto;
}
.tour-search-one__home-seven {
  background-color: #082740;
  padding-top: 0;
  padding-top: 110px;
  padding-bottom: 105px;
}
.tour-search-one__home-seven .block-title p {
  text-transform: capitalize;
  letter-spacing: 0;
}
.tour-search-one__home-seven .block-title h3 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
}
.tour-search-one__home-seven .tour-search-one {
  background-color: transparent;
}
.tour-search-one__home-seven .tour-search-one__input-box {
  border-color: rgba(255, 255, 255, 0.15);
}
.tour-search-one__home-seven .tour-search-one__input-box .bootstrap-select &gt; .dropdown-toggle,
.tour-search-one__home-seven .tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-search-one__home-seven .tour-search-one__input-box textarea {
  background-color: transparent;
  color: #a4cae5;
  opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box ::-webkit-input-placeholder {
  color: #a4cae5;
  opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box ::-moz-placeholder {
  color: #a4cae5;
  opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box :-ms-input-placeholder {
  color: #a4cae5;
  opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box ::-ms-input-placeholder {
  color: #a4cae5;
  opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box ::placeholder {
  color: #a4cae5;
  opacity: 1;
}
.tour-search-one__home-seven .tour-search-one__input-box label {
  color: #ffffff;
}
.tour-search-one__home-seven .features-two__single {
  position: relative;
  padding-left: 170px;
  text-align: left;
  margin-bottom: 0;
}
.tour-search-one__home-seven .features-two__single i {
  position: absolute;
  top: 10px;
  left: 0;
}
.tour-search-one__home-seven-content {
  padding-left: 100px;
}
.tour-search-one__home-seven-content [class*=col-] + [class*=col-] {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 40px;
  margin-top: 40px;
}
.tour-search-one__home-seven-content .features-two__single h3 {
  color: #ffffff;
  margin-top: 0;
}
.tour-search-one__home-seven-content .features-two__single p {
  color: #a4cae5;
}
.tour-search-one__home-8 {
  width: 100%;
  max-width: 1250px;
  background-color: #fff;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 2rem;
  margin-top: 1rem;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.side-banner {
  position: relative;
  display: block;
  overflow: hidden;
}
.side-banner .banner-btn {
  color: #fff;
  display: block;
  background-color: #29a6dd;
  padding: 20px 40px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
}
@media (min-width: 992px) {
  .side-banner .banner-btn {
    font-size: 16px;
    transform: none;
    padding: 20px;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
}
.side-banner:hover .banner-btn {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #082740;
}
.side-banner img {
  max-width: 100%;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.side-banner img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .desktop-only {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}
.mobile-only .sidebar__category {
  padding: 20px !important;
}
.mobile-only .sidebar__category .sidebar__title {
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.mobile-only .sidebar__category .sidebar__title::after {
  content: '\f0c9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 10px;
  font-size: 20px;
}
.mobile-only .sidebar__category .sidebar__category-list {
  margin-top: 30px;
  display: none;
}
.quick-contact {
  background-color: #f8f5f2;
  margin-bottom: 2rem;
}
.quick-contact .qc-flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .quick-contact .qc-flex {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .quick-contact .qc-flex {
    display: block;
  }
}
.quick-contact .qc-flex .qc-logo {
  padding: 25px 25px 0 25px;
}
.quick-contact .qc-flex .qc-logo img {
  max-width: 100%;
}
.quick-contact .qc-flex .qc-content {
  padding: 25px 25px 10px 25px;
  line-height: 1.5;
  font-size: 14px;
  color: #07263f;
  font-weight: 300;
}
.quick-contact .qc-flex .qc-content a {
  color: #29a6dd;
}
.quick-contact .qc-flex .qc-content a:hover {
  color: #07263f;
  text-decoration: underline;
}
.quick-contact .qc-btn {
  color: #fff;
  background-color: #082740;
  display: block;
  padding: 20px 40px;
  text-align: center;
  /*position: absolute;
		top: 20px;
		right: 20px;
		bottom: 20px;*/
}
@media (min-width: 992px) {
  .quick-contact .qc-btn {
    padding: 20px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
  }
}
.filter-applied {
  font-size: 11px;
  border: 1px solid #9ca3a9;
  padding: 7px 15px;
  display: inline-block;
  color: #9ca3a9;
  margin-bottom: 15px;
}
.filter-applied + .filter-applied {
  margin-left: 10px;
}
.filter-applied b {
  color: #082740;
}
.filter-applied a {
  color: red;
  margin-left: 10px;
  font-weight: bold;
}
.no-results,
.no_results {
  text-align: center;
  color: #9ca3a9;
  font-size: 20px;
  font-weight: 300;
  margin: 2rem 0 5rem 0;
  padding: 5rem;
}
a.back {
  color: #082740;
  font-weight: 500;
  /*padding-left: 30px;*/
  position: relative;
  margin-bottom: 40px;
  font-size: 17px;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*&amp;::before {
		content: '\f00a';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		left: 0px;
		font-size: 17px;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
	}*/
}
a.back:hover {
  color: #29a6dd;
  /*&amp;::before {
			color: @guides-blue;
		}*/
}
.guide-nav {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-bottom: 1px solid #eceeef;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .guide-nav {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.guide-nav a.back {
  text-align: center;
  margin-bottom: 10px;
}
.guide-nav a.back::before {
  content: '';
}
@media (min-width: 992px) {
  .guide-nav a.back {
    text-align: left;
  }
}
.guide-nav .guide-langs {
  text-align: center;
  font-weight: 300;
  font-size: 13px;
}
@media (min-width: 992px) {
  .guide-nav .guide-langs br {
    display: none;
  }
}
.guide-nav .guide-langs a {
  margin-left: 10px;
}
.guide-nav .guide-langs a img {
  transform: scale(0.9);
}
.guide-nav .guide-langs a.selected img,
.guide-nav .guide-langs a:hover img {
  transform: scale(1.05);
}
@media (min-width: 992px) {
  .guide-nav .guide-langs {
    text-align: right;
  }
}
.guide-main-info {
  padding: 3rem 1rem 2rem 0;
  border-bottom: 1px solid #eceeef;
  text-align: center;
}
@media (min-width: 992px) {
  .guide-main-info {
    text-align: left;
  }
}
.guide-main-info h2 {
  color: #082740;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 1rem;
}
.guide-main-info .props {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guide-main-info .props .line {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0.7rem;
  padding-right: 0.7rem;
  width: 100%;
}
@media (min-width: 768px) {
  .guide-main-info .props .line {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .guide-main-info .props .line {
    width: auto;
  }
}
.guide-main-info .props .line:last-child {
  padding-right: 0;
}
.guide-main-info .props .line span {
  display: block;
  font-weight: 500;
}
.left-border-row {
  position: relative;
}
.left-border-row .left-border::before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  border-left: 1px solid #eceeef;
}
.guide-tabs {
  border-bottom: 1px solid #eceeef;
  display: flex;
  justify-content: stretch;
}
.guide-tab {
  padding-top: 3rem;
}
.inline-gallery {
  padding: 1rem 1rem;
  background-color: #eceeef;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.inline-gallery + .inline-gallery {
  margin-top: 2.5rem;
}
.inline-gallery h3 {
  color: #082740;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.inline-gallery h3 + .accrodion-grp {
  margin-top: 0;
}
@media (max-width: 991px) {
  .inline-gallery .accrodion-content {
    margin-left: -35px;
    margin-right: -35px;
  }
}
.inline-gallery .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*
			align-content: center;*/
}
.inline-gallery .items a {
  display: inline-block;
  padding: 3px;
}
@media (min-width: 768px) {
  .inline-gallery .items a {
    padding: 5px;
  }
}
.inline-gallery .items a img {
  width: 75px;
}
@media (min-width: 768px) {
  .inline-gallery .items a img {
    width: 100px;
  }
}
.inline-gallery .accrodion-content .items {
  justify-content: left;
}
.guide-photo {
  text-align: center;
  padding: 3rem;
  border: 1px solid #eceeef;
  border-top: 0;
  border-left: 0;
}
.guide-photo.mobile-only {
  border-right: 0;
  border-top: 0;
}
.guide-photo h4 {
  color: #082740;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 2rem;
}
.guide-photo img {
  max-width: 100%;
}
@media (min-width: 600px) and (max-width: 992px) {
  .guide-photo img {
    max-width: 400px;
  }
}
.guides-listing .top-info {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.guides-listing .top-info h2 {
  color: #082740;
  text-align: center;
}
@media (min-width: 992px) {
  .guides-listing .top-info h2 {
    text-align: left;
  }
}
.guides-listing .top-info .listing-tools {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .guides-listing .top-info .listing-tools {
    text-align: right;
    margin-top: 0;
  }
}
.guides-listing .top-info .listing-tools a.list,
.guides-listing .top-info .listing-tools a.grid {
  display: inline-block;
  margin-left: 5px;
  border: 1px solid #9ca3a9;
  color: #9ca3a9;
  padding: 5px;
  line-height: 1;
}
.guides-listing .top-info .listing-tools a.list.sel,
.guides-listing .top-info .listing-tools a.grid.sel {
  background-color: #29a6dd;
  border: 1px solid #29a6dd;
  color: #fff;
}
.guides-listing .top-info .listing-tools a.list::after,
.guides-listing .top-info .listing-tools a.grid::after {
  content: '\f0c9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.guides-listing .top-info .listing-tools a.grid::after {
  content: '\f00a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.list_results {
  padding-top: 2rem;
  padding-bottom: 5rem;
  margin-left: 1px;
  margin-right: 1px;
}
.list_results .antispam,
.list_results .profile_note {
  padding: 10px 10px 10px 10px;
  color: #808184;
  font-family: Arial;
  font-size: 12px;
}
.list_results .antispam {
  color: Red;
}
.list_results table {
  border-spacing: 0px;
  width: 100%;
}
.list_results table thead tr th {
  color: #29a6dd;
  font-size: 14px;
  font-weight: normal;
  /*border-top: 0;*/
}
.list_results table tbody tr td {
  line-height: 1.4;
  font-family: Arial;
  font-size: 12px;
  color: #6d6e71;
  padding: 10px 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  /*border-left: 1px solid #cbcdce;*/
}
.list_results table tbody tr td.name {
  color: #000;
  /*border-left: 0px;*/
}
.list_results table tbody tr td.name a {
  text-decoration: underline;
  color: #000;
}
.list_results table tbody tr td.name .residence {
  color: #29a6dd;
}
@media (max-width: 991px) {
  .list_results table tbody tr td.name .badge-positioner {
    position: relative;
    padding-right: 15px;
  }
  .list_results table tbody tr td.name .badge-positioner .personal-badge {
    position: absolute;
    right: -11px;
    top: -10px;
  }
  .list_results table tbody tr td.name .badge-positioner .personal-badge img {
    height: 35px;
  }
}
.list_results table tbody tr td img.prof-photo {
  width: 60px;
}
.list_results table tbody tr.odd td {
  background-color: #eeeeef;
}
.tiles {
  padding-top: 2rem;
  padding-bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.tiles a.item {
  width: 100%;
  position: relative;
  font-size: 14px;
  color: #9ca3a9;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 0 0px 15px 0;
  /*@media(min-width: @xl) {
			width: 30%;

			.photo {
				img {
					width: 200px;
				}
			}
		}*/
}
@media (min-width: 992px) {
  .tiles a.item {
    padding: 0 15px 15px 0;
  }
}
.tiles a.item .item-inner {
  border: 2px solid #efefef;
  padding: 10px 10px 10px 10px;
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (min-width: 992px) {
  .tiles a.item .item-inner {
    flex-direction: row;
  }
}
.tiles a.item .photo {
  padding-top: 2px;
  text-align: center;
}
.tiles a.item .photo img {
  width: 200px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .tiles a.item .photo img {
    width: 154px;
    margin-bottom: 0;
  }
}
.tiles a.item .info {
  padding-left: 10px;
  line-height: 1.4;
}
.tiles a.item .info .name {
  color: #082740;
}
.tiles a.item .info .line + .line {
  margin-top: 10px;
}
.tiles a.item .info .line .residence {
  color: #29a6dd;
  font-weight: 400;
}
.tiles a.item .info .line .spoken {
  font-weight: 300;
}
.tiles a.item .info .line .spoken span {
  display: block;
  color: #030303;
}
.tiles a.item .info .line .phone {
  font-weight: 300;
}
.tiles a.item .info .line .mail {
  font-weight: 300;
}
.tiles a.item img.check {
  position: absolute;
  top: -2px;
  right: 5px;
}
@media (min-width: 992px) {
  .tiles a.item {
    width: 50%;
  }
  .tiles a.item .photo img {
    width: 170px;
  }
}
@media (min-width: 1400px) {
  .tiles a.item {
    width: 50%;
  }
  .tiles a.item .photo img {
    width: 170px;
  }
}
.tiles a.item:hover .item-inner {
  background-color: #29a6dd;
}
.tiles a.item:hover .info {
  color: #fff;
}
.tiles a.item:hover .info .name {
  color: #fff;
}
.tiles a.item:hover .info .line .spoken span {
  color: #fff;
}
.tiles a.item:hover .info .line .residence {
  color: #fff;
}
.mt-1 {
  margin-top: 1rem;
}
.field-validation-error {
  color: red;
  font-weight: normal;
  font-size: 14px;
}
.input-validation-error {
  outline: 1px solid red;
}
.validation-summary-errors {
  color: red;
  font-weight: normal;
  font-size: 14px;
}
.alert-box {
  padding: 10px 20px;
  margin-top: 2rem;
  font-size: 14px;
  margin-bottom: 2rem;
  font-weight: normal;
}
.alert-box.success {
  background-color: #28a745 !important;
  color: #fff;
}
.alert-box.alert {
  background-color: #dc3545 !important;
  color: #fff;
}
.alert-box.warning {
  background-color: #ffc107 !important;
  color: #343a40 !important;
}
.alert-box.info {
  background-color: #17a2b8 !important;
  color: #fff;
}
.alert-box.radius {
  border-radius: 5px;
}
.search-listing {
  padding-top: 4rem;
  margin-bottom: 4rem;
  font-weight: normal;
}
.search-listing h2 {
  color: #082740;
  text-align: left;
  margin-bottom: 2rem;
  font-size: 3rem;
}
.search-listing h3 {
  color: #082740;
  text-align: left;
  margin-bottom: 0rem;
  font-size: 2rem;
}
.search-listing .search-error {
  color: maroon;
}
.search-listing .search-items {
  padding-top: 1.5rem;
  padding-bottom: 5rem;
}
.search-listing .search-items .search-item {
  text-align: left;
  border-bottom: 1px dashed gray;
  padding: 15px 5px 15px 5px;
  font-size: 1.2rem;
  font-weight: normal;
}
.search-listing .search-items .search-item .highlight {
  background-color: #e6f0a3;
}
.search-listing .search-items .search-item a {
  color: #082740;
}
.search-listing .search-items .search-item a:hover {
  color: #007bff;
}
.search-listing .search-items .search-item:last-child {
  border-bottom: 0;
}
.search-listing .search-items .search-item:first-child {
  border-bottom: 1px dashed gray;
}
.search-listing .search-items .search-item .abstract {
  font-size: 1rem;
}
.discover-greece {
  padding-top: 4rem;
  margin-bottom: 4rem;
}
.discover-greece h2 {
  color: #082740;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
}
.discover-greece .albums {
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 10px;
}
.discover-greece .albums a {
  margin: 0 8px;
  color: #082740;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .discover-greece .albums a {
    margin: 0 9px;
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  .discover-greece .albums a {
    margin: 0 10px;
    font-size: 16px;
  }
}
.discover-greece .albums a.selected,
.discover-greece .albums a:hover {
  color: #007bff;
}
.discover-greece .albums-description {
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 10px;
  color: #7c859b;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .discover-greece .albums-description {
    margin-bottom: 4rem;
  }
}
.discover-greece .grid .grid-item {
  width: 50%;
  /*@media(min-width:@xl) {
				width: 12.5%;
			}*/
}
@media (min-width: 992px) {
  .discover-greece .grid .grid-item {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .discover-greece .grid .grid-item {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .discover-greece .grid .grid-item {
    width: 20%;
  }
}
.discover-greece .grid .grid-item a {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  filter: brightness(0.8);
  overflow: hidden;
}
.discover-greece .grid .grid-item a img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.discover-greece .grid .grid-item a .overlay {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #082740;
  color: #fff;
  left: 0;
  height: 0;
  padding: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.discover-greece .grid .grid-item a:hover {
  filter: brightness(1.3);
  z-index: 10;
}
.discover-greece .grid .grid-item a:hover img {
  transform: scale(1.1);
}
.discover-greece .grid .grid-item a:hover .overlay {
  padding: 10px;
  height: auto;
}
.search-note {
  background-color: #d9edf7;
  color: #333;
  padding: 15px 20px;
  margin-top: 25px;
  font-size: 14px;
}
b,
strong {
  font-weight: bold !important;
}
.mb-8 {
  margin-bottom: 8rem;
}
.provoli.v1 {
  background-color: White;
  position: relative;
  width: 90%;
}
@media (min-width: 768px) {
  .provoli.v1 {
    height: 400px;
    width: 750px;
  }
}
.provoli.v1 .close {
  position: absolute;
  top: 4px;
  right: 4px;
  color: #fff;
  font-size: 12px;
  background-color: black;
}
@media (min-width: 768px) {
  .provoli.v1 .close {
    background-color: transparent;
    color: black;
  }
  .provoli.v1 .close:hover {
    color: black;
  }
}
.provoli.v1 .outer {
  margin-top: 1rem;
  background-color: White;
  text-decoration: none;
  align-items: center;
}
@media (min-width: 768px) {
  .provoli.v1 .outer {
    margin-top: 0rem;
    height: 400px;
    width: 750px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.provoli.v1 .outer .provoli_left {
  width: 100%;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .provoli.v1 .outer .provoli_left {
    width: 50%;
    height: 400px;
  }
}
.provoli.v1 .outer .provoli_right {
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  .provoli.v1 .outer .provoli_right {
    flex-grow: 1;
    width: 50%;
    height: 400px;
  }
}
.provoli.v1 .outer .provoli_right .ar-content {
  padding: 3rem;
  text-align: center;
}
.provoli.v1 .outer .provoli_right .ar-content .provoli_title {
  font-family: minion-pro, serif;
  font-family: petersburg-web, serif;
  color: #006e95;
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .provoli.v1 .outer .provoli_right .ar-content .provoli_title {
    margin-bottom: 5rem;
    font-size: 3rem;
  }
}
.provoli.v1 .outer .provoli_right .ar-content .provoli_text {
  font-family: petersburg-web, serif;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 4rem;
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  .provoli.v1 .outer .provoli_right .ar-content .provoli_text {
    margin-bottom: 5rem;
    font-size: 2.1rem;
  }
}
.provoli.v1 .outer .provoli_right .ar-content .provoli_more {
  font-size: 2.1rem;
  font-family: petersburg-web, serif;
  color: #006e95;
  margin-bottom: 3rem;
  text-align: center;
  display: inline-block;
  padding: 1rem 2rem;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #006e95;
}
.provoli.v1 .outer .provoli_right .ar-content .provoli_more:hover {
  background-color: #006e95;
  color: #fff;
}
.provoli.v2 {
  box-shadow: 0 0 20px #000;
  background-color: White;
  position: relative;
  width: 800px;
  max-width: 90%;
  padding: 25px 25px 10px 25px;
  opacity: 1;
  font-size: 16px;
  display: none;
}
.provoli.v2 img {
  max-width: 100%;
}
.provoli.v2 .close {
  position: absolute;
  top: 8px;
  right: 8px;
  color: black;
  font-size: 12px;
  opacity: 1;
}
.provoli.v2 .outer {
  margin-top: 1rem;
  background-color: White;
  text-decoration: none;
  align-items: center;
}
.provoli.v2 h3 {
  font-weight: 500;
  font-size: 21px;
}
.provoli.v2 p {
  font-weight: normal;
  font-size: 15px;
  color: #7b8189;
}</pre></body></html>