body {
  margin: 0px;
  padding: 0px;
  font-family: "Sofia Pro";
  color: #1f1f1f;
}

/*html, body {scrollbar-width: none; -webkit-scrollbar: none; }*/

@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaBT-Medium.woff2") format("woff2"),
    url("../fonts/FuturaBT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Lt BT";
  src: url("../fonts/FuturaBT-Light.woff2") format("woff2"),
    url("../fonts/FuturaBT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sofia Pro";
  src: url("../fonts/SofiaPro-Light.woff2") format("woff2"),
    url("../fonts/SofiaPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Md BT";
  src: url("../fonts/FuturaBT-Bold.woff2") format("woff2"),
    url("../fonts/FuturaBT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


.single.single-post .event_dit ol {margin-left: 20px; margin-top: -20px; margin-bottom: 40px;}
.single.single-post .event_dit ol li {list-style: decimal;}

#sb_instagram .sbi_link {background: transparent!important; background: rgba(0,0,0,0)!important;}

p {color: #1f1f1f; line-height: 34px;}
a, a:hover, a:active, a:visited, a:link {transition: all 0.2s ease 0s; -webkit-transition: all 0.2s;}

.social-icons ul li a:hover {
    color: #31b44b;
}

.page-template-template-activities-new .act-right-in p{margin-bottom: 21px;}

.container {
  max-width: 1377px;
}
.page-template-homepagenew .section-top {
  background: url("../images/bg-banner.jpg") no-repeat top;
  background-size: cover;
      background-position: bottom;

}
.pl_top_header {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  max-width: 1750px;
    margin: 0 auto;
}
.pl_logo a img {
  max-width: 235px;
}
.pl_right-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 83%;
  position: relative;
  z-index: 100;
}
/* .pl_button {
  background: #ee2a2c;
  padding: 6px;
  display: block;
}
.pl_button span {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 16px 36px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Futura";
  letter-spacing: 1px;
} */
.pl_button {
  display: block;
}
.pl_button .Link-title {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 0.8;
  letter-spacing: 1px;
  text-align: center;
  padding: 29px 55px 29px;
  text-transform: uppercase;
  font-family: "Futura";
  position: relative;
  cursor: pointer;
  min-width: 180px;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 1;
}
.pl_button .Link-title .line {
  border: 1px solid #ffffff;
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
}
.pl_button .Link-titleBg {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  display: block;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.pl_button .Link-titleBg::before {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  display: block;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  content: "";
  z-index: -20;
  transform-origin: 0 0;
  transform: scaleX(1);
  background: #31b44b;
   background: #ee2a2c;
}

.nebf .pl_button .Link-titleBg::before {
 background: #31b44b;	
}
.nebf  .pl_button .Link-titleBg::after{
	 background: #005596;
}
.pl_button .Link-titleBg::after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  position: absolute;
  transform: scaleX(0);
  background: #ee2a2c;
  background: #c00e10;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transform-origin: 100% 100%;
  z-index: -1;
}
.pl_button:hover .Link-titleBg::after {
  transform-origin: 0 0;
  transform: scaleX(1);
  transition-delay: 0s;
}
.pl_button:hover .Link-title {
  transform: translateZ(0);
}
.pl_button .Link-titleLabel {
  position: relative;
}
.mob-top {
  display: flex;
  align-items: center;
}
.menu-icon {
  margin-left: 16px;
}
.MenuBurger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: #005596;
	transition: background-color 0.2s ease;
}

.MenuBurger:hover {background: #004071; transition: background-color 0.3s ease;}

.MenuBurger.open .header-button-item.top {
  transform: rotate(45deg);
  top: 0px;
}
.MenuBurger.open .header-button-item.middle {
  opacity: 0;
}
.MenuBurger.open .header-button-item.bottom {
  transform: rotate(-45deg);
  top: 0px;
}
.MenuBurger-wrapIcon {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.MenuBurger-iconOpen {
  width: 24px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.MenuBurger-iconOpen span {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  font-family: "Futura";
}
.MenuBurger-iconOpen span:first-child {
  top: -6px;
}
.MenuBurger-iconOpen span:nth-child(2) {
  top: 2px;
}
.MenuBurger-iconOpen span:nth-child(3) {
  top: 10px;
}
.MenuBurger-iconOpenLabel_menu,
.MenuBurger-iconOpenLabel_close {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: -12px;
}
.MenuBurger-iconOpenLabel_close {
  opacity: 0;
}
.MenuBurger.open .MenuBurger-iconOpenLabel_close {
  opacity: 1;
}
.MenuBurger.open .MenuBurger-iconOpenLabel_menu {
  opacity: 0;
}
.MenuBurger-svg {
  position: relative;
  top: -15px;
  fill: #005596;
}
.overflow {
  overflow: hidden !important;
}
.call-list a {
  color: #005596;
  font-size: 23px;
  font-family: "Futura";
  font-weight: 600;
  position: relative;
}
.pl_right-menu::before {
  content: "";
  background: #27b9cf;
  height: 1px;
  width: 62%;
  left: 0;
  position: absolute;
}

.pl_right-menu.newmn::before {
    width: 48%;
}
.pl_right_button.nebf {
    margin-left: 15px;
}
.pl_right_button {
  margin-left: 30px;
}
.pl_right_button .pl_button {
  display: flex;
  align-items: center;
}
.pl_logo {
  position: relative;
  z-index: 100;
}
.header-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fffaf8 url(../images/menu-bg.jpg) bottom/cover
    no-repeat local;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 99;
}
.header-nav.open {
  visibility: visible;
  opacity: 1;
}
.header-nav-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: flex-end;
  height: 100%;
}
.header-main {
  padding: 30px;
  max-width: 1450px;
      max-width: 1743px;
}
.nav_left_box_in::after {
  content: "";
  border: 1px solid #27b9cf;
  position: absolute;
  bottom: 0px;
  right: -30px;
  width: 70%;
  height: 90%;
  z-index: -1;
}
.box_in_nav {
  margin-bottom: 30px;
  transform: translateY(30px);
  opacity: 0;
}
.box_in_nav h3 {
  font-size: 23px;
  color: #005596;
  font-family: "Futura";
  padding-top: 5px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  position: relative;
  padding-bottom: 4px;
}
.box_in_nav a h3::after {
  content:"";
  background: #31b44b;
  width:0px;
  height:2px;
  position: absolute;
  bottom: -3px;
  left: 0px;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
.box_in_nav a h3:hover::after {
	width: 100%;
}
.right_nav_link {
    margin-left: 109px;
}
.pl_nav_link h2 {
  font-size: 29px;
  font-family: "Futura";
  font-weight: 400;
  color: #005596;
  margin-bottom: 10px;
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0s 0.3s, transform 0s 0.3s;
}
.pl_top_header.open .pl_nav_link h2 {
  transform: translateY(0px);
  transition-duration: 0.7s;
  opacity: 1;
  transition-delay: 0.05s;
}

.header-nav-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0s 0.3s, transform 0s 0.3s;
}
.pl_top_header.open .pl_nav_link ul li.header-nav-item {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.7s;
  transition-delay: 0.05s;
}
.pl_top_header.open .pl_nav_link ul li.header-nav-item:first-child {
  transition-delay: 0.05s;
}
.pl_top_header.open .pl_nav_link ul li.header-nav-item:nth-child(2) {
  transition-delay: 0.1s;
}
.pl_top_header.open .pl_nav_link ul li.header-nav-item:nth-child(3) {
  transition-delay: 0.15s;
}
.pl_top_header.open .pl_nav_link ul li.header-nav-item:nth-child(4) {
  transition-delay: 0.2s;
}
.pl_top_header.open .pl_nav_link ul li.header-nav-item:nth-child(5) {
  transition-delay: 0.25s;
}
.pl_top_header.open .pl_nav_link ul li.header-nav-item:nth-child(6) {
  transition-delay: 0.3s;
}
.pl_top_header.open .pl_nav_link ul li.header-nav-item:nth-child(7) {
  transition-delay: 0.35s;
}

.pl_nav_link ul li {
  line-height: 40px;
}
.pl_nav_link ul li a {
  color: #005596;
  font-size: 20px;
  font-family: "Futura";
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  position: relative;
}
.pl_nav_link ul li a::after {
  content:"";
  background: #31b44b;
  width:0px;
  height:2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
.pl_nav_link ul li a:hover::after {
	width: 100%;
}

.right_nav_link .pl_nav_link {
  margin-bottom: 30px;
}
.nav_bot_link {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0s 0.3s, transform 0s 0.3s;
}
.header_bot_link_a {
  margin-top: 30px;
}
.nav_bot_link ul li {
  display: inline-block;
  line-height: 40px;
  margin-right: 35px;
}
.nav_bot_link ul li a {
  color: #005596;
  font-size: 20px;
  font-family: "Futura";
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  position: relative;
}
.nav_bot_link ul li a::after {
  content:"";
  background: #31b44b;
  width:0px;
  height:2px;
  position: absolute;
  bottom: -3px;
  left: 0px;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
.nav_bot_link ul li a:hover::after {
	width: 100%;
}
.pl_top_header.open .nav_bot_link {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.7s;
}
.nav_bot_sociallink {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0s 0.3s, transform 0s 0.3s;
  margin-left: 40px;
}
.pl_top_header.open .nav_bot_sociallink {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.7s;
}
.nav_bot_sociallink ul li {
  display: inline-block;
  line-height: 40px;
}
.nav_bot_sociallink ul li a {
  color: #005596;
  display: block;
  padding-right: 25px;
  font-size: 28px;
}
.nav_bot_sociallink ul li a:hover {
  color: #31b44b;
}
.pl_top_header.open .box_in_nav {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.7s;
}


.img-prm-slider .flickity-slider li {
  width: 100%;
}
.pl_banner_slider {
  padding-bottom: 80px;
}
.pl_banner_slider .line-left::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 3.3%;
  width: 1.2px;
  height: 380px;
  background-color: #27b9cf;
}
.center-slider-main {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  
    overflow: hidden;

}
.DomainSlider-slide {
  display: flex;
  align-items: flex-end;
}
.DomainSlider-slideMedia {
  flex: none;
  width: 71.5%;
  position: relative;
  overflow: hidden;
}
.DomainSlider-slideWrapImage {
  position: relative;
  overflow: hidden;
  transform: scale(0.7);
  z-index: 4;
  /*-webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  transition: all 1.5s ease;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);*/
}

.is-selected .DomainSlider-slideWrapImage {
  transform: scale(1);
}

.DomainSlider-slideMediaOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-color: #005596;
  transform: scaleX(0);
  transform-origin: 0 0;
  z-index: -1;
}
.DomainSlider-slideBody {
  margin-left: 50px;
  margin-bottom: 30px;
}
.DomainSlider-slide {
  max-width: 1440px;
  margin-left: auto;
}
.slider-right-text {
  margin-bottom: 40px;
}
.slider-right-text h1 {
  color: #005596;
  font-size: 60px;
  font-family: "Futura Md BT";
  font-weight: bold;
  text-transform: uppercase;
  line-height: 55px;
}
.slider-right-text h1 span {
    font-size: 30px;
    color: #31b44b;
    font-family: "Futura";
        display: inline-block;
	    position: relative;
    top: -10px;
}

.DomainSlider-slideMediaOverlay {
  width: 100%;
}
.is-selected .DomainSlider-slideMediaOverlay {
  width: 100%;
  transform: scaleX(1);
}

/*.slider-right-text {
  overflow: hidden;
  transform: translateX(-100%);
  transition: all 1.5s ease 0.2s;
}*/
.is-selected .slider-right-text {
  transform: translateX(0);
}

/*.img-boxs-right {
  transform: translateX(-100%);
  transition: all 1.5s ease 0.2s;
}*/
.is-selected .img-boxs-right {
  transform: translateX(0);
}

.DomainSlider-slideWrapLink {
 /* transform: translateX(-100%);
  transition: all 1.5s ease 0.2s;*/
}
.is-selected .DomainSlider-slideWrapLink {
  transform: translateX(0);
}
.img-boxs-right .in-box {
  width: 47%;
  float: left;
  margin: 5px;
}
.img-boxs-right {
  position: relative;
}
.img-boxs-right .clearfix {
  position: relative;
  z-index: 2;
}
.img-boxs-right::before {
  content: "";
  border: 1px solid #106db4;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -22px;
  top: -22px;
  z-index: 0;
}
.DomainSlider-slideWrapImage .prm_center-text {
  position: absolute;
  bottom: 30px;
      bottom: 10px;
  left: 30px;
  z-index: 10;
  font-size: 100px;
  line-height: 0.8em;
  color: transparent;
  max-width: calc(100% - 40px);
  text-align: center;
  font-family: "Futura Md BT";
  font-weight: bold;
  -webkit-text-stroke: 2px #fff;
  text-transform: uppercase;
  opacity:0;
}
.img-prm-slider .flickity-viewport {
  position: relative;
}
.img-prm-slider .flickity-prev-next-button {
  position: absolute;
  bottom: 49px;
  background: 0 0;
  margin-right: 0;
  left: 0%;
  box-shadow: inset 0 0 0 4px #005596;
  width: 100px;
  height: 100px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: -webkit-flex;
  display: -ms-flexbox;
  overflow: hidden;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.img-prm-slider .flickity-prev-next-button .flickity-button-icon {
  min-width: 120spx;
  display: block;
  width: 40px;
  height: 40px;
  left: 0%;
  top: 0%;
  max-width: none;
  z-index: 9;
  margin: 0;
  -webkit-transform: none;
  transform: none;
  fill: #005596;
  position: relative;
}
.img-prm-slider .flickity-prev-next-button .flickity-button-icon path {
  transform: translate(27%, 27%);
}
.img-prm-slider .flickity-prev-next-button.next .flickity-button-icon path {
  transform: translate(75%, 75%) rotate(180deg);
}
.img-prm-slider .flickity-prev-next-button.previous {
  bottom: 40px;
  top: 85%;
}
.img-prm-slider .flickity-prev-next-button {
  top: 67%;
}
.DomainSlider-slideWrapLink {
  margin-top: 50px;
  margin-left: -155px;
  z-index: 20;
  position: relative;
}
.DomainSlider-slideWrapLink .Link {
  display: inline-block;
  position: relative;
  padding-left: 166px;
  cursor: pointer;
}
.DomainSlider-slideWrapLink .Link::before {
  content: "";
  height: 1px;
  left: 4px;
  width: 130px;
  transform-origin: 0 0;
  margin-top: -3px;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  background-color: #ee2a2c;
}
.DomainSlider-slideWrapLink .Link::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: -7px;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition-delay: 0.2s;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  background-color: #ee2a2c;
}
.Link-hover::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  background-color: #ee2a2c;
  height: 1px;
  left: 4px;
  width: 100px;
  transform: scaleX(0);
  transform-origin: 100% 100%;
  margin-top: -3px;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.Link-hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  background-color: #ee2a2c;
  width: 9px;
  height: 9px;
  margin-top: -7px;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(0);
}
.Link-title {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 0.8;
  letter-spacing: 1px;
  text-align: center;
  padding: 29px 55px 29px;
  text-transform: uppercase;
  font-family: "Futura";
  position: relative;
  cursor: pointer;
  min-width: 180px;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.Link-titleBg {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  display: block;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.Link-titleBg::before {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  display: block;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  content: "";
  z-index: -2;
  transform-origin: 0 0;
  transform: scaleX(1);
  background: #31b44b;
}
.Link-titleBg::after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  position: absolute;
  transform: scaleX(0);
  background: #ee2a2c;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transform-origin: 100% 100%;
  z-index: -1;
}
.line {
  border: 1px solid #ffffff;
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
}
.Link:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.Link:hover::after {
  transform: scale(0);
  transition-delay: 0.1s;
}
.Link:hover .Link-hover::before {
  transform: scaleX(1);
  transition-delay: 0.15s;
}
.Link:hover .Link-hover::after {
  transform: scale(1);
  transition-delay: 0.4s;
}
.Link:hover .Link-title {
  transform: translateX(-20px);
}
.Link:hover .Link-titleBg::after {
  transform-origin: 0 0;
  transform: scaleX(1);
  transition-delay: 0s;
}
.experiences_main {
  padding: 120px 0px;
  position: relative;
}
.experiences_main::before {
  content: "";
  background: url("../images/top-ptn.png") no-repeat top;
  background-size: cover !important;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 50%;
  width: 100%;
}
.experiences_main::after {
  content: "";
  background: url("../images/bottom-ptn.png") no-repeat bottom;
  background-size: cover !important;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 50%;
  width: 100%;
}
.experiences_main h1 {
  font-size: 98px;
  color: #005596;
  font-family: "Futura Md BT";
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.experiences_main h1 span {
  -webkit-text-stroke: 2px #005596;
  color: transparent;
}
.experiences-text h2 {
  color: #31b44b;
  font-size: 50px;
  font-family: "Futura Md BT";
  font-weight: bold;
  margin-bottom: 30px;
}
.experiences-text p {
  font-family: "Sofia Pro";
  font-size: 16px;
    line-height: 29px;

}
.experiences-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  align-items: center;
  z-index: 3;
}
.experiences-slider-content {
  width: 35%;
  background: #ffffff;
  box-shadow: 0px 0px 49.59px 7.41px rgba(14, 112, 151, 0.1);
}
.experiences-slider-items {
  width: 65%;
}
.experiences-text {
  padding: 71px 75px 68px 55px;
  min-height: 670px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 727px;
}
.experiences-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.experiences-img h2 {
  color: #ffffff;
  font-size: 27px;
  font-family: "Futura Md BT";
  font-weight: bold;
}
.exper-text{
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exper-text::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),to(rgba(0,0,0,.8)));
  background: -webkit-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
  background: -o-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.8) 100%);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.experiences-text-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.experiences-text-btn .DomainSlider-slideWrapLink {
  margin-top: 0px;
}
.experiences-text-btn .DomainSlider-slideWrapLink .Link {
  padding-left: 0px;
  padding-right: 145px;
}
.experiences-text-btn .DomainSlider-slideWrapLink .Link::before {
  right: 0;
  left: auto;
      background-color: #31b44b;
}
.experiences-text-btn .DomainSlider-slideWrapLink .Link::after {
  right: 0;
  left: auto;
  background-color: #31b44b;
}
.experiences-text-btn .DomainSlider-slideWrapLink {
  margin-left: 0px;
  margin-right: -75px;
  left: 25px;
}
.experiences-text-btn .Link:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.experiences-text-btn .Link:hover::after {
  transform: scale(0);
  transition-delay: 0.1s;
}
.experiences-text-btn .Link:hover .Link-hover::before {
  transform: scaleX(1);
  transition-delay: 0.15s;
  left: auto;
  right: 0;
}
.experiences-text-btn .Link:hover .Link-hover::after {
  transform: scale(1);
  transition-delay: 0.4s;
  left: auto;
  right: 0;
}
.experiences-text-btn .Link:hover .Link-title {
  transform: translateX(20px);
}
.experiences-text-btn .Link:hover .Link-titleBg::after {
  transform-origin: 0 0;
  transform: scaleX(1);
  transition-delay: 0s;
}
.experiences-text-btn .more-link {
  color: #005596;
  font-size: 16px;
  font-family: "Futura";
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.experiences-text-btn .more-link::after {
  content: "";
  background: #31b44b;
  position: absolute;
  left: 0px;
  bottom: -4px;
  height: 2px;
  width: 56px;
  transition: width 0.3s;
}
.experiences-text-btn .more-link:hover::after {
  width: 100%;
}
.experiences-text-btn .Link-hover::before {
  right: 4px;
  left: auto;
}
.experiences-text-btn .Link-hover::after {
  right: 0px;
  left: auto;
}
.what-they-say-custom-arrow {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 40%;
      left: 35%;
}
.what-they-say-custom-arrow .left {
  display: none;
}
.what-they-say-custom-arrow .right {
  border: 4px solid #005596;
  border-radius: 100%;
  display: block;
}
.what-they-say-custom-arrow .right .slick-custom-arrow {
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(-50%, -50%, 0px);
  width: 110px;
  height: 110px;
  background-color: #fff;
  border-radius: 50%;
  text-transform: uppercase;
  color: #005596;
  font-size: 18px;
  font-family: "Futura";
  letter-spacing: 0.05em;
   box-shadow: 0 0 0 0px #fff; 
  transition: color 0.3s;
  text-align: center;
  line-height: 110px;
}
.what-they-say-custom-arrow .right .slick-custom-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  border: 4px solid #005596;
  border-radius: 50%;
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.what-they-say-custom-arrow .right .slick-custom-arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #005596;
  border-radius: 50%;
  opacity: 0;
  transition: width 0.2s, height 0.2s, opacity 0.2s;
  z-index: -1;
}
.what-they-say-custom-arrow .right .slick-custom-arrow:hover {
  outline: 0;
  cursor: pointer;
  color: #fff;
	box-shadow: 0 0 0 2px #fff;
}
.what-they-say-custom-arrow .right .slick-custom-arrow:hover::before {
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 0;
}
.what-they-say-custom-arrow .right .slick-custom-arrow:hover::after {
  width: 98%;
  height: 98%;
  opacity: 1;
}
.experiences-slider-content .slick-dots {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 100%;
  width: calc(100% + 3px);
}
.slick-dots li {
  list-style-type: none;
  height: 5px;
  background: #e6d4c8;
  cursor: pointer;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 5px;
  margin-right: 3px;
  transition: background 0.3s;
  position: relative;
}
.slick-dots li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #94beda;
  opacity: 1;
  transition: opacity 0.3s;
}

.slick-dots li:hover::before { background: #005596; }

.slick-dots li.slick-active::before {
  background: #005596;
  opacity: 1;
}
.service-slider-items-arrow {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.experiences-slider-content .slick-dots li button {
  display: none;
}

.instagram-list {
  padding: 108px 0px;
}
.instagram-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: flex-end;
  margin-left: 85px;
}
.instagram-title h1 {
  font-size: 98px;
  color: #005596;
  font-family: "Futura Md BT";
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
      line-height: 80px;
}
.instagram-title h1 span {
  -webkit-text-stroke: 2px #005596;
  color: transparent;
      line-height: 19px;
    margin-left: 72px;
}
.instagram-title h4 {
  font-size: 33px;
  color: #1f1f1f;
  font-family: "Futura";
}
.ins-logo {
  display: flex;
  align-items: center;
}
.ins-logo i {
  font-size: 69px;
  color: #3aaf4a;
}
.ins-logo h5 {
  color: #005596;
  font-family: "Futura";
  font-size: 44px;
  text-transform: uppercase;
  margin-left: 25px;
}
.ins-logo h5 span {
  color: #3aaf4a;
}
.custom-ins-img-box.two .img-box-ins {
  text-align: right;
}
.custom-ins-img-box.two .img-box-ins img {
  display: inline-block;
  margin-left: auto;
}
.custom-ins-img-box.two .img-box-ins:first-child {
  margin-bottom: 30px;
}
.custom-ins {
  padding: 0px 12px;
}
.social-responsive .custom-ins {
  margin-top: 80px;
}
.social-responsive .custom-ins:nth-of-type(2n + 1) {
  margin-top: 0px;
}
.social-slider {
  text-align: center;
  position: relative;
}
.social-slider::before {
  content: "";
  border: 1px solid #106db4;
  width: 90%;
  height: 90%;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  z-index: 0;
}
.social-custom-arrow {
  display: inline-block;
  margin: 0 auto;
  width: 260px;
  background: #ffffff;
  position: relative;
  z-index: 3;
  margin-top: 35px;
}
.social-custom-arrow .arrow1,
.social-custom-arrow .arrow2 {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: inline-block;
  line-height: 100px;
  border: 3px solid #90979c;
  background: #ffffff;
  margin: 0px 10px;
  cursor: pointer;
}
.slick-custom-arrow i {
  color: #005596;
  font-size: 20px;
}
.years-main {
  padding: 250px 0px 0px 0px;
  position: relative;
  background-size: cover !important;
}
.years-main::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.years-center {
  max-width: 610px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.years-center h1 {
  color: #ffffff;
  font-size: 48px;
  font-family: "Futura Md BT";
  font-weight: bold;
  margin-bottom: 15px;
}
.years-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 103px;
}
.years-img h2 {
  font-size: 103px;
  font-family: "Futura Md BT";
  font-weight: bold;
  -webkit-text-stroke: 2px #ffffff;
  color: transparent;
}
.years-center a {
  display: inline-block;
  position: relative;
}
.pl_button_years .Link {
  padding-bottom: 155px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-bottom: -35px;
}
.pl_button_years .Link::before {
  content: "";
  height: 130px;
  width: 1px;
  transform-origin: 0 0;
  margin-top: -15px;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 50%;
  background-color: #ee2a2c;
 background-color: #003e6e;
  margin: 0 auto;
}
.pl_button_years .Link::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: -7px;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition-delay: 0s;
  transition-delay: 0.2s;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -15px;
  background-color: #ee2a2c;
  margin: 0 auto;
   background-color: #003e6e;
}
.pl_button_years .Link:hover .Link-title {
  transform: translateX(0px);
}
.pl_button_years .Link-hover::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0%;
  top: auto;
  background-color: #ee2a2c;
  height: 100px;
  width: 1px;
  transform: scaleX(0);
  transform-origin: 100% 100%;
  margin-top: -3px;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  margin: 0 auto;
}
.pl_button_years .Link-hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0%;
  top: auto;
  background-color: #ee2a2c;
  width: 9px;
  height: 9px;
  margin-top: -15px;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(0);
  margin: 0 auto;
}

.stay-form {
  padding: 100px 0px;
  padding-top: 130px;
}
.align-items-center {
  display: flex;
  align-items: center;
}
.newsletter-box{
	padding-right: 107px; 
	padding-top: 71px;
}
.newsletter-box h1 {
  font-size: 90px;
  color: transparent;
  font-family: "Futura Md BT";
  font-weight: bold;
  -webkit-text-stroke: 2px #005596;
  color: transparent;
  text-transform: uppercase;
  margin-bottom: 30px;
      line-height: 75px;
}
.newsletter-box h1 span {
  color: #005596;
}
.newsletter-box p {
  color: #1f1f1f;
  font-size: 18px;
  font-family: "Sofia Pro";
  margin-bottom: 50px;
    padding-right: 40px;
	    line-height: 29px;
}
.contact-right-img {
  position: relative;
}
.contact-right-img::before {
  content: "";
  border: 1px solid #27b9cf;
  position: absolute;
  left: -15px;
  top: -15px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.contact-right-img img {
  position: relative;
  z-index: 1;
}
.sun {
  position: absolute;
  top: 0px;
  left: -30%;
  z-index: 2;
}
.sun img {
  max-width: 340px;
}
.innerNewsletter-form label {
  margin: 0px;
  font-size: 18px;
  color: #1f1f1f;
  font-weight: 400;
}
.innerNewsletter-form .form-control {
  border: none;
  border-bottom: 1px solid #b2b2b2;
  border-radius: 0px;
  min-height: 40px;
  box-shadow: none;
	padding-left: 0px!important;
	font-size: 18px;
}
.innerNewsletter-form .form-control:focus {
  box-shadow: none;
}
.list-check {
    margin-top: 50px;
}
.hidden-box {
  position: absolute;
  top: -9999px;
  left: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  display: none;
}
.check--label {
  font-size: 18px;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.check--label-box {
  display: flex;
  align-self: center;
  position: relative;
  height: 28px;
  width: 28px;
  margin: 0 10px 0 0px;
  border: 1px solid #3aaf4a;
  border-radius: 100%;
  cursor: pointer;
}
.check--label-text {
  display: flex;
  align-self: center;
  position: relative;
  cursor: pointer;
  padding: 18px 0px;
  font-size: 18px;
}
.hidden-box:checked + .check--label {
  background-color: transparent;
}
.hidden-box:checked + .check--label .check--label-box {
  background-color: #3aaf4a;
}
.hidden-box:checked + .check--label .check--label-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 10px;
  width: 7px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.hidden-box:checked + .check--label .check--label-text:after {
  width: 85%;
}
.innerNewsletter-form .btnB {
  padding: 15px 66px;
  margin-bottom: 0px;
  margin-top: 25px;
  background: #31b44b;
  color: #ffffff;
  border: none;
  font-size: 16px;
  font-family: "Futura";
  text-transform: uppercase;
  letter-spacing: 1px;
	transition: background-color 0.1s ease;
}

.innerNewsletter-form .btnB:hover {background: #ee2a2c; transition: background-color 0.2s ease;}

.cruises-list-main {
  border-top: 7px solid #31b44b;
}
.cruises-list-main .container-fluid {
  margin-top: 7px;
}
.cruises-list-main .container-fluid .row {
  margin: 0px;
}

.cruises-list-main .no-gutters {background-color: #002d50;}

.flip-card {
  background-color: transparent;
  height: 260px;
  perspective: 1000px;
  -webkit-perspective: 1000;
  overflow: hidden;
  padding: 0px;
  border-right: 1px solid #57809f;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  -webkit-transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
}
.flip-card-front {
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #003e6e;
  color: black;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-content {
  padding: 68px 0px;
}
.icon-ft img {
  max-height: 90px;
}
.flip-content h4 {
  font-size: 16px;
  font-family: "Futura";
  text-transform: uppercase;
  color: #ffffff;
}
.flip-card-back {
  background-color: #ee2a2c;
  color: white;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.flip-card-back {
  position: relative;
}
.cru-book{
  text-align: center;
}
.cru-book h1 {
  color: #ffffff;
  font-size: 27px;
  font-family: "Futura Md BT";
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 28px;
      padding: 0 5px;
}
.cru-book a {
  font-size: 16px;
  font-family: "Futura";
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cru-book a img {
  margin-left: 16px;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.new-footer {
  background: #ffffff;
  padding: 90px 0px;
}

.social-icons {
    margin: 0 0 0;
    padding: 0;	
    float: none;
    text-align: center;
}

.social-icons ul {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 0;
}
.social-icons ul li {
  display: inline-table;
  margin: 0;
}
.social-icons ul li a {
  color: #005596;
  display: block;
  padding-right: 18px;
  font-size: 28px;
}
.new-footer-logo-address {
  text-align: center;
}
.f-logo a img {
  max-width: 300px;
}
.new-footer-logo-address p {
  font-size: 18px;
  color: #005596;
  font-family: "Sofia Pro";
}
.call-right {
  text-align: center;
}
.call-right a {
  text-align: center;
  font-size: 32px;
  font-family: "Futura Md BT";
  font-weight: 400;
  color: #005596;
}
.copyright {
  border-top: 1px solid #e7e7e7;
  padding-top: 40px;
  margin-top: 40px;
}
.footer_nav_list {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer_nav_list ul li {
  display: inline-block;
  margin: 0px 12px;
}
.footer_nav_list ul li a {
  font-size: 18px;
  color: #858585;
  font-family: "Sofia Pro";
}
.footer_nav_list ul li a:hover {
  color: #005596;
}
.select-list select {
  border: none;
  font-size: 18px;
  color: #005596;
  font-family: "Sofia Pro";
  width:157px;
      background: transparent;
}
.copy-text {
  text-align: center;
}
.copy-text p {
    font-size: 14px;
    color: #adadad;
    font-family: "Sofia Pro";
}
.copy-text a {
    font-size: 14px;
    color: #adadad !important;
    font-family: "Sofia Pro";
}
.copy-text a:hover {
  color: #adadad!important;
}
.list-check .list-item{
	margin-bottom: 38px;
}
.wpcf7-form-control-wrap.signmeup .wpcf7-checkbox input[type="checkbox"]{
  -webkit-appearance: checkbox;
  position: absolute;
  left: 0px;
  top: -4px;
  width: 28px;
  height: 28px;
  opacity: 0;
  z-index: 1;
  border: none;
  border-radius: 100%;
}
.wpcf7-form-control-wrap.emailstored .wpcf7-checkbox input[type="checkbox"]{
  -webkit-appearance: checkbox;
  position: absolute;
  left: 0px;
  top: -4px;
  width: 28px;
  height: 28px;
  opacity: 0;
  z-index: 1;
  border: none;
  border-radius: 100%;
}

.wpcf7-form-control-wrap.signmeup .wpcf7-checkbox input[type="checkbox"] + span::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 50%;
    height: 28px;
    width: 28px;
    top: 0px;
	left:0px;
    border: 1px solid #3aaf4a;
}
.wpcf7-form-control-wrap.emailstored .wpcf7-checkbox input[type="checkbox"] + span::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 50%;
    height: 28px;
    width: 28px;
    top: 0px;
	left:0px;
    border: 1px solid #3aaf4a;
}
.wpcf7-form-control-wrap.signmeup .wpcf7-checkbox input[type="checkbox"] + span::after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 8px;
    visibility: hidden;
    font-size: 16px;
	color: #fff;
}
.wpcf7-form-control-wrap.emailstored .wpcf7-checkbox input[type="checkbox"] + span::after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 8px;
    visibility: hidden;
    font-size: 16px;
	color: #fff;
}
.wpcf7-form-control-wrap.signmeup .wpcf7-checkbox input[type="checkbox"]:checked + span::after {
    visibility: visible;
}
.wpcf7-form-control-wrap.emailstored .wpcf7-checkbox input[type="checkbox"]:checked + span::after {
    visibility: visible;
}
.wpcf7-form-control-wrap.signmeup .wpcf7-checkbox input[type="checkbox"]:checked + span::before {
    background-color: #3aaf4a;
}
.wpcf7-form-control-wrap.emailstored .wpcf7-checkbox input[type="checkbox"]:checked + span::before {
    background-color: #3aaf4a;
}
.wpcf7-list-item-label{
	cursor: pointer;
}
.wpcf7-form-control-wrap.signmeup .wpcf7-list-item, .wpcf7-form-control-wrap.emailstored .wpcf7-list-item{
	margin:0 0 0 2.0em;
}

.wpcf7-form-control-wrap.signmeup .wpcf7-list-item .wpcf7-list-item-label, .wpcf7-form-control-wrap.emailstored .wpcf7-list-item .wpcf7-list-item-label{
  padding: 5px 0px;
  font-size: 18px;
  color: #1f1f1f;
}
.social-slider .custom-ins .sbi_info{
	display: none;
}

.BaseImage {
    background-size: cover;
}
.in-box {
    background-size: cover;
}

.sliderwithtimer .flickity-prev-next-button svg.circle-timer {
    fill: transparent;
    stroke: #fff;
	stroke: #31b44b;
}

.section.white .history-slider .flickity-prev-next-button svg.circle-timer {
    fill: transparent;
    stroke: #fff;
	stroke: #31b44b;
}

svg.circle-timer.js-circle-timer {
    fill: transparent;
    stroke: #31b44b;
    fill: transparent;
    stroke: #31b44b;
    height: 100px;
    width: 100px;
    stroke-width: 4px;
    stroke-dasharray: 190px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px;
    stroke-dashoffset: 190px;
    transform: rotate(-270deg) scaleY(-1);
    stroke: #fff;
}
svg.circle-timer.js-circle-timer circle{
	position: absolute;
	left: 0%;
	top: 0px;
	margin-top: 0px;
	transform: translate(15%, 15%);
}
svg.circle-timer.anim {
    transition: stroke-dashoffset 5s linear;
}

.sliderwithtimer .flickity-prev-next-button.next[disabled] .circle-timer {
    display: none;
}

.sliderwithtimer .flickity-prev-next-button.next[disabled] svg.circle-timer {
    display: none;
}
svg.circle-timer.anim {
    transition: stroke-dashoffset 5s linear;
}

svg.circle-timer.anim2 {
    transition: stroke-dashoffset 10s linear;
}

.DomainSlider-slideWrapImage .prm_center-text{
	       transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

.is-selected  .DomainSlider-slideWrapImage .prm_center-text{
	    opacity: 1;
		bottom: 30px;
}


.list-item .wpcf7-validates-as-required.wpcf7-not-valid {
    border: none !important;
}

.stay-form .wpcf7-response-output {
    border: none !important;
    color: red !important;
    text-align: left;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

div#artitleTranslate {
    display: none;
}

html .cd-top{
background: #005596 url(../images/cd-top-arrow.svg) no-repeat center 50%; 
}


.custom-ins-img-box.two .img-box-ins:first-child a.sbi_photo {
    height: 263px !important;
    width: 284px !important;
}

.custom-ins-img-box.two .img-box-ins:nth-child(2n) a.sbi_photo {
    width: 236px !important;
    height: 236px !important;
    
}

a.sbi_photo {
	display: inline-block !important;
}
@media (min-width: 900px) {
.custom-ins:nth-child(2n) a.sbi_photo {
    width: 346px !important;
    height: 323px !important;
}

.social-responsive .custom-ins:nth-of-type(2n + 1) a.sbi_photo {
    width: 325px !important;
    height: 344px !important;
}

.social-responsive .custom-ins:nth-of-type(4n) a.sbi_photo {
    height: 425px !important;
    width: 313px !important;
}

}

.box_in_nav a {
    height: 1;
    display: block;
    background-size: cover;
	background-position: center;
}

.box_in_nav img {
    height: 100%;
    width: 100%;
    opacity: 0;
}



.social-responsive::after{
	content:"";
	background: #ffffff;
	position: absolute;
	bottom:0px;
	height: 100px;
	    width: 250px;
    left: 0;
    right: -24px;
	
	margin: 0 auto;
	z-index: 0;
}
.slick-prev.slick-arrow, .slick-next.slick-arrow{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	display: inline-block;
	line-height: 94px;
	border: 3px solid #005596;
	background: #ffffff;
	margin: 0px 10px;
	cursor: pointer;
	font-size:0px;
	position: relative;
	z-index: 1;
}
.slick-prev.slick-arrow{
	position: absolute;
	bottom: 0px;
	left: -92px;
	right: 0;
	margin: 0 auto;		
}
.slick-prev.slick-arrow::before{
	content:"\f060";
	 font-family:"Font Awesome 5 Free";
	font-weight: 900;
	font-size: 21px;
	color: #005596;
}
.slick-next.slick-arrow::after{
	content:"\f061";
	 font-family:"Font Awesome 5 Free";
	font-weight: 900;
	font-size: 21px;
	color: #005596;
}
.slick-next.slick-arrow {
  /* right: 0; */
  /* left: inherit; */
  /* position: absolute; */
  /* bottom: 0px; */
  /* left: 135px; */
  margin: 0 auto;
  position: relative;
  left: 71px;
  top: 11px;
}
.slick-prev.slick-arrow.slick-disabled{
	opacity: 0.3; border-color: #005596 !important;
}
.social-responsive .slick-dots{
	display: none !important;
}

.select-list{
	position: relative; margin-left: 20px;
}
.select-list::before{
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	right: 3px;
	top: -4px;
	position: absolute;
	font-size: 14px;
	color: #005596;
	z-index:-1
}
.select-list::after{
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 3px;
	bottom: -6px;
	font-size: 14px;
	color: #005596;
	z-index:-1
}

.experiences-text .Link-titleBg::before , .years-center .Link-titleBg::before{
	background: #ee2a2c;
}
.experiences-text .Link-titleBg::after , .years-center .Link-titleBg::after{
	    background: #31b44b;	 
}


#sb_instagram .sbi_moderation_link{
	    display:none !important;
}

.header-nav-inner {
    height: auto;
    position: relative;
    top: 188px;
}

i.fa.fa-tripadvisor {
    font-family: 'FontAwesome';
}

.mnm {
    display: flex;
    justify-content: space-between;
    max-width: 1750px;
    margin: 0 auto;
    width: 100%;
}

.experiences-text span.Link-hover.u-posFit {
    display: none;
}

.experiences-text-btn .DomainSlider-slideWrapLink .Link::before {
    display: none;
}

.experiences-text-btn .DomainSlider-slideWrapLink .Link {
    padding-left: 0px;
    padding-right: 0;
    margin-right: 86px;
}

.experiences-text-btn .DomainSlider-slideWrapLink .Link::after{
display:none;	
}

.stay-form .col-lg-6.col-md-12:first-child {
    width: 55%;
}


.row.dfc {
    display: flex;
    justify-content: space-between;
    
}

.switcher {text-align:left;cursor:pointer;overflow:hidden;width:173px;     margin-left: 20px;}
.switcher a {text-decoration:none;display:block;font-size:12pt;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
.switcher a img {vertical-align:middle;display:inline;border:0;padding:0;margin:0;opacity:0.8;}
.switcher a:hover img {opacity:1;}
.switcher .selected {position:relative;z-index:9999;}
.switcher .selected a {    border: none;
    font-size: 18px;
    color: #005596;
    font-family: "Sofia Pro";
    width: 157px;
   
	background: url(arrow_up_down.png) right no-repeat;
	}


.switcher .option {display:none; position:absolute}
.switcher .option a {font-size: 16px;
    color: #005596;
    font-family: "Sofia Pro";
    width: 157px;
    background: transparent;}
.switcher .option a:hover {background:#fff; color: #31b44b;}
.switcher .option a.selected {background:#fff;}
#selected_lang_name {float: none;}
.l_name {float: none !important;margin: 0;}
.switcher .option::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);border-radius:5px;background-color:#f5f5f5;}
.switcher .option::-webkit-scrollbar {width:5px;}
.switcher .option::-webkit-scrollbar-thumb {border-radius:5px;-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);background-color:#888;}

span.linkwhte:before {
    content: "";
    height: 81px;
    width: 1px;
    transform-origin: 0 0;
    margin-top: -15px;
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 50%;
    background-color: #ee2a2c;
    background-color: #fff;
    margin: 0 auto; 
    z-index: 99;

}

.BaseImage:before {
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    background: rgba(0,0,0,0.2);
}
button.flickity-button.flickity-prev-next-button.previous{
    opacity: 0.3;
    
}

button.flickity-button.flickity-prev-next-button.previous:hover{
    opacity: 1;
	box-shadow: inset 0 0 0 4px #31b44b;
   
}

/*button.flickity-button.flickity-prev-next-button.next:hover {
    border-color: green;
    box-shadow: inset 0 0 0 4px #31b44b;
}*/

.cru-book img {
    margin-left: 10px;
}
.img-prm-slider .flickity-prev-next-button:hover  .flickity-button-icon{
	    fill: #31b44b;
}

.img-boxs-right .in-box{
	position:relative;
}
.baseimgbg{
    background:#005596;
  
    height: 100%;
    width: 100%;
    position: absolute;
    
    left: 0;
	transition:all 2s ease 0s;
}

.is-selected .baseimgbg {
	/*left:-10%;
	    transform: translate3d(0px, 0px, 0px) scale(0, 1);
    transform-origin: 0% 50%;
	transform: translate3d(0px, 0px, 0px) scale(0, 1);
    left:-100%;*/
	
}

.BaseImage {
        transition: all 1s ease 0s;
    transform: scaleY(0.7);
    transform: translateX(100%);
    transform: scaleY(0.7) translateX(100%);
   
   
    transform: inherit;
    transform: scaleY(0.5) translate(-50%, 0);

    transform: translate(-100%, 0%) translate3d(0px, 0px, 0px) scale(0.5, 0.5);
	transform: translate3d(0px, 0px, 0px) scale(0.7, 0.7);
    transform-origin: right;
	transform: none !important;
	left: -100%;
	left: -100%;
    transform: none;
    position: relative;
}
.DomainSlider-slideWrapImage{
	transform: scale(1);
	
}
.transition .is-selectednot .BaseImage {
	/*transition: all 0.5s ease 0s;
    transform: translate3d(0px, 0px, 0px) scale(0.5, 0.5);
    transform-origin: left;
   transform: translate(-100%, 0%) translate3d(0px, 0px, 0px) scale(0.7, 0.7);*/
}
.is-selected  .BaseImage{
	opacity: 1;
    transform: scaleY(1) translate(0,0) !important;
    left: 0;
	 transition: all 0.5s ease 0s;
	
}
.DomainSlider-slideMediaOverlay {
width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    background-color: #31b44b;
    transform: scaleX(0);
    z-index: -1;
    transform: translateX(100%);
    transition: all 1.6s;
}

li.is-selected .DomainSlider-slideMediaOverlay {
    transform: translateX(-100%);
}



li.is-selected .DomainSlider-slideBody {
    opacity: 1;
}

li.is-selected .DomainSlider-slideBody {
    left: 0;
}
.DomainSlider-slideBody {
  opacity: 0;
   
    position: relative;
    transition: all 1s ease 0s;
	left: 50%;
	z-index: 99999;
}

.box_in_nav a{
	    position: relative;
}


.box_in_nav a.lnd:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 18px;
    right: 18px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(255, 255, 255, 1);
}

.box_in_nav a.lnd:hover:after {
    top: 18px;
    bottom: 18px;
}

.box_in_nav a.lnd:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 18px;
    bottom: 18px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.box_in_nav a.lnd:hover:before {
    left: 18px;
    right: 18px;
}

.tclogo {margin-top: -4px;}


.transition .is-selected{ opacity:1 !important; }

li.is-selected {
    opacity: 1 !important;
} 


svg.circle-timer.js-circle-timer1 circle {
    stroke-dasharray: 380px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 4px;
    stroke: #31b44b;
    fill: none;
    animation: countdown 8s linear infinite forwards;
}

svg.circle-timer.js-circle-timer1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
   transform: rotateZ(270deg)  scale(-1.20);
      
}


.transition  .heresd .DomainSlider-slideWrapImage { transform: scale(0.8);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);}

.DomainSlider-slideWrapImage {}
.baseimgbg.effectstogv {
    transition: all 2s ease 0s;
}

/*.is-selected .heresd .DomainSlider-slideMedia {
    z-index: 19;
    transition: z-index 1s ease;
}*/

.heresd .BaseImage{
	transition: all 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1), filter 0.4s 0.1s ease;
    height: 0px;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    filter: grayscale(0%);
	    background-attachment: inherit;
		transform: translate3d(0px, 0px, 0px) scale(0.7, 0.7) !important;
	
}
.is-selected .heresd .BaseImage {
    opacity: 1;
    transform: scaleY(1) translate(0,0) !important;
    left: 0;
    transition: all 0.5s ease 0s;
    transition: all  0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1), filter 0.4s 0.1s ease;
    height: 100%;
}

.heresd .DomainSlider-slideWrapImage {
    position: relative;
    overflow: hidden;
     transform: scale(1); 
    z-index: 4;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.flickity-viewport {
    overflow: visible;
}

.heresd  .DomainSlider-slideBody {
    /* display: none; */
    position: relative;
    transition: left 1.5s ease 0s;
    left: 600%;
    z-index: 99999;
    opacity: 0;
}

.heresd  .baseimgbg{
	transition: all 0.5s ease 0s;
}
.heresd .baseimgbg.bsimdt {
    opacity: 0;
    /* left: -50px; */
    transition: all 2s ease 1s;
}

.heresd .baseimgbg.bsimdt {
    opacity: 0;
   transition: left 1s ease 0s , transform 0.5s ease 0s;
    background-size: cover;
   
}

.transition .is-selectednot .heresd .baseimgbg.bsimdt {
    opacity: 1;
    z-index: 99999;
    left:-100%;
	 transform: scale(0.5);
}


.slick-prev.slick-arrow:hover, .slick-next.slick-arrow:hover{
	border-color:#31b44b;
}

.slick-arrow:hover::before,  .slick-arrow:hover::after{
	color: #31b44b !important;
}

.slick-prev.slick-arrow.slick-disabled:before{
	color: #005596 !important;
}
button.flickity-button.flickity-prev-next-button.next:hover svg.circle-timer.js-circle-timer1 circle{ animation: countdown 0.5s linear; }


#sbi_images button{
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s;
	
}
@keyframes countdown {
  from {
    stroke-dashoffset: 380px;
  }
  to {
    stroke-dashoffset: 0px;
  }
}





/* Slider Slick */

.home-slider {
    padding: 0 0 0 100px;
    margin: 0 auto;
  
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    position: relative;
    justify-content: space-around;
	 
		    
}
.home-slider .media-slider { width: 70%; }
.home-slider .media-slider .repeat { position: relative; overflow: hidden; }
.home-slider .media-slider .image { transform: scale(0.7, 0.7); transition: all 1.5s; -webkit-transition: all 1.5s; position: relative; }
.home-slider .media-slider .image:before { content: ""; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background: rgba(0,0,0,0.2); }
.home-slider .media-slider .slick-center .image { transform: scale(1, 1); }
.home-slider .media-slider img { height: 650px; object-fit: cover; }
.home-slider .text-slider { width: 30%; }
/*.home-slider .text-slider .repeat-inner { padding: 0px 0 0 40px; overflow: hidden; }
.home-slider h1 { color: #005596; font-size: 45px; font-family: "Futura Md BT"; font-weight: bold; text-transform: uppercase; line-height: 50px; }
.home-slider .cs-animation { display: block; opacity: 0; visibility: hidden; transform: translate3d(-100px, 0px, 0px); transition: all 1s; }
.home-slider .slick-current .cs-animation { opacity: 1; visibility: visible; transform: translate3d(0px, 0px, 0px); }
.home-slider .slick-current h1 span { transition-delay: 0.2s; }
.home-slider h1 span { font-size: 30px; color: #31b44b; font-family: "Futura"; display: block; }
.home-slider .img-box-wrap { margin: 0 -5px; display: flex; flex-wrap: wrap; position: relative; }
.home-slider .img-box-wrap:before { content: ""; border: 1px solid #106db4; width: 100%; height: 100%; position: absolute; left: -22px; top: -22px; z-index: 0; }
.home-slider .img-box-wrap .in-box { padding: 5px; width: 50%; position: relative; }
.home-slider .img-box-wrap .in-box img { width: 100%; }*/
.home-slider .slick-current .img-box-wrap .in-box:nth-of-type(1) { transition-delay: 0.4s; }
.home-slider .slick-current .img-box-wrap .in-box:nth-of-type(2) { transition-delay: 0.6s; }
.home-slider .slick-current .img-box-wrap .in-box:nth-of-type(3) { transition-delay: 0.8s; }
.home-slider .slick-current .img-box-wrap .in-box:nth-of-type(4) { transition-delay: 1s; }
.DomainSlider-wrapNavigation button { cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0; border: 0; padding: 0; background: 0 0; }
.DomainSlider-wrapNavigation[data-v-0957df01] { position: absolute;
    left: -7px;
    bottom: 0;}
.u-alignCenter, .u-alignVerticalCenter { display: flex; justify-content: center; align-items: center }
.SliderNav-button[data-v-2fade329] { width: 80px; height: 80px; position: relative }
.u-visually-hidden { border: none!important; clip: rect(0 0 0 0)!important; height: 1px!important; margin: -1px!important; overflow: hidden!important; padding: 0!important; position: absolute!important; white-space: nowrap!important; width: 1px!important }
.u-posAbsolute, .u-posAbsoluteCenter, .u-posFit { position: absolute!important }
.u-posAbsoluteCenter, .u-posFixedCenter { left: 50%!important; top: 50%!important; transform: translate(-50%, -50%)!important }
.u-posFit, .u-posFullScreen { bottom: 0!important; left: 0!important; margin: auto!important; right: 0!important; top: 0!important }
.u-posFixed, .u-posFixedCenter, .u-posFullScreen { -webkit-backface-visibility: hidden; backface-visibility: hidden; position: fixed!important }
.SliderNav-outlineHover[data-v-2fade329], .SliderNav-outline[data-v-2fade329] { stroke: #31b44b; opacity: .2; position: relative; stroke-width: 3.5px; transition: stroke-width .5s cubic-bezier(.165, .84, .44, 1) 0s, opacity .3s cubic-bezier(.455, .03, .515, .955), transform .5s cubic-bezier(.165, .84, .44, 1); will-change: transform }
.SliderNav-outlineHover[data-v-2fade329] { stroke-width: 2.5px; opacity: 1; stroke: #31b44b; stroke-dasharray: 0 240px; transition: stroke-width .5s cubic-bezier(.65, 0, .35, 1), stroke-dasharray .5s cubic-bezier(.65, 0, .35, 1) 0s, transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1); will-change: transform, opacity }
.SliderNav-button.is-active .SliderNav-outline[data-v-2fade329] { opacity: 1; stroke-width: 3.5px }
.SliderNav-button.is-active .SliderNav-outlineHover[data-v-2fade329], .SliderNav-button.is-active .SliderNav-outline[data-v-2fade329], .SliderNav-button.is-active .SliderNav-progress[data-v-2fade329] { transform: scale(1)!important }
.SliderNav-outlineHover[data-v-2fade329] { stroke-width: 3.5px; opacity: 1; stroke: #31b44b; stroke-dasharray: 0 240px; transition: stroke-width .5s cubic-bezier(.65, 0, .35, 1), stroke-dasharray .5s cubic-bezier(.65, 0, .35, 1) 0s, transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1); will-change: transform, opacity }
.SliderNav-button.is-active .SliderNav-outlineHover[data-v-2fade329], .SliderNav-button.is-active .SliderNav-outline[data-v-2fade329], .SliderNav-button.is-active .SliderNav-progress[data-v-2fade329] { transform: scale(1)!important }
.SliderNav-button.is-active .SliderNav-outlineHover[data-v-2fade329] { opacity: 0; stroke-dasharray: 240px 240px!important }
.SliderNav-progress[data-v-2fade329] { stroke: #c1e8c9; stroke-width: 2px; transition: stroke-width .5s cubic-bezier(.165, .84, .44, 1) 0s, transform .5s cubic-bezier(.165, .84, .44, 1) 0s, opacity .5s cubic-bezier(.165, .84, .44, 1); opacity: 0; will-change: transform, opacity; stroke-dasharray: 240px; stroke-dashoffset: 240px }
.SliderNav-button.is-active .SliderNav-progress[data-v-2fade329] { opacity: 1; stroke-width: 4px; animation: magic 5s linear infinite; }
.SliderNav-wrapIcon[data-v-2fade329] { width: 20px;
    height: 20px;
    opacity: 1;
    fill: #31b44b;
    transition: opacity .5s cubic-bezier(.165, .84, .44, 1), fill .5s cubic-bezier(.165, .84, .44, 1), transform .5s cubic-bezier(.165, .84, .44, 1);
    will-change: transform, opacity;
    position: relative;
    top: -14px;
    left: -12px; }
.SliderNav-button[data-v-2fade329] { width: 125px; height: 125px; position: relative }
.SliderNav-button+.SliderNav-button[data-v-2fade329] { margin-top: 12px }
.SliderNav-progress[data-v-2fade329] { stroke: #005596; stroke-width: 3.5px; transition: stroke-width .5s cubic-bezier(.165, .84, .44, 1) 0s, transform .5s cubic-bezier(.165, .84, .44, 1) 0s, opacity .5s cubic-bezier(.165, .84, .44, 1); opacity: 0; will-change: transform, opacity; stroke-dasharray: 240px; stroke-dashoffset: -240px }
.SliderNav-button[data-v-2fade329]:hover .SliderNav-progress[data-v-2fade329] { animation: magic2 0.5s linear; }
.SliderNav-button:hover .SliderNav-wrapIcon[data-v-2fade329] { opacity: 1 }
.SliderNav-button:hover .SliderNav-outlineHover[data-v-2fade329], .SliderNav-button:hover .SliderNav-outline[data-v-2fade329], .SliderNav-button:hover .SliderNav-progress[data-v-2fade329] { transform: scale(.95) }
.SliderNav-button:hover .SliderNav-outlineHover[data-v-2fade329] { transform: scale(.95); stroke-dasharray: 240px 240px }
 @keyframes magic {  0% {
 stroke-dashoffset: 0px;
}
 90% {
 stroke-dashoffset: -240px;
}
 100% {
 stroke-dashoffset: 0px;
}
}
 @keyframes magic2 {  0% {
 stroke-dashoffset: 0px;
}
 100% {
 stroke-dashoffset: -240px;
}
}
.DomainSlider-slideWrapLink[data-v-0957df01] { padding-left: 40px; margin-top: 77px; margin-left: -155px; height: 30px; z-index: 20; position: relative }
.Link[data-v-093afa70] { display: inline-block; position: relative; padding-left: 166px; cursor: pointer }
.Link[data-v-093afa70]:hover:after { transform: scale(0); transition-delay: .1s }
.Link[data-v-093afa70]:hover:before { transform: scaleX(0); transition-delay: 0s }
.Link:hover .Link-title[data-v-093afa70] { transform: translateX(-30px) }
.Link:hover .Link-titleBg[data-v-093afa70]:after { transform-origin: 0 0; transform: scaleX(1); transition-delay: 0s }
.Link:hover .Link-hover[data-v-093afa70]:before { transform: scaleX(1); transition-delay: .15s }
.Link:hover .Link-hover[data-v-093afa70]:after { transform: scale(1); transition-delay: .4s }
.Link-hover[data-v-093afa70]:after, .Link-hover[data-v-093afa70]:before, .Link[data-v-093afa70]:after, .Link[data-v-093afa70]:before { content: ""; position: absolute; display: block; left: 0; top: 50%; background-color: #31b44b }
.Link-hover[data-v-093afa70]:before, .Link[data-v-093afa70]:before { height: 1px; left: 4px; width: 130px; transform-origin: 0 0; margin-top: -3px; transition: transform .5s cubic-bezier(.65, 0, .35, 1) }
.Link-hover[data-v-093afa70]:after, .Link[data-v-093afa70]:after { width: 9px; height: 9px; margin-top: -7px; border-radius: 50%; transition: transform .5s cubic-bezier(.65, 0, .35, 1) }
.Link[data-v-093afa70]:after, .Link[data-v-093afa70]:before { transition-delay: .2s }
.Link-hover[data-v-093afa70]:before { width: 100px; transform: scaleX(0); transform-origin: 100% 100% }
.Link-hover[data-v-093afa70]:after { transform: scale(0) }
.Link-title[data-v-093afa70] { display: inline-block; font-weight: 600; color: #fff; font-size: 12px; line-height: .8; text-align: center; padding: 23px 38px 17px; text-transform: uppercase; position: relative; cursor: pointer; min-width: 180px; overflow: hidden; transition: transform .5s cubic-bezier(.65, 0, .35, 1) }
.Link-titleBg[data-v-093afa70], .Link-titleBg[data-v-093afa70]:before { position: absolute; bottom: 0; left: 0; margin: auto; right: 0; top: 0; display: block; transition: transform .5s cubic-bezier(.65, 0, .35, 1) }
.Link-titleBg[data-v-093afa70]:before { content: ""; z-index: -2; transform-origin: 0 0; transform: scaleX(1); background: #31b44b }
.Link-titleBg[data-v-093afa70]:after { content: ""; display: block; bottom: 0; left: 0; margin: auto; right: 0; top: 0; position: absolute; transform: scaleX(0); background: #ee2a2c; transition: transform .5s cubic-bezier(.65, 0, .35, 1); transform-origin: 100% 100%; z-index: -1 }
.Link-titleLabel[data-v-093afa70] { position: relative; z-index: 2; display: block }
.show-link-enter-active .Link-title[data-v-093afa70] { transition: transform .8s cubic-bezier(.165, .84, .44, 1), opacity .8s cubic-bezier(.165, .84, .44, 1); transition-delay: 0s!important }
.show-link-enter-active .Link-title .Link-titleLabel[data-v-093afa70] { transition: opacity .8s cubic-bezier(.165, .84, .44, 1) .4s, transform .8s cubic-bezier(.165, .84, .44, 1) .4s }
.show-link-enter-active .Link-title .Link-titleBg[data-v-093afa70] { transform-origin: 0 0 }
.show-link-enter-active .Link-title .Link-titleBg[data-v-093afa70], .show-link-enter-active[data-v-093afa70]:before { transition: transform .8s cubic-bezier(.165, .84, .44, 1) .1s }
.show-link-enter-active[data-v-093afa70]:after { transition: transform .8s cubic-bezier(.165, .84, .44, 1) }
.show-link-leave-active .Link-title[data-v-093afa70] { transition: transform .4s cubic-bezier(.77, 0, .175, 1) }
.show-link-leave-active .Link-title .Link-titleLabel[data-v-093afa70] { transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1) 0s }
.show-link-leave-active .Link-title .Link-titleBg[data-v-093afa70] { transform-origin: 100% 50%; transition: transform .4s cubic-bezier(.77, 0, .175, 1) }
.show-link-leave-active[data-v-093afa70]:before { transition: transform .4s cubic-bezier(.165, .84, .44, 1) }
.show-link-leave-active[data-v-093afa70]:after { transition: transform .4s cubic-bezier(.165, .84, .44, 1) .15s }
.show-link-enter .Link-title[data-v-093afa70] { transform: translateX(0) }
.show-link-enter .Link-title .Link-titleLabel[data-v-093afa70] { opacity: 0; transform: translateX(-25px) }
.show-link-enter .Link-title .Link-titleBg[data-v-093afa70], .show-link-enter[data-v-093afa70]:before { transform-origin: 0 0; transform: scaleX(0) }
.show-link-enter[data-v-093afa70]:after { transform: scale(0) }
.show-link-enter .Link-title[data-v-093afa70], .show-link-leave-to .Link-title[data-v-093afa70] { transform: translateX(0) }
.show-link-enter .Link-title .Link-titleLabel[data-v-093afa70], .show-link-leave-to .Link-title .Link-titleLabel[data-v-093afa70] { opacity: 0; transform: translateX(25px) }
.show-link-enter .Link-title .Link-titleBg[data-v-093afa70], .show-link-leave-to .Link-title .Link-titleBg[data-v-093afa70] { transform-origin: 100% 0; transform: scaleX(0) }
.show-link-enter[data-v-093afa70]:before, .show-link-leave-to[data-v-093afa70]:before { transform-origin: 0 0; transform: scaleX(0) }
.show-link-enter[data-v-093afa70]:after, .show-link-leave-to[data-v-093afa70]:after { transform: scale(0) }
.home-slider .text-slider .slick-list { overflow: inherit; }
.home-slider .DomainSlider-slideMediaOverlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; margin: auto; background-color: #005596; transform: scaleX(0); z-index: -1; transform: translateX(100%); transition: all 1.6s; }
.home-slider .slick-center .DomainSlider-slideMediaOverlay { transform: translateX(-100%); }
.home-slider .media-slider .prm_center-text {transform: translateX(450px); transition: all 1s; }

.home-slider .media-slider .slick-center .prm_center-text { opacity: 1; visibility: visible; transform: translateX(0px); bottom:30px; }

.home-slider .DomainSlider-slideBody{
	    opacity: 1;
    /* position: relative; */
 
    left: 0;
}
.SliderNav-wrapIcon[data-v-2fade329]{
    opacity: 1;
    fill: #005596;
}

button.SliderNav-button:hover .SliderNav-wrapIcon {
    fill: #31b44b;
}

button.SliderNav-button.SliderNav-button--prev .SliderNav-wrapIcon {
    opacity: 0.2;
}


.rpt {
    left: -50%;
    position: relative;
    transition: all 0.5s ease 0s;
    left: 50%;
    z-index: 99999; opacity: 0;
}
.slick-current .rpt {
    left: 0; opacity: 1;
}
@media (min-width: 1750px){
	
	.home-slider {
    max-height: 71vh;
    min-height: 64vh;
}
	.DomainSlider-wrapNavigation[data-v-0957df01]{
		    left: 13px;
	}
	.pl_banner_slider .line-left::before{
		
    height: 419px;
	}
	.SliderNav-button+.SliderNav-button[data-v-2fade329] {
    margin-top: 0;
}
.DomainSlider-wrapNavigation[data-v-0957df01] {
    position: absolute;
    left: -47px;
    bottom: 0;
}
.SliderNav-button[data-v-2fade329] {
   
    margin-bottom: -15px;
}
}

@media (max-width: 767px){
	.home-slider{
		    width: 100%;
			padding:0;     display: block;
	}
	.home-slider .media-slider {
    width: 100%;
}
.home-slider .text-slider {
    width: 100%;
	margin-bottom: 29px;
	margin-top: -20px;
}

.DomainSlider-wrapNavigation[data-v-0957df01] {
    position: absolute;
    left: -7px;
    bottom: 277px;
    /* top: 0; */
    left: inherit;
    right: 0;
}
.SliderNav-button[data-v-2fade329] {
    width: 80px;
    height: 80px;
    position: relative;
    left: 85px;
}
button.SliderNav-button.SliderNav-button--prev.u-alignCenter.slick-arrow {
    left: -65px;
}
.home-slider .media-slider img {
    height: auto;
    object-fit: cover;
}
.SliderNav.SliderNav--dark.SliderNav--vertical {
    display: flex;
}
.SliderNav.SliderNav--dark.SliderNav--vertical {
    display: flex;
}
.SliderNav-button+.SliderNav-button[data-v-2fade329] {
    margin-top: 0px;
}
.SliderNav-wrapIcon[data-v-2fade329] {
    width: 15px;
    height: 20px;
   
    top: -7px;
    left: -7px;
}
 
}
.Link-title, .Link-titleBg{
	transition: all 0.5s;
}
.line {
    transition: all 0.2s ease 0s;
}

span.Link-titleLabel {
    position: relative;
    z-index: 2;
    display: block;
}
.show-link-enter-active .line{ transition: transform .10s cubic-bezier(.165, .84, .44, 1) .2s  ; opacity:0 }
.show-link-leave-active .line {transform-origin: 100% 50%; transition: transform .4s cubic-bezier(.77, 0, .175, 1) ; opacity:0; }
.show-link-enter-active .Link-title{ transition: transform .8s cubic-bezier(.165, .84, .44, 1), opacity .8s cubic-bezier(.165, .84, .44, 1); transition-delay: 0s!important }
.show-link-enter-active .Link-title .Link-titleLabel { transition: opacity .8s cubic-bezier(.165, .84, .44, 1) .4s, transform .8s cubic-bezier(.165, .84, .44, 1) .4s; opacity:0; }
.show-link-enter-active .Link-title .Link-titleBg{ transform-origin: 0 0 }
.show-link-enter-active .Link-title .Link-titleBg, .show-link-enter-active:before { transition: transform .8s cubic-bezier(.165, .84, .44, 1) .1s }
.show-link-enter-active:after { transition: transform .8s cubic-bezier(.165, .84, .44, 1) }
.show-link-leave-active .Link-title{ transition: transform .4s cubic-bezier(.77, 0, .175, 1) }
.show-link-leave-active .Link-title .Link-titleLabel { transition: opacity .7s cubic-bezier(.165, .84, .44, 1), transform .7s cubic-bezier(.165, .84, .44, 1) 0s;  opacity:0; }
.show-link-leave-active .Link-title .Link-titleBg{ transform-origin: 100% 50%; transition: transform .4s cubic-bezier(.77, 0, .175, 1) }
.show-link-leave-active:before { transition: transform .4s cubic-bezier(.165, .84, .44, 1) }
.show-link-leave-active:after { transition: transform .4s cubic-bezier(.165, .84, .44, 1) .15s }
.show-link-enter .Link-title { transform: translateX(0) }
.show-link-enter .Link-title .Link-titleLabel { opacity: 0; transform: translateX(-25px) }
.show-link-enter .Link-title .Link-titleBg, .show-link-enter:before { transform-origin: 0 0; transform: scaleX(0) }
.show-link-enter:after { transform: scale(0) }
.show-link-enter .Link-title, .show-link-leave-to .Link-title { transform: translateX(0) }
.show-link-enter .Link-title .Link-titleLabel, .show-link-leave-to .Link-title .Link-titleLabel{ opacity: 0; transform: translateX(25px) }
.show-link-enter .Link-title .Link-titleBg, .show-link-leave-to .Link-title .Link-titleBg { transform-origin: 100% 0; transform: scaleX(0) }
.show-link-enter:before, .show-link-leave-to:before { transform-origin: 0 0; transform: scaleX(0) }
.show-link-enter:after, .show-link-leave-to:after { transform: scale(0) }
.col-md-2.col-xs-12.col-sm-6.flip-card a {
    transition: none;
}
.col-md-2.col-xs-12.col-sm-6.flip-card:last-child, .col-md-2.col-xs-12.col-sm-6.flip-card:last-child .flip-card {
    border-right: 0;
}
@media (min-width: 767px){
	.cruises-list-main .container-fluid .row {
    margin: 0px;
    display: flex;
    justify-content: center;
}
	
}
@media (max-width: 767px){
	.event-blg-img {
   
    width: 100%;
    
}
.event-blg-text {
    
    width: 100%;
}
}




/** activities new css code **/

.activities-main {
  /* background: url("../images/bg-banner.jpg") no-repeat top; */
  /* background-size: contain; */
  position: relative;
}

.activities-main::before {
	content: "";
	background: url("../images/bg-banner.jpg") no-repeat center;
	min-height: 1200px;
	width: 100%;
	display: block;
	position: absolute;
	background-size: cover;
	    background-position: bottom;
    top: -400px;
}

.activities-title {
  text-align: center;
}
.activities-title h1 {
  font-size: 82px;
  color: transparent;
  font-family: "Futura Md BT";
  font-weight: bold;
  -webkit-text-stroke: 2px #005596;
  color: transparent;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 75px;
}
.activities-title h1 span {
  color: #005596;
}
.activities-title p {
  font-family: "Sofia Pro";
  color: #005596;
  font-size: 22px;
  margin-bottom: 24px;
}
.activitie-box .act-img {
  position: relative;
  overflow: hidden;
}
.act-img::before {
    content: "";
    /* border: 1px solid #ffffff; */
   
    position: absolute;
    transform: scaleY(1);
    left: 18px;
    right: 18px;
    top: 18px;
    bottom: 18px;
    z-index: 1;
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 18px;
    right: 18px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* border-left: 1px solid rgba(255, 255, 255, 1); */
    /* border-right: 1px solid rgba(255, 255, 255, 1); */
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 18px;
    bottom: 18px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.act-img:hover:before {
    left: 18px;
    right: 18px;
}
.act-img:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 18px;
    right: 18px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(255, 255, 255, 1);
}
.act-img:hover:after {
    top: 18px;
    bottom: 18px;
}
.activitie-box h2 {
  text-align: center;
  color: #005596;
  font-size: 24px;
  font-family: "Futura Md BT";
  font-weight: bold;
  margin-top: 16px;
}
.activitie-box {
  margin-bottom: 0px;
}
.more-text-up {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  height: 100%;
  background: #005596;
  opacity: 0;
  /*transform: scaleY(0);
  transform-origin: bottom center;*/
  transition: all 0.4s ease 0s;
}

.activitie-box .act-img:hover .more-text-up {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.cnt-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.more-icon img {
  max-width: 140px;
}

.cnt-text a {
  font-size: 15px;
  color: #ffffff;
  font-family: "Futura";
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}
.arrow-dn {
  margin-top: 13px;
}
.arrow-dn img {
  transform: rotate(90deg);
}

.act-cards {
  padding: 15px;
  display: flex;
  flex-flow: row wrap;
  margin: 0px -30px;
}

.act-card {
  margin: 10px;
  width: calc((100% / 3) - 20px);
  transition: all 0.2s ease-in-out;
  margin-bottom: 101px;
}
@media screen and (max-width: 991px) {
  .act-card {
    width: calc((100% / 2) - 30px);
  }
}
@media screen and (max-width: 767px) {
  .act-card {
    width: 100%;
  }
}
.card__inner {
  width: 100%;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.card__inner:after {
  transition: all 0.3s ease-in-out;
}
.card__inner .fa {
  width: 100%;
  margin-top: 0.25em;
}
.card__expander {
  transition: all 0.2s ease-in-out;
  width: 100%;
  position: relative;
  color: #eceef1;
}
.card__expander h1 {
  font-size: 54px;
  color: #005596;
  font-family: "Futura Md BT";
  font-weight: bold;
  padding-bottom: 91px;
  display: inline-block;
}
.card__expander i {
  width: 35px;
  height: 35px;
  position: relative;
  top: 0px;
  left: 0px;
  cursor: pointer;
  color: #005596;
  display: inline-block;
  margin-right: 35px;
}
.card__expander i span {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #005596;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  font-family: "Futura";
}
.card__expander i span:first-child {
  transform: rotate(45deg);
  top: 14px;
}
.card__expander i span:last-child {
  transform: rotate(-45deg);
  top: 14px;
}
.card__expander .fa:hover {
  opacity: 0.9;
}
.act-card.is-collapsed .card__inner:after {
  content: "";
  opacity: 0;
}
.act-card.is-collapsed .card__expander {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
}
.act-card.is-expanded .card__inner {
  background-color: transparent;
}
.act-card.is-expanded .card__inner:after {
  content: "";
  opacity: 1;
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: -75px;
  left: calc(50% - 15px);
  background: #31b44b;
  border-radius: 50%;
}
.act-card.is-expanded .card__inner::before {
  content: "";
  opacity: 1;
  display: block;
  height: 58px;
  width: 1px;
  position: absolute;
  bottom: -75px;
  left: calc(50% - 10px);
  background: #31b44b;
}
.act-card.is-expanded .card__inner .fa:before {
  content: "";
}
.act-card.is-expanded .card__expander {
  max-height: 1000px;
  min-height: 200px;
  overflow: visible;
  margin-top: 90px;
  opacity: 1;
}
.act-card.is-expanded:hover .card__inner {
  transform: scale(1);
}
.act-card.is-inactive:hover .card__inner {
  background-color: transparent;
}

@media screen and (min-width: 992px) {
  .act-card:nth-of-type(3n + 2) .card__expander {
    margin-left: calc(-100% - 20px);
  }

  .act-card:nth-of-type(3n + 3) .card__expander {
    margin-left: calc(-200% - 40px);
  }

  .act-card:nth-of-type(3n + 4) {
    clear: left;
  }

  .card__expander {
    width: calc(300% + 60px);
	margin-left: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .act-card:nth-of-type(2n + 2) .card__expander {
    margin-left: calc(-100% - 20px);
  }

  .act-card:nth-of-type(2n + 3) {
    clear: left;
  }

  .card__expander {
    width: calc(200% + 30px);
  }
}

.post-list {
  position: relative;
  margin-bottom: 190px;
}
.post-list::before {
  content: "";
  border: 1px solid #27b9cf;
  padding: 18px;
  position: absolute;
  top: -60px;
  left: 78px;
  width: 93%;
  height: calc(100% + 127px);
}
.act-right-in {
  padding-left: 24px;
  max-width: 718px;
  width: 100%;
}
.act-right-in h2 {
  color: #31b44b;
  font-size: 33px;
  margin-bottom: 19px;
  font-family: "Futura";
}
.act-right-in p {
  font-size: 16px;
  color: #1f1f1f;
  font-family: "Sofia Pro";
      line-height: 27px;
}
p {
  font-family: "Sofia Pro";
}
.act-img-in {
  height: 100%;
  background-size: cover !important;
}
.act-img-in img {
  opacity: 0;     width: 540px;
    height: 415px;
}
.act-right-in .experiences-text-btn {
  justify-content: flex-start;
}

.act-right-in .experiences-text-btn .DomainSlider-slideWrapLink {
  margin-right: 0px;
  left: 0px;
}

.act-right-in .experiences-text-btn .DomainSlider-slideWrapLink .Link {
  margin-right: 46px;
  padding-left: 166px;
  margin-left: -164px;
}
.act-right-in .experiences-text-btn .Link-hover::after {
  right: auto;
}
.act-right-in .experiences-text-btn .Link:hover .Link-hover::after {
  right: auto;
  left: 0;
}

.post-list {
}

.act-right-in
  .experiences-text-btn
  .DomainSlider-slideWrapLink
  .Link
  .Link-titleBg::before {
  background: #ee2a2c;
}

.act-right-in .Link-titleBg::after {
  background: #31b44b;
}

.act-right-in .experiences-text-btn .more-link::after {
  width: 100%;
}

.act-right-in .experiences-text-btn .more-link span {
  font-size: 16px;
}
.act-right-in
  .experiences-text-btn
  .DomainSlider-slideWrapLink
  .Link:hover
  .Link-title {
  transform: translateX(-30px);
}
.act-right-in .experiences-text-btn .DomainSlider-slideWrapLink .Link::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  left: 4px;
  width: 130px;
  transform-origin: 0 0;
  margin-top: -3px;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #31b44b;
}
.act-right-in .experiences-text-btn .DomainSlider-slideWrapLink .Link::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  background-color: #31b44b;
  width: 9px;
  height: 9px;
  margin-top: -7px;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.act-right-in
  .experiences-text-btn
  .DomainSlider-slideWrapLink
  .Link
  .Link-hover::before {
  content: "";
  height: 1px;
  left: 4px;
  width: 130px;
  transform-origin: 0 0;
  margin-top: -3px;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.spa-img-box-in .col-lg-4:nth-of-type(1) .spe-img {
  margin-right: 14px;
  margin-top: 26px;
}
.spa-img-box-in .col-lg-4:nth-of-type(2) .spe-img {
  margin-left: 80px;
  margin-bottom: 24px;
  margin-right: -60px;
}
.spa-img-box-in .col-lg-4:nth-of-type(2) .spe-img + .spe-img {
  margin-left: 0px;
  margin-right: 0px;
}
.spa-img-box-in .col-lg-4:nth-of-type(3) .spe-img {
  margin-left: 70px;
  margin-top: 90px;
}
.spe-img img {
  opacity: 0;
}
.spe-img {
  background-size: cover !important;
}

.spa-img-box-in {
  margin-right: 60px;
}
.spe-right h1 {
  font-size: 74px;
  color: transparent;
  font-family: "Futura Md BT";
  font-weight: bold;
  -webkit-text-stroke: 2px #005596;
  color: transparent;
  text-transform: uppercase;
  margin-bottom: 28px;
  line-height: 65px;
}
.spe-right h1 span {
  color: #005596;
  font-size: 50px;
}
.spe-right p {
  font-size: 18px;
  font-family: "Sofia Pro";
   color: #1f1f1f;
}
.spe-right a {
  color: #005596;
  font-size: 16px;
  font-family: "Futura";
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #31b44b;
  padding-bottom: 4px;
}
.spe-right a i {
  font-size: 24px;
  line-height: 16px;
  float: right;
  margin-top: 3px;
  margin-left: 10px;
}
.spa-img-box-in::before {
  content: "";
  border: 1px solid #35bed2;
  position: absolute;
  transform: scaleY(1);
  left: 27px;
  right: 27px;
  top: 44px;
  bottom: 27px;
  width: 86.5%;
  height: 78%;
}
.panel-events{
	display: none;
}
.top-pd-eve{
	padding-top: 94px;
	margin-left: 0px;
}
.evrnts-right-cont-in h2{
	font-family: "Futura Md BT";
	color: #005596;
	margin-bottom: 20px;
}
.evrnts-right-cont-in p{
	font-size: 18px;
	font-family: "Sofia Pro";
	 color: #1f1f1f;
}


.evrnts-right-cont-in h5{
	margin-bottom: 20px;
}
.evrnts-right-cont-in p a{
	margin-top: 20px;
	display: inline-block;
}

.activitie-box {
    cursor: pointer;
}


.card__inner .flip-card-front {
    background-size: cover;
}

.card__inner  .flip-card-back{
background-color : #005596;
}


.card__inner   .flip-card{
	height:300px;
}

.post-list:last-child {
    margin-bottom: 60px;
}
.act-right-in .experiences-text-btn .more-link span.fa.fa-chevron-right {
    margin-left: 7px;
}

a.more-link i {
    margin-right: 0;
    width: auto;
}
.experiences-text-btn p:empty {
    display: none;
}

.experiences-text-btn p {
    line-height: 0;
    margin-bottom: 0;
}
.experiences-text-btn p a.Link {
    display: none;
}


.actbf:before {
    content: "";
    border: 1px solid #ffffff;
    position: absolute;
    transform: scaleY(1);
    left: 18px;
    right: 18px;
    top: 18px;
    bottom: 18px;
    z-index: 9;
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    /* height: 100%; */
}
.act-img:hover .actbf:before {
    opacity: 0;
}

.actbf img {
    opacity: 0;
    height: 300px;
    width: 100%;
}
.actbf {
    background-size: cover;
} 

.media-assist-form.newfrom .wpcf7 input.wpcf7-form-control.wpcf7-submit {
    padding: 15px 66px !important;
    margin-bottom: 0px;
    margin-top: 25px;
    background: #31b44b;
    color: #ffffff;
    border: none !important;
    font-size: 16px;
    font-family: "Futura";
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.1s ease;
    border-radius: 0;
    width: auto !important;
    line-height: 2;
}

.media-assist-form.newfrom .wpcf7-Request-Information:before {
    opacity: 0;
}

.media-assist-form .wpcf7 .wpcf7-form input, .media-assist-form .wpcf7 .wpcf7-form textarea, .wpcf7-form select {
    padding: 0 20px;
    margin: 0px 0 18px 0px;
    color: #000;
    font-family: 'futuralightbt5965f4e2566f4';
    font-size: 20px;
    width: 100%;
    float: left;
    height: 61px;
    border: #005596 solid 2px;
    border-radius: 10px;
    -webkit-border-radius: 0;
    background: #FFF;
    /* outline: none; */
    /* margin: 0px; */
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 400;
    font-family: "Sofia Pro";
}


.group-form-sec.media-assist-form h3 {
    font-size: 40px;
    color: #005596;
    margin-bottom: 15px;
    font-family: "Futura Md BT";
}

#gfm p {
    font-family: "Sofia Pro";
    font-size: 18px;
}
.act-right-in ul li {
    font-size: 16px;
   color: #1f1f1f;
    font-family: "Sofia Pro";
    line-height: 27px;
    margin-bottom: 7px;
    position: relative;
    padding-left: 20px;
}
.act-right-in ul li:before {
    content: "";
    content: "\f105";
    font-family: "Font Awesome 5 Brands";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}

.act-img-in.ac6 img {
    height: 470px;
}


.event-area-title{
	text-align: center;
	position: relative;
	z-index: 2;
}
.event-area-title h1{
	font-size: 82px;
	color: #005596;
	font-family: "Futura Md BT";
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 12px;
	position: relative;
	-webkit-text-stroke: 2px #005596;
	z-index: 2;
	line-height: 75px;
}
.event-area-title h1 span{
	-webkit-text-stroke: 2px #005596;
	color: transparent;
}
.event-area-title p{
	font-size: 22px;
	color: #005596;
	line-height: 28px;
	font-family: "Sofia Pro";
	font-weight: 300;
	margin-bottom: 44px;
}
.upc_event_main{
	padding: 60px 0px 0px 0px;
	position: relative;
}
.upc_event_main::before {
	content: "";
	background: url("../images/event_pnt.png") no-repeat top;
	background-size: cover !important;
	min-height: 280px;
	width: 100%;
	display: block;
	position: absolute;
	background-size: cover;
	background-position: bottom;
	top: 0px;
}
.upc_title_shrandft{
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.filter_left h2{
	color: #005596;
	font-size: 36px;
	font-family: "Futura";
	font-weight: 500;
	margin-bottom: 20px;
}
.events_ft ul {
	display: flex;
	align-items: center;
}
.events_ft ul li{
	float: left;
	margin-right: 40px;
}
.events_ft ul li a{
	color: #005596;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Futura";
	font-weight: 500;
	line-height: 31px;
	border-bottom: 2px solid #31b44b;
	padding-bottom: 6px;
}
.events_ft ul li:first-child a{
	border: none;
}
.topic_st {
	border-bottom: 2px solid #31b44b;
	display: flex;
	align-items: center;
	position: relative;
}
.topic_st .top_st_arrow{
	position: absolute;
	right: 0px;
}
.topic_st .form-control{
	background: transparent;
	padding: 0px;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Futura";
	font-weight: 500;
	color: #005596;
	box-shadow: none;
	padding-right: 30px;
	z-index: 1;
}
.search_right h2{
	color: #005596;
	font-family: "Futura";
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 36px;
}
.event_search{
	min-width: 310px;
	max-width: 310px;
	width: 100%;
	position: relative;
}
.event_search .input-group {
	max-width: 310px;
	width: 100%;
}
.event_search .input-group .form-control{
	max-width: 310px;
	width: 100%;
	padding: 0px;
	background: transparent;
	border: none;
	height: 35px;
	box-shadow: none;
	color: #005596;
	font-family: "Futura";
	font-weight: 500;
	border-bottom: 2px solid #31b44b;
	font-size: 16px;
}
.event_search .input-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #005596;
}
.event_search .input-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #005596;
}
.event_search .input-group .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #005596;
}
.event_search .input-group .form-control:-moz-placeholder { /* Firefox 18- */
  color: #005596;
}
.sub_sh{
	position: absolute;
	top: 3px;
	right: 0px;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
}
.sub_sh input{
	position: absolute;
	width: 100%;
	z-index: 1;
	background: none;
	padding: 0px;
	border: none;
	height: 100%;
	right: 0px;
}
.sub_sh i{
	color: #005596;
	font-size: 20px;
}
.top_st_arrow .arrow{
	width: 1.0rem;
	height: 1.25rem;
	display: flex;
	position: relative;
	margin: 0 0.4rem;
}
.top_st_arrow .arrow span {
  top: 0.5rem;
  position: absolute;
  width: 0.60rem;
  height: 0.1rem;
  background-color: #005596;
  display: inline-block;
  transition: all 0.2s ease;
}
.top_st_arrow .arrow span:first-of-type {
  left: 0;
  transform: rotate(45deg);
}
.top_st_arrow .arrow span:last-of-type {
  right: 0;
  transform: rotate(-45deg);
}
.more-text-up.upc_eve .cnt-text:first-child {
	left: 33%;
}
.more-text-up.upc_eve .cnt-text{
	left: 64%;
	z-index: 9999;
}
.more-text-up.upc_eve .cnt-text .more-icon{
	margin-bottom: 12px;
}
.more-text-up.upc_eve .cnt-text .more-icon img{
	height: 50px;
}
.more-text-up.upc_eve .cnt-text .arrow-dn{
	margin-top: 8px;
}
.more-text-up.upc_eve .cnt-text .arrow-dn img{
	  transform: rotate(0deg);
}
.upc_list_in .activitie-box{
	min-height: 440px;
	margin-bottom: 40px;
	cursor: auto;
}
.upc_list_in .activitie-box h2{
	font-size: 22px;
	font-family: "Futura";
	font-weight: 500;
	line-height: 34px;
}

.page-template-template-boat .upc_list_in .activitie-box {
  min-height: 440px;
  margin-bottom: 80px;
  cursor: auto;
}


.page-template-template-upcoming-events .upc_list_in .activitie-box h2{
	font-size: 18px;
	font-family: "Futura";
	font-weight: 500;
	line-height: 30px;
	padding: 0px 27px;
}

.single-post .upc_slider .activitie-box h2{
	font-size: 18px;
	font-family: "Futura";
	font-weight: 500;
	line-height: 30px;
	padding: 0px 27px;
}


.upc_list_in .activitie-box .act-img::before{
	display: none;
}
.upc_list_in .activitie-box .act-img::after{
	display: none;
}
.more-text-up.upc_eve::before{
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	top: 18px;
	bottom: 18px;
	z-index: 9;
	transform: scaleY(1);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-top: 1px solid rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.more-text-up.upc_eve::after{
	content: "";
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 18px;
	right: 18px;
	z-index: 9;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-left: 1px solid rgba(255, 255, 255, 1);
	border-right: 1px solid rgba(255, 255, 255, 1);
}
.upc_list_in .activitie-box:hover .more-text-up.upc_eve::before {
	left: 18px;
	right: 18px;
}

.upc_list_in .activitie-box:hover .more-text-up.upc_eve::after {
    top: 18px;
    bottom: 18px;
}
.upc_list_in .activitie-box .cnt-text a{
	z-index: 10;
	    display: block;
}
.upc_list_in .activitie-box .act-img .actbf{
	z-index: 0;
	position: relative;
}
.pagination.pagination-responsive{
	float: none;
	position: relative;
	display: inline-block;
	width: auto;
	position: relative;
	background: #fff;
	padding-left: 24px;
	padding-right: 24px;
	z-index: 1;
}
.pagination_center{
	text-align: center;
	position: relative;
}
.pagination_center::before{
	content: "";
	border-left: 1px solid #44c2d5;
	border-right: 1px solid #44c2d5;
	display: flex;
	justify-content: space-between;
	top: -16px;
	height: 96px;
	position: absolute;
	width: 100%;
	left: 0;
}
.pagination_center::after{
	content: "";
	border-bottom: 1px solid #44c2d5;
	position: absolute;
	bottom: 73px;
	width: 100%;
	left: 0px;
}
.pagination.pagination-responsive li a{
	width: 57px;
	height: 57px;
	line-height: 29px;
	border-color: #005596 !important;
	margin-right: 16px;
}
.pagination.pagination-responsive li a.active{
	background: #31b44b;
	color: #ffffff;
	border-color: #31b44b !important;
}
.pagination.pagination-responsive li a:hover{
	background: #31b44b;
	color: #ffffff;
	border-color: #31b44b !important;
}
.pagination_center{
	max-width: 1277px;
	margin: 0 auto;
	width: 100%;
	float: none;
}

.upc-event-single{
	padding-top: 50px;
}
.link_bak{
	display: flex;
	margin-bottom: 60px;
}
.link_bak a{
	color: #005596;
	font-size: 16px;
	font-family: "Futura";
	font-weight: 500;
	line-height: 28px;
	text-transform: uppercase;
	margin-right: 40px;
	border-bottom: 2px solid #31b44b;
}
.event-single_left h1{
	font-size: 50px;
	color: #005596;
	font-family: "Futura Md BT";
	font-weight: bold;
	letter-spacing: -2.5px;
	text-transform:none;
}
.event-single_left .experiences-text-btn .DomainSlider-slideWrapLink{
	left: 0px;
}
.event-single_left .experiences-text-btn .DomainSlider-slideWrapLink .Link-titleBg::before {
	background: #ee2a2c;
}
.event-single_left .experiences-text-btn .DomainSlider-slideWrapLink .Link-titleBg::after {
	background: #31b44b;
}
.link_bak a i{
	margin-right: 10px;
}
.event-single_right{
	position: relative;
	z-index: 1;
}
.event-single_right img{
	width: 100%;
}
.upc-event-single{
	position: relative;
}
.upc-event-single::before{
	content: "";
	background: url("../images/bg-banner.jpg") no-repeat center;	
	min-height: 1200px;
	width: 100%;
	display: block;
	position: absolute;
	background-size: cover;
	background-position: bottom;
	top: -400px;
}
.event_dit{
	border: 1px solid #27b9cf;
	max-width: 1078px;
	margin: 0 auto;
	width: 100%;
	padding: 110px 95px 74px 95px;
	margin-top: -57px;
}
.event_dit h2{
	font-size: 40px;
	color: #31b44b;
	font-family: "Futura";
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: inherit;
}
.event_dit h3{
	font-size: 30px;
	color: #31b44b;
	font-family: "Futura";
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: inherit;
}
.event_dit p{
	font-size: 16px;
	color: #1f1f1f;
	line-height: 1.75;
	margin-bottom: 30px;
}
.event_dit h4{
	font-family: "Futura";
	font-weight: 500;
	font-size: 18px;
	color: #005596;
	margin-bottom: 4px;
}
.event_dit ul{
	margin-bottom: 30px;
}
.event_dit ul li{
	font-size: 16px;
	color: #1f1f1f;
	line-height: 28px;
}

.spbutton {background: #ed2227;
padding: 18px 36px!important;
  color: #fff!important;
  font-size: 16px;
  line-height: 0.8;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Futura";
	margin-bottom: 25px;
	display: table;
}

.single-post .event_dit ul li{ list-style: circle; margin-bottom: 13px;}

.single-post .event_dit ul {
  margin-left: 26px;
}

.more_ue_list{
	margin-top: 115px;
}
.more_ue_title{ 
	text-align: center;
}
.more_ue_title h1{
	font-size: 82px;
	color: #005596;
	font-family: "Futura Md BT";
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 38px;
	position: relative;
	z-index: 2;
}
.more_ue_title h1 span{
	-webkit-text-stroke: 2px #005596;
	color: transparent;
}

.upc_slider .slick-list .slick-track .slick-slide{
	margin: 0px 12px;
}
.upc_slider .slick-list{
	margin-bottom: 30px;
}
.upc_slider .more-text-up.upc_eve .cnt-text .more-icon img{
	display: inline-block;
}
.upc_slider .more-text-up.upc_eve .cnt-text .arrow-dn img{
	display: inline-block;
}
.upc_slider .activitie-box h2{
	font-size: 22px;
	font-family: "Futura";
	font-weight: 500;
}
.upc_slider .slick-next.slick-arrow{
	left: 50%;
	margin-left: 6px;
}
.upc_slider .slick-prev.slick-arrow, .upc_slider .slick-next.slick-arrow{
	width: 60px;
	height: 60px;
	line-height: 58px;
}
.upc_slider .slick-prev.slick-arrow{
	left: -61px;
}

.media-assist-form.grp-assist-form1 .wpcf7 .wpcf7-form .wpcf7-form-control-wrap.reservation-date input {
    background-image: url(../img/calendoricon.png);
	   background-position: 323px 19px;
    background-size: 30px;

}
.media-assist-form.grp-assist-form1 .wpcf7 .wpcf7-form input, .media-assist-form.grp-assist-form1 .wpcf7 .wpcf7-form textarea, .wpcf7-form select{
	    border: #a5a5a5 solid 1px;
		    color: #000;
}
section#gfm.grp-assist-form1 {
    max-width: 1000px;
    margin: 0 auto;
}
#gfm.grp-assist-form1 p {
   
    color: #1f1f1f;
}
.grp-assist-form1 .margin-rqst-area {
    margin-bottom: 0;
}

.media-assist-form.grp-assist-form1 span.wpcf7-form-control-wrap.departure-time:after, .media-assist-form.grp-assist-form1 span.wpcf7-form-control-wrap.return-time:after{
	    content: url(../img/timeicon.png);
		    top: 20px;
			background-image: url(../img/timeicon.png);
    background-size: contain;
    content: "";
    height: 36px;
    width: 35px;
    background-repeat: no-repeat;
	right:20px;
}

.plns {
    display: flex;
    align-items: center;
    position: relative;
    background: transparent;
}
.call-list.cl1{
display:none;	
}
.call-list.cl1 a {
    color: #005596;
}

.upc_slider .activitie-box .act-img .actbf {
  z-index: 0;
  position: relative;
}
.upc_slider .activitie-box .cnt-text a {
  z-index: 10;
  display: block;
}
.upc_slider .activitie-box{
	cursor: auto;			
}
.upc_slider .activitie-box .act-img::before, .upc_slider .activitie-box .act-img::after {
	display: none;
}
.upc_slider .activitie-box:hover .more-text-up.upc_eve::before {
  left: 18px;
  right: 18px;
}
.upc_slider .activitie-box:hover .more-text-up.upc_eve::after {
  top: 18px;
  bottom: 18px;
}
.content-boat p{
	text-align: center;
	    font-size: 16px;
}

.our_boats .more-text-up.upc_eve .cnt-text:first-child {
  left: 50%;
}
.upc_event_main.our_boats_in{
	padding: 30px 0px 0px 0px;
}

.about-headr-sec-new{
	padding-bottom: 85px;
	position: relative;
}
.about-headr-sec-new::before{
	content: "";
	background: url("../images/bg-banner.jpg") no-repeat top;
	background-size: cover !important;
	min-height: 1200px;
	width: 100%;
	display: block;
	position: absolute;
	background-size: cover;
	background-position: bottom;
	top: -400px;
}
.about-left-sec{
	margin-right: 20px;
}
.about-left-sec h1{
	color: #31b44b;
	font-size: 48px;
	font-family: "Futura Md BT";
	font-weight: bold;
	margin-bottom: 30px;
}
.about-left-sec p{
	    color: #1f1f1f;
}
.about_box_right{
	display: flex;
	align-items: flex-start;
	position: relative;
}
.about_box_right::before{
	content: "";
	border: 1px solid #106db4;
	width: 75%;
	height: 84%;
	position: absolute;
	top: 54px;
	right: 15px;
	left: -35px;
	bottom: 15px;
	z-index: 0;
}
.about_team img{
	max-width: 430px;
	margin-bottom: 15px;
}
.about_text span{
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Futura";
	font-weight: 500;
	color: #31b44b;
}
.about_text h1{
	font-size: 25px;
	color: #005596;
	font-family: "Futura Md BT";
	font-weight: bold;
	text-transform: uppercase;
}
.about_team.team_b{
	margin-left: -77px;
	margin-top: 73px;
}
.about_team.team_b .about_text{
	float: right;
	margin-bottom: 23px;
}
.about_team.team_b img{
	margin-bottom: 0px;
}
.about_team{
	position: relative;
}

.art-of-tourism{
	padding-top: 85px;
	position: relative;
	overflow: hidden;
}
.art-of-tourism::before{
	content: "";
	background: url("../images/top-ptn.png") no-repeat top;
	background-size: cover !important;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 50%;
	width: 100%;
}
.art-of-tourism-title h1{
	font-size: 90px;
	color: #005596;
	font-family: "Futura Md BT";
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
	line-height: 90px;
	z-index: 2;
}
.art-of-tourism-title h1 span{
	-webkit-text-stroke: 2px #005596;
	color: transparent;
}
.art-of-tourism-title p a{
	color: #005596;
	text-decoration: underline;
}
.art-of-tourism-title p{
	font-size: 16px;
	    color: #1f1f1f;
	max-width: 919px;
	width: 100%;
	line-height: 30px;
}

.gallery-slide-item{
	background-size: cover;
  width: 590px;
  transition: all .2s ease;
  margin-right: 34px;
}
.gallery-slide-item img {
  width: 100%;
  display: block;
  height: 385px;
    object-fit: cover;
}
.art-of-tourism .img-prm-slider-about{
	overflow: visible;
}
.img-prm-slider-about .flickity-viewport {
  overflow: visible;
}
.img-prm-slider-about .gallery-slide-item:hover {
  box-shadow: -2.084px 11.818px 50.15px 8.85px rgba(4,54,115,.34);
}
.tourism_text {
	padding: 60px 0px;
}
.tourism_text h3{
	text-align: center;
	font-size: 30px;
	color: #005596;
	font-family: "Futura Md BT";
	font-weight: bold;
}

.img-prm-slider-about .flickity-prev-next-button {
  position: absolute;
  bottom: 49px;
  background: 0 0;
  margin-right: 0;
  right: 0;
  box-shadow: inset 0 0 0 4px #005596;
  width: 100px;
  height: 100px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: -webkit-flex;
  display: -ms-flexbox;
  overflow: hidden;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
	top: -160px;  
}
.img-prm-slider-about .flickity-prev-next-button:hover {
	box-shadow: inset 0 0 0 4px #31b44b;
}
.img-prm-slider-about .flickity-prev-next-button .flickity-button-icon {
  min-width: 120px;
  display: block;
  width: 120px;
  height: 120px;
  left: 50%;
  top: 50%;
  max-width: none;
  z-index: 9;
  margin: 0;
  -webkit-transform: none;
  transform: none;
  position: absolute;
  fill: #005596;
}
.img-prm-slider-about .flickity-prev-next-button.previous {
  right: 120px;
  left: auto;
}
.img-prm-slider-about .flickity-prev-next-button.previous .flickity-button-icon {
  margin: -10px;
}
.img-prm-slider-about .flickity-prev-next-button.next .flickity-button-icon {
  margin: -110px;
}

.boats_main_about{
	padding-top: 149px;
	background-size: cover !important;
	margin-bottom: 120px;
	position: relative;
}
.boats_main_about::before{
	content: "";
	background: rgba(0,0,0,0.23);
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
.boats_right{
	text-align: center;
	float: right;
}
.boats_right img{
	max-width: 383px;
	margin-bottom: 37px;
}

.boats_right .Link-titleBg{
	z-index:0;
}

.boats_right .pl_button_years .Link {
	padding-bottom: 206px;
}
.boats_right .pl_button_years .Link::before{
	height: 178px;
	top: 40%;
}
.boats_right span.linkwhte:before{
    height: 150px;
	top: 35%;
}
.upc_list_in.our_boats{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lg-thumb-item {
	border: none !important;
	border-radius: 0 !important;
}

button#lg-share , button.lg-flip-ver.lg-icon, button.lg-flip-hor.lg-icon, button.lg-rotate-left.lg-icon, button.lg-rotate-right.lg-icon, a#lg-download{
	display:none !important;
}


.video_center{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	    margin-bottom: 50px;
}

.videos-grid-view .activitie-box{
	margin-bottom: 60px;
}
.inner-video-area{
	position: relative;
}
.inner-video-area::before {
  content: "";
  background: url("../images/bg-banner.jpg") no-repeat top;
  background-size: cover !important;
  min-height: 1200px;
  width: 100%;
  display: block;
  position: absolute;
  background-size: cover;
  background-position: bottom;
  top: -400px;
}

.videos-grid-view .activitie-box .act-img .actbf {
  z-index: 0;
  position: relative;
}
.videos-grid-view .activitie-box{
	cursor: auto;
}
.videos-grid-view .activitie-box .cnt-text a {
  z-index: 10;
  display: block;
}
.videos-grid-view .more-text-up.upc_eve .cnt-text:first-child {
  left: 50%;
}
.videos-grid-view .act-img::before {
	display: none;
}
.videos-grid-view .act-img::after{
	display: none;
}
.videos-grid-view .activitie-box:hover .more-text-up.upc_eve::before {
  left: 18px;
  right: 18px;
}
.videos-grid-view .activitie-box:hover .more-text-up.upc_eve::after {
  top: 18px;
  bottom: 18px;
}

.conact-area-main{
	margin-bottom: 140px;
	position: relative;
}
.conact-area-main::before{
	content: "";
	background: url("../images/bg-banner.jpg") no-repeat top;
	background-size: cover !important;
	min-height: 1200px;
	width: 100%;
	display: block;
	position: absolute;
	background-size: cover;
	background-position: bottom;
	top: -400px;
}
.conact-area-main h1{
	font-size: 82px;
	color: #005596;
	font-family: "Futura Md BT";
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 12px;
	position: relative;
	-webkit-text-stroke: 2px #005596;
	z-index: 2;
	line-height: 75px;
	text-align: center;
}
.conact-area-main h1 span {
  -webkit-text-stroke: 2px #005596;
  color: transparent;
}
.conact-area-main p {
  font-size: 22px;
  color: #005596;
  line-height: 28px;
  font-family: "Sofia Pro";
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}
option {
    font-family: "Futura" !important;
	font-family: "Sofia Pro" !important;
	color: #1f1f1f;
	font-weight: 300;
	padding-left: 10px !important;
	background: #fff;
}
.contact_inner_form{
	max-width: 840px;
	margin: 0 auto;
	width: 100%;
}

.contact_inner_form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap{
	margin: 0 10px;
	display: block;
	float: left;
	width: 47%;
}
.contact_inner_form .wpcf7 .wpcf7-form input{
	padding: 0 20px;
	margin: 0px 0 18px 0px;
	color: #1f1f1f;
	font-size: 20px;
	width: 100%;
	float: left;
	height: 72px;
	border: #bababa solid 1px;
	border-radius: 10px;
	-webkit-border-radius: 0;
	background: #FFF;
	outline: none;
	font-size: 18px;
	color: #1f1f1f;
	font-weight: 300;
	font-family: "Sofia Pro";
}
.contact_inner_form .wpcf7 .wpcf7-form textarea{
	height: 198px;
	padding: 23px 20px 20px 20px;
	margin: 0px 0 18px 0px;
	color: #1f1f1f;
	font-size: 20px;
	width: 100%;
	border: #bababa solid 1px;
	border-radius: 10px;
	-webkit-border-radius: 0;
	background: #FFF;
	outline: none;
	font-size: 18px;
	color: #1f1f1f;
	font-weight: 300;
	font-family: "Sofia Pro";
}
.contact_inner_form .wpcf7 .wpcf7-form select{
	padding: 0 20px;
	margin: 0px 0 18px 0px;
	color: #1f1f1f;
	font-size: 20px;
	width: 100%;
	float: left;
	height: 72px;
	border: #bababa solid 1px;
	border-radius: 10px;
	-webkit-border-radius: 0;
	background: #FFF;
	outline: none;
	font-size: 18px;
	color: #1f1f1f;
	font-weight: 300;
	font-family: "Sofia Pro";
}
.contact_inner_form .wpcf7 .wpcf7-form .wpcf7-form-control-wrap.comments{
	width: 96.50%;
}
.contact_inner_form .wpcf7 .wpcf7-form .wpcf7-Request-Information {
    text-align: center;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    clear: both;
    text-align: center;
    float: left;
    width: 100%;
    display: flex;
}
.contact_inner_form .wpcf7 .wpcf7-form .wpcf7-Request-Information::before{
	display: none;
}
.contact_inner_form .wpcf7 .wpcf7-form .wpcf7-Request-Information input[type="submit"]{
	margin-top: 15px;
	background: #31b44b;
	text-transform: uppercase;
	color: #ffffff;
	border-color: #31b44b;
	font-size: 16px;
	font-family: "Futura";
	font-weight: 500;
	height: 70px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s;
	min-width: 300px;
    width: auto;
    margin: 0 auto;
    display: block;
}
.contact_inner_form .wpcf7 .wpcf7-form .wpcf7-Request-Information input[type="submit"]:hover{
	background: #ee2a2c !important;
	border-color: #ee2a2c;
}

.find_map{
	display: flex;
	width: 100%;
	align-items: center;
	position: relative;
	margin-top: 60px;
}
.find_map::before{
	content: "";
	border: 1px solid #106db4;
	width: 90%;
	height: 116%;
	position: absolute;
	top: -42px;
	right: 15px;
	left: auto;
	bottom: 0px;
	z-index: -1;
}

.conact-area-map h1{
	font-size: 76px;
	color: #005596;
	font-family: "Futura Md BT";
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 12px;
	position: relative;
	-webkit-text-stroke: 2px #005596;
	z-index: 2;
	line-height: 75px;
	text-align: center;
}
.conact-area-map h1 span {
  -webkit-text-stroke: 2px #005596;
  color: transparent;
}
.left_map{
	width: 68%;
}
.left_map img{
	width: 100%;
}
.address_right{
	width: 33%;
	text-align: center;
}
.conact-area-map{
	margin-bottom: 50px;
}

.address_right p{
	font-size: 22px;
	color: #005596;
}
.address_right .tin_text span{
	font-size: 20px;
	color: #005596;
	text-transform: uppercase;
}
.tin_text{
	margin-bottom: 28px;
}
.address_right  a{
	text-align: center;
	display: inline-block;
	color: #005596;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Futura";
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 60px;
}
.address_right  a i{
	margin-left: 5px;
}
.address_right  a::after {
  content: "";
  background: #31b44b;
  position: absolute;
  left: 0px;
  bottom: -4px;
  height: 2px;
  width: 100%;
  transition: width 0.3s;
}
.address_right  a:hover{
	color: #ee2a2c;
}
.address_right strong{
	display: block;
}
.address_right strong a{
	color: #005596;
	font-size: 32px;
	font-family: "Futura";
	    margin-bottom: 0;
}


a.click {
cursor: pointer;
}

.address_right strong a:after {
    opacity: 0;
}

table.ui-datepicker-calendar {
    width: 100%;
}
.ui-datepicker td{
	height: 29px;
}

div#ui-datepicker-div {
    background: #fff;
	padding: 5px;
	border-radius: 0px !important;
	border: 1px solid #abd3ee;
}
.ui-datepicker-next{
position:absolute;	
}
.act-img {
    cursor: pointer;
}

.page-template-template-upcoming-events .event-area-title p{
	margin-bottom: 58px;
}

.media-assist-form .wpcf7 .wpcf7-form {
	padding: 0 0px 30px 0px;
}

div#ui-datepicker-div .ui-datepicker-title{
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px !important;
	font-size: 14px;
}

div#ui-datepicker-div.ui-datepicker .ui-datepicker-prev, div#ui-datepicker-div.ui-datepicker .ui-datepicker-next{
	cursor: pointer;
	display: inline-block;
}
div#ui-datepicker-div.ui-datepicker-prev span, div#ui-datepicker-div.ui-datepicker-prev:hover span {
  width: 9px !important;
  height: 12px !important;
  padding-left: 12px;
  display: inline-block;
  background-position: bottom !important;
}
div#ui-datepicker-div.ui-datepicker-next span, div#ui-datepicker-div.ui-datepicker-next:hover span {
  width: 8px !important;
  height: 15px !important;
  display: inline-block;
  padding-right: 38px;
  background-position: right !important;
}
div#ui-datepicker-div.ui-datepicker td span, div#ui-datepicker-div.ui-datepicker td a{
	display: block;
	width: 26px;
}

.page-id-5785 .more-icon img , .page-id-5781 .more-icon img {
	max-width:78px;
}


div#ui-datepicker-div.ui-datepicker td a.ui-state-highlight{
	background: #31b44b !important; 
}

div#ui-datepicker-div.ui-datepicker td a:hover{
	background: #31b44b !important; 
}

.page-template-template-boat .event-area-title p{
	    margin-bottom: 24px;
}

img.lg-object.lg-image {
    max-height: 80vh !important;
    width: auto !important;
}

.wpcf7-response-output {
    border: none !important;
    width: 100% !important;
    clear: both !important;
    text-align: center !important;
    color: #ed2227 !important;
	    margin-top: 15px !important;
    display: inline-block;
}


.scerenof {
    position: absolute;
    opacity: 0;
    z-index: -999;
} 

.img-boxs-right .in-box img {
    height: 140px;
}
@media (min-width: 1900px){
	.boats_main_about {
    padding-top: 500px;
	background-position: center bottom -100px !important;
	height: 800px;
	}
	section.boats_main_about .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
}


img.splogo {
    max-width: 100px;
}
span.hfflogo strong {
    font-weight: normal;
    position: relative;
        font-size: 12px;
    top: 0px;
}


img.hfflogo {
    width: 92px;
    min-width: 100px;
    position: relative;
    left: -89px;
    top: 0;
    display: flex;
}

span.hfflogo img {
    max-width: 40px;
    margin-right: 7px;
    margin-top: 0;
}
 span.hfflogo a:first-child img {
   margin-right: 17px;
    max-width: 111px;     width: 111px;
}
span.hfflogo {
    margin-right: 20px;
    display: inline;
    vertical-align: middle; width: 426px;
}

span.hfflogo {
    /* float: left; */
}
span.hfflogo {
    margin-right: 30px;
    display: inline;
    vertical-align: middle;
    width: 100%;
    display: block;
    text-align: center;
    margin-left: -188px;
    margin-bottom: 15px;
}

span.hfflogo {
    margin-right: 0;
    display: inline;
    vertical-align: middle;
    width: 100%;
    display: block;
    text-align: center;
    margin-left: 0;
    margin-top: 15px;
    display: flex
;
    align-items: center;
    justify-content: center;
    clear: both;
    padding-top: 15px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
	img.hfflogo {
    width: 61px;
    min-width: 50px;
    position: relative;
    right: 0;
    top: 0;
    margin-left: 10px;
}
}
