/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document

	 ========================================================================== */
/**

 * 1. Correct the line height in all browsers.

 * 2. Prevent adjustments of font size after orientation changes in iOS.

 */
 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections

	 ========================================================================== */
/**

 * Remove the margin in all browsers.

 */
body {
  margin: 0;
}
/**

 * Correct the font size and margin on `h1` elements within `section` and

 * `article` contexts in Chrome, Firefox, and Safari.

 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content

	 ========================================================================== */
/**

 * 1. Add the correct box sizing in Firefox.

 * 2. Show the overflow in Edge and IE.

 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**

 * 1. Correct the inheritance and scaling of font size in all browsers.

 * 2. Correct the odd `em` font sizing in all browsers.

 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics

	 ========================================================================== */
/**

 * Remove the gray background on active links in IE 10.

 */
a {
  background-color: transparent;
}
/**

 * 1. Remove the bottom border in Chrome 57-

 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.

 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**

 * Add the correct font weight in Chrome, Edge, and Safari.

 */
b, strong {
  font-weight: bolder;
}
/**

 * 1. Correct the inheritance and scaling of font size in all browsers.

 * 2. Correct the odd `em` font sizing in all browsers.

 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**

 * Add the correct font size in all browsers.

 */
small {
  font-size: 80%;
}
/**

 * Prevent `sub` and `sup` elements from affecting the line height in

 * all browsers.

 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content

	 ========================================================================== */
/**

 * Remove the border on images inside links in IE 10.

 */
img {
  border-style: none;
}
/* Forms

	 ========================================================================== */
/**

 * 1. Change the font styles in all browsers.

 * 2. Remove the margin in Firefox and Safari.

 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**

 * Show the overflow in IE.

 * 1. Show the overflow in Edge.

 */
button, input {
  /* 1 */
  overflow: visible;
}
/**

 * Remove the inheritance of text transform in Edge, Firefox, and IE.

 * 1. Remove the inheritance of text transform in Firefox.

 */
button, select {
  /* 1 */
  text-transform: none;
}
/**

 * Correct the inability to style clickable types in iOS and Safari.

 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**

 * Remove the inner border and padding in Firefox.

 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**

 * Restore the focus styles unset by the previous rule.

 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**

 * Correct the padding in Firefox.

 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**

 * 1. Correct the text wrapping in Edge and IE.

 * 2. Correct the color inheritance from `fieldset` elements in IE.

 * 3. Remove the padding so developers are not caught out when they zero out

 *		`fieldset` elements in all browsers.

 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**

 * Add the correct vertical alignment in Chrome, Firefox, and Opera.

 */
progress {
  vertical-align: baseline;
}
/**

 * Remove the default vertical scrollbar in IE 10+.

 */
textarea {
  overflow: auto;
}
/**

 * 1. Add the correct box sizing in IE 10.

 * 2. Remove the padding in IE 10.

 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**

 * Correct the cursor style of increment and decrement buttons in Chrome.

 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**

 * 1. Correct the odd appearance in Chrome and Safari.

 * 2. Correct the outline style in Safari.

 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**

 * Remove the inner padding in Chrome and Safari on macOS.

 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**

 * 1. Correct the inability to style clickable types in iOS and Safari.

 * 2. Change font properties to `inherit` in Safari.

 */ ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive

	 ========================================================================== */
/*

 * Add the correct display in Edge, IE 10+, and Firefox.

 */
details {
  display: block;
}
/*

 * Add the correct display in all browsers.

 */
summary {
  display: list-item;
}
/* Misc

	 ========================================================================== */
/**

 * Add the correct display in IE 10+.

 */
template {
  display: none;
}
/**

 * Add the correct display in IE 10.

 */
[hidden] {
  display: none;
}
/* color variable */
/* font variable */
.blue-btn {
  border: none;
  background: #0072cf;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
  height: 45px;
  line-height: 50px;
  text-align: center;
  position: relative;
  cursor: pointer;
  outline: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  text-transform: uppercase;
}
.blue-btn:hover, .blue-btn:focus {
  background: #000000;
  color: #ffffff;
}
.owl-controls .owl-nav, .header .md-header .navigation ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .input-filds-detail {
  display: flex;
}
/* color variable */
/* font variable */
.blue-btn {
  border: none;
  background: #0072cf;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
  height: 45px;
  line-height: 50px;
  text-align: center;
  position: relative;
  cursor: pointer;
  outline: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  text-transform: uppercase;
}
.blue-btn:hover, .blue-btn:focus {
  background: #000000;
  color: #ffffff;
}
.blue-btn:hover, .blue-btn:focus, .blue-btn:visited
{
  color: #fff;
}
.owl-controls .owl-nav, .header .md-header .navigation ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .input-filds-detail {
  display: flex;
}
@font-face {
  font-family: 'FoundersGrotesk-Bold';
  src: url("../webfonts/FoundersGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/FoundersGrotesk-Bold.otf") format("opentype"), url("../webfonts/FoundersGrotesk-Bold.woff") format("woff"), url("../webfonts/FoundersGrotesk-Bold.ttf") format("truetype"), url("../webfonts/FoundersGrotesk-Bold.svg#FoundersGrotesk-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FoundersGrotesk-Regular';
  src: url("../webfonts/FoundersGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/FoundersGrotesk-Regular.otf") format("opentype"), url("../webfonts/FoundersGrotesk-Regular.woff") format("woff"), url("../webfonts/FoundersGrotesk-Regular.ttf") format("truetype"), url("../webfonts/FoundersGrotesk-Regular.svg#FoundersGrotesk-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FoundersGrotesk-Medium';
  src: url("../webfonts/FoundersGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../webfonts/FoundersGrotesk-Medium.otf") format("opentype"), url("../webfonts/FoundersGrotesk-Medium.woff") format("woff"), url("../webfonts/FoundersGrotesk-Medium.ttf") format("truetype"), url("../webfonts/FoundersGrotesk-Medium.svg#FoundersGrotesk-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
body {
  padding: 0;
  margin: 0;
  color: #546e7a;
  font-family: "FoundersGrotesk-Regular";
  font-size: 14px;
  font-weight: 400;
}
img {
  border: none;
  max-width: 100%;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus, a, a:hover, :visited, :focus, a:focus {
  outline: none;
  text-decoration: none;
}
p, pre {
  color: #546e7a;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding-bottom: 15px;
  font-family: "FoundersGrotesk-Regular";
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
ul, ol {
  padding-left: 18px;
  margin-bottom: 30px;
}
a {
  color: #0072cf;
}
a:hover, a:focus {
  color: #0072cf;
}
b, strong {
  font-weight: 700;
}
a {
  transition: all 0.3s ease;
}
/* global css start here SJ */
.outer {
  overflow: hidden;
}
.container {
  max-width: 1280px;
  width: 100%;
}
.relative {
  position: relative;
  z-index: 9;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  color: #042d4e;
  font-family: "FoundersGrotesk-Medium";
  font-weight: 700;
}
h1, .h1 {
  font-size: 38px;
  margin-bottom: 10px;
}
h2, .h2 {
  font-size: 34px;
}
h3, .h3 {
  font-size: 30px;
}
h4, .h4 {
  font-size: 26px;
}
h5, .h5 {
  font-size: 22px;
}
h6, .h6 {
  font-size: 18px;
}
.mr-bt-17 {
  margin-bottom: 17px;
}
input, select, textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.fontRegular {
  font-weight: 400;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.form-control {
  background: #ffffff;
  border: none;
  color: #546e7a;
  height: 50px;
  padding: 0 15px;
  width: 100%;
  border: solid 1px #546e7a;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.form-control:focus {
  box-shadow: 0 0 3px rgba(255, 0, 255, 0.5);
  border-color: #672d91;
}
select.form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 52px !important;
  background: #ffffff url("../images/play-arrow.png") no-repeat center right 15px;
}
select.form-control:focus {
  box-shadow: none;
  border-color: none;
}
/* global css end here */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #333;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-controls .owl-prev, .owl-controls .owl-next {
  background: #f0f0f0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
}
.owl-controls .owl-nav {
  width: 120px;
  margin: 0 auto;
}
.owl-controls .owl-prev:after {
  background: url("../images/left-arrow.png") no-repeat;
  position: absolute;
  width: 29px;
  height: 11px;
  content: "";
  right: -5px;
  top: 16px;
}
.owl-controls .owl-next:after {
  background: url("../images/right-arrow.png") no-repeat;
  position: absolute;
  width: 29px;
  height: 11px;
  content: "";
  left: -5px;
  top: 16px;
}
.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
  background: #0072cf;
}
.owl-controls .owl-prev:hover:after {
  background: url("../images/left-arrow-hover.png") no-repeat;
}
.owl-controls .owl-next:hover:after {
  background: url("../images/right-arrow-hover.png") no-repeat;
}
.owl-controls .owl-dots {
  text-align: center;
  margin-top: 0;
  position: absolute;
  z-index: 9;
  bottom: 190px;
  right: 0;
  left: 0;
}
.owl-controls .owl-dots .owl-dot {
  display: inline-block;
}
.owl-controls .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #000;
  opacity: 0.5;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.owl-controls .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: #672d91;
}
/*==============Owl-Carousel CSS==============================*/
.navnewclass .header {
  background: #ffffff;
  margin: -34px 0 0 0;
}
@media screen and (max-width: 991px) {
  .navnewclass .header {
    margin: -28px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .navnewclass .header {
    margin: -24px 0 0 0;
    background: #000;
  }
}
.navnewclass .header .md-header .logo img {
  height: 40px;
  -webkit-filter: invert(100%);
}
@media screen and (max-width: 991px) {
  .navnewclass .header .md-header .logo img {
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .navnewclass .header .md-header .logo img {
    height: 29px;
    -webkit-filter: invert(0%);
  }
}
.navnewclass .header .md-header .navigation ul li a {
  padding: 20px 0;
  color: #000;
}
.navnewclass .header .md-header .navigation ul li a:before {
  background: #0072cf;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .header {
    background: #000;
  }
}
.header .top-header {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.header .top-header .our-website {
  position: relative;
}
.header .top-header .our-website .top-header-links {
  position: absolute;
  right: 0;
  top: 100%;
  width: 230px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  z-index: 9;
  padding: 10px 15px;
  box-shadow: 0 10px 15px rgba(0, 52, 74, 0.3);
}
.header .top-header .our-website .top-header-links:before {
  position: absolute;
  top: -6px;
  right: 15px;
  width: 15px;
  height: 15px;
  content: "";
  background: #ffffff;
  transform: rotate(45deg);
}
.header .top-header .our-website .top-header-links ul {
  margin: 0;
  padding: 0;
}
.header .top-header .our-website .top-header-links li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: solid 1px #ccc;
}
.header .top-header .our-website .top-header-links li:last-child {
  border-bottom: none;
}
.header .top-header .our-website .top-header-links li a {
  color: #000000;
  display: block;
  padding: 10px 0;
  font-size: 14px;
}
.header .top-header .our-website .top-header-links li a:hover {
  color: #0072cf;
}
.header .top-header .web-link {
  color: #d0dbe7;
  display: block;
  padding: 8px 15px 4px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header .top-header .web-link {
    padding: 5px 15px 1px 0;
  }
}
@media screen and (max-width: 767px) {
  .header .top-header .web-link {
    font-size: 13px;
    padding: 4px 15px 0 0;
  }
}
.header .top-header .web-link:after {
  content: "";
  width: 10px;
  height: 6px;
  background: url("../images/top-menu-arrow.png") no-repeat;
  position: absolute;
  right: 0;
  top: 17px;
}
@media screen and (max-width: 991px) {
  .header .top-header .web-link:after {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header .top-header .web-link:after {
    top: 8px;
  }
}
.header .md-header {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .header .md-header {
    padding: 8px 0;
  }
}
.header .md-header .logo img {
  height: 50px;
  transition: height 0.5s ease;
}
@media screen and (max-width: 991px) {
  .header .md-header .logo img {
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .header .md-header .logo img {
    height: 29px;
  }
}
.header .md-header .navigation {
  margin: 0;
  padding: 0;
}
.header .md-header .navigation ul {
  margin: 0;
  padding: 0;
}
.header .md-header .navigation ul li {
  list-style: none;
  margin: 0 0 0 30px;
  padding: 0;
  display: block;
  position: static;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .header .md-header .navigation ul li {
    margin: 0 0 0 30px;
  }
}
.header .md-header .navigation ul li:hover a {
  opacity: 0.8;
}
.header .md-header .navigation ul li:hover a:before {
  width: 100%;
}
.header .md-header .navigation ul li.current-menu-item a {
  opacity: 0.8;
}
.header .md-header .navigation ul li.current-menu-item a:before {
  width: 100%;
}
.header .md-header .navigation ul li a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: "FoundersGrotesk-Regular";
  text-transform: uppercase;
  padding: 30px 0;
  display: block;
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
}
.header .md-header .navigation ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #ffffff;
  opacity: 0.8;
  margin: 0 auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .header .md-header .navigation ul li a {
    font-size: 14px;
    padding: 15px 0;
  }
}
.header .md-header .navigation ul li .sub-menu {
  position: absolute;
  right: -140px;
  left: 0;
  top: 120%;
  max-width: 1070px;
  background: #ffffff;
  z-index: 9;
  padding: 15px 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.header .md-header .navigation ul li .sub-menu:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  background: #fff;
  content: "";
  box-shadow: 0 10px 15px rgba(0, 52, 74, 0.3);
}
.header .md-header .navigation ul li .sub-menu li {
  display: inline-block;
  margin: 0;
  padding: 0 30px;
  list-style: none;
  width: auto;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .header .md-header .navigation ul li .sub-menu li {
    padding: 0 15px;
  }
}
.header .md-header .navigation ul li .sub-menu li.current-menu-item a {
  color: #0072cf !important;
}
.header .md-header .navigation ul li .sub-menu li a {
  color: #000000;
  display: block;
  padding: 10px 0 !important;
  font-size: 15px;
  font-weight: 500;
}
.header .md-header .navigation ul li .sub-menu li a:before {
  display: none;
}
.header .md-header .navigation ul li .sub-menu li a:hover {
  color: #0072cf;
}
.header .md-header .navigation ul li .sub-menu li .sub-menu {
  position: static;
  box-shadow: none;
  padding: 0;
  display: block;
}
.header .md-header .navigation ul li .sub-menu li .sub-menu:before {
  display: none;
}
.header .md-header .navigation ul li .sub-menu li .sub-menu li {
  width: 100%;
  padding: 0 0 8px 10px;
}
.header .md-header .navigation ul li .sub-menu li .sub-menu li a {
  padding: 0 !important;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.header .md-header .navigation ul li .sub-menu li .sub-menu li a:hover {
  color: #0072cf;
}
.header .md-header .navigation ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header .md-header .subItem {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .md-header .subItem {
    display: block;
  }
}
.banner {
  background: #000000;
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .banner {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: 400px;
    background-position: center;
  }
}
.banner:before {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  height: 290px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .banner:before {
    height: 220px;
  }
}
.banner .banner-uper-box {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 9;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .banner .banner-uper-box {
    transform: translateY(-45%);
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-uper-box {
    transform: translateY(-38%);
  }
}
.banner .banner-uper-box .banner-home-text {
  max-width: 640px;
}
.banner .banner-uper-box .banner-home-text h1 {
  font-family: "FoundersGrotesk-Medium";
  color: #ffffff;
  font-size: 70px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 5px;
}
@media screen and (max-width: 1280px) {
  .banner .banner-uper-box .banner-home-text h1 {
    font-size: 60px;
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner-uper-box .banner-home-text h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-uper-box .banner-home-text h1 {
    font-size: 22px;
    padding: 0 0 5px;
  }
}
.banner .banner-uper-box .banner-home-text h1 small {
  font-size: 58px;
  display: block;
  font-weight: 300;
  font-family: "FoundersGrotesk-Regular";
}
@media screen and (max-width: 1280px) {
  .banner .banner-uper-box .banner-home-text h1 small {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner-uper-box .banner-home-text h1 small {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-uper-box .banner-home-text h1 small {
    font-size: 18px;
  }
}
.banner .banner-uper-box .banner-home-text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 25px;
}
@media screen and (max-width: 1280px) {
  .banner .banner-uper-box .banner-home-text p {
    padding: 0 0 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner-uper-box .banner-home-text p {
    line-height: normal;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-uper-box .banner-home-text p {
    padding: 0 0 10px;
  }
}
.banner .banner-uper-box .banner-home-text .abt-btn {
  background: #ffffff;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  height: 55px;
  line-height: 60px;
  padding: 0 30px;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .banner .banner-uper-box .banner-home-text .abt-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner-uper-box .banner-home-text .abt-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 13px;
  }
}
.banner .banner-uper-box .banner-home-text .abt-btn:hover {
  background: #0072cf;
  color: #ffffff;
}
.banner .mous-box {
  position: absolute;
  bottom: 12px;
  right: 0;
  left: 0;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .banner .mous-box {
    display: none;
  }
}
.banner .mous-box .sld-bootom {
  display: block;
}
.banner .mous-box .sld-bootom:before {
  height: 105px;
  background: #ffffff;
  width: 1px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  top: -131px;
}
.banner .mous-box .sld-bootom:after {
  height: 26px;
  background: #0072cf;
  width: 1px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  top: -26px;
}
.banner .mous-box .ml2 {
  font-size: 12px;
  color: #0072cf;
  display: block;
}
.banner .mous-box .ml2 .letter {
  display: inline-block;
  line-height: 1em;
}
.banner.inner-banner {
  height: 498px;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .banner.inner-banner {
    min-height: 400px;
   
  }
}
@media screen and (max-width: 991px) {
  .banner.inner-banner {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .banner.inner-banner {
    min-height: 300px;
    padding-top: 95px;
    padding-bottom: 30px;
    height: auto !important;
  }
 
}
.banner.inner-banner .banner-home-text {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  z-index: 9;
  position: absolute;
  top: 60%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .banner.inner-banner .banner-home-text {
    padding: 0;
    top: 65%;
  }
}
@media screen and (max-width: 991px) {
  .banner.inner-banner .banner-home-text {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner.inner-banner .banner-home-text {
    padding: 0 15px 0 15px;
  }

  .banner.inner-banner .banner-home-text {
    position: relative;
    top: 0;
    transform: none;
  }
}
.banner.inner-banner .banner-home-text h1 {
  font-size: 46px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .banner.inner-banner .banner-home-text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .banner.inner-banner .banner-home-text h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .banner.inner-banner .banner-home-text h1 {
    font-size: 22px;
  }
}
.banner.inner-banner .banner-home-text p {
  font-size: 15px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .banner.inner-banner .banner-home-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .banner.inner-banner .banner-home-text p {
    font-size: 13px;
    line-height: 18px;
  }
}
.heading-box {
  text-align: center;
  padding: 0 0 25px;
}
@media screen and (max-width: 991px) {
  .heading-box {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .heading-box {
    padding: 0 0 20px;
  }
}
.heading-box span {
  border-bottom: solid 1px #0072cf;
  display: inline-block;
  padding: 0 55px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .heading-box span {
    padding: 0 35px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .heading-box span {
    padding: 0 15px;
  }
}
.heading-box span strong {
  display: block;
  font-size: 14px;
  color: #042d4e;
  text-transform: uppercase;
  font-family: "FoundersGrotesk-Regular";
  font-weight: 500;
  background: #ffffff;
  line-height: 14px;
  margin: 0 0 -10px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .heading-box span strong {
    font-size: 12px;
    line-height: 12px;
    padding: 0 5px;
  }
}
.heading-box h2 {
  font-size: 38px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .heading-box h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .heading-box h2 {
    font-size: 22px;
  }
}
.footer {
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
  padding: 660px 0 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 600px 0 30px 0;
  }
}
.footer .ft-copyright p {
  padding: 15px 0 0 0;
  margin: 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.footer .ft-menu {
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .footer .ft-menu {
    padding: 0 0 10px;
  }
}
.footer .ft-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer .ft-menu ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .footer .ft-menu ul li {
    display: block;
    margin: 10px 0;
  }
}
.footer .ft-menu ul li a {
  color: #ffffff;
  letter-spacing: 1px;
}
.footer .ft-menu ul li a:hover {
  opacity: 0.6;
}
.footer .social-icon {
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .footer .social-icon {
    padding: 0 0 10px;
  }
}
.footer .social-icon ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer .social-icon ul li {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .footer .social-icon ul li {
    font-size: 16px;
  }
}
.footer .social-icon ul li a {
  color: #ffffff;
}
.footer .social-icon ul li a:hover {
  opacity: 0.6;
}
.footer .ft-logo {
  max-width: 115px;
  margin: 0 auto;
  display: block;
}
.container2 {
  display: block;
  cursor: pointer;
}
.bar1, .bar2, .bar3 {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  margin: 5px 0;
  transition: 0.4s;
}
.change .bar1 {
  transform: rotate(-45deg) translate(-2px, 2px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  transform: rotate(45deg) translate(-8px, -8px);
}
.menuImage {
  display: none;
}
.menuImage {
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 34px;
  width: 30px;
  z-index: 999;
}
.menuImage > img {
  height: auto;
  width: 100%;
}
.iphon_navigation {
  background: #000;
  bottom: 0;
  display: block !important;
  right: -240px;
  overflow-y: auto;
  margin: 0 !important;
  position: fixed;
  text-shadow: none;
  top: 70px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  width: 240px;
  z-index: 9999;
  padding: 10px 0 !important;
  height: 100% !important;
}
.nav-open {
  right: 0 !important;
}
.iphon_navigation ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.iphon_navigation ul li {
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  position: relative;
  border-bottom: solid 1px #464646;
  color: #fff;
}
.iphon_navigation ul li:first-child {
  border-top: none;
}
.iphon_navigation ul li a img {
  display: none;
}
.parentMenu > div.subItem {
  width: 50px;
  height: 40px;
  float: right;
  background: url("../images/faq-arrowup.png") no-repeat center;
  cursor: pointer;
}
.parentMenuActive > div.subItem {
  width: 50px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/faq-arrowdown.png") no-repeat center !important;
  cursor: pointer;
}
.parentMenu > div.subItem {
  background: url("../images/faq-arrowup.png") no-repeat scroll center center transparent;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 40px;
}
.iphon_navigation ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 20px;
  list-style: none outside none;
  margin: 0;
  padding: 10px 20px;
  text-decoration: none;
  overflow: hidden;
  font-weight: normal;
}
.iphon_navigation ul li a:hover {
  color: #fff;
  text-shadow: inherit;
  text-decoration: none;
  background: #000;
}
.iphon_navigation ul li:last-child a {
  margin: 0;
}
.iphon_navigation > ul ul {
  background-image: none !important;
  margin: 0;
  padding: 0;
  width: 100%;
}
.iphon_navigation ul ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  border: none;
}
.iphon_navigation ul ul li a {
  background: #464646;
  color: #FFFFFF;
  display: block;
  list-style: none outside none;
  margin: 0 0 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
}
.iphon_navigation ul li a:hover {
  color: #fff;
  text-shadow: inherit;
  text-decoration: none;
  background: #333;
}
.iphon_navigation ul ul ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  list-style: none;
}
.iphon_navigation ul ul ul li a {
  background: #004680;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  list-style: none outside none;
  margin: 0 0 1px;
  padding: 7px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.iphon_navigation ul ul ul li a:hover {
  color: #fff;
  text-shadow: inherit;
  text-decoration: none;
}
.sub-menu.subMenu {
  display: none;
}
.scroll-hidden::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.navnewclass .iphon_navigation {
  top: 47px;
}
/****Images Hover****/
.ripple-anim {
  position: relative;
}
.ripple-anim:before, .ripple-anim:after {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  content: "";
  height: 0px;
  opacity: 1;
  position: absolute;
  right: 0;
  width: 0px;
  visibility: visible;
  z-index: 1;
}
.ripple-anim:after {
  left: 0;
  top: 0;
}
.ripple-anim:hover:after, .ripple-anim:hover:before {
  height: 100%;
  opacity: 0;
  transition-duration: 1.3s;
  -webkit-transition-duration: 1.3s;
  width: 100%;
  visibility: hidden;
}
/****Images Hover****/
.bounce-arrow {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce-arrow {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce-arrow {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.main-block-pages {
  margin-bottom: -450px;
  position: relative;
}
.main-block-pages.main-block-inner-pages {
  margin-bottom: -420px;
  padding: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .main-block-pages.main-block-inner-pages {
    padding: 30px 0 0;
  }
}
.inner-heading {
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .inner-heading {
    padding: 0 0 30px;
  }
}
.inner-heading .hd-icon {
  width: 68px;
  position: relative;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .inner-heading .hd-icon {
    display: none;
  }
}
.inner-heading .hd-icon:after {
  width: 1px;
  height: 60px;
  background: #042d4e;
  position: absolute;
  right: 0;
  left: 0;
  top: -60px;
  margin: 0 auto;
  content: "";
}
.inner-heading .hd-icon img {
  border: solid 1px #042d4e;
  display: block;
  margin: 0 auto;
}
.inner-heading h2 {
  margin: 0;
  font-size: 26px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .inner-heading h2 {
    font-size: 18px;
  }
}
.inner-heading h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 0 0px;
}
@media screen and (max-width: 991px) {
  .inner-heading h3 {
    font-size: 18px;
  }
}
.inner-heading p {
  padding: 0;
  line-height: 18px;
}
.latest-news-block .view-btn-outer .blue-btn {
  display: block;
  width: 160px;
  margin: 30px auto 0;
}
.default-content-section p {
  margin: 0;
  padding-bottom: 20px;
  line-height: 24px;
}
.our-mission {
  background: #f0f0f0;
}
.our-mission .our-mission-inst {
  background: #ffffff;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 100px 80px 75px;
  position: relative;
  z-index: 1;
  top: -80px;
}
@media screen and (max-width: 1199px) {
  .our-mission .our-mission-inst {
    max-width: 850px;
  }
}
@media screen and (max-width: 991px) {
  .our-mission .our-mission-inst {
    top: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 20px;
  }
}
.our-mission .our-mission-inst h2 {
  font-weight: 600;
  font-size: 36px;
  margin: 0;
  padding: 0 0 15px;
}
@media screen and (max-width: 991px) {
  .our-mission .our-mission-inst h2 {
    font-size: 26px;
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .our-mission .our-mission-inst h2 {
    font-size: 20px;
    padding: 0 0 10px;
  }
}
.our-mission .our-mission-inst p {
  margin: 0;
  padding: 0;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .our-mission .our-mission-inst p {
    line-height: 22px;
  }
}
.most-recent-block {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f0f0f0 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
@media screen and (max-width: 991px) {
  .most-recent-block {
    padding: 40px 0 0;
  }
}
.most-recent-block .heading-box span strong {
  background: #f0f0f0;
}
.most-recent-block .row {
  margin-right: -10px;
  margin-left: -10px;
}
.most-recent-block .row .col-md-6 {
  padding-right: 10px;
  padding-left: 10px;
}
.most-recent-block .st-box {
  /*@include border-radius(10px);*/
  overflow: hidden;
  position: relative;
  background: #000000;
}
.most-recent-block .st-box:after {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 99%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  top: 65%;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  opacity: 0.9;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .most-recent-block .st-box.one-box {
    margin-bottom: 17px;
  }
}
.most-recent-block .st-box.one-box .st-img {
  height: 489px;
}
@media screen and (max-width: 991px) {
  .most-recent-block .st-box.one-box .st-img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .most-recent-block .st-box.one-box .st-img {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .most-recent-block .st-box.two-box {
    margin-bottom: 17px;
  }
}
.most-recent-block .st-box.two-box .st-img {
  height: 236px;
}
@media screen and (max-width: 991px) {
  .most-recent-block .st-box.two-box .st-img {
    height: 192px;
  }
}
@media screen and (max-width: 767px) {
  .most-recent-block .st-box.two-box .st-img {
    height: 180px;
  }
}
.most-recent-block .st-box .st-img img {
  display: block;
  width: 100%;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.most-recent-block .st-box:hover:after {
  opacity: 1;
}
.most-recent-block .st-box:hover .st-text {
  bottom: 10px;
}
.most-recent-block .st-box .hover-eft {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.most-recent-block .st-box .st-text {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 25px 25px 20px;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .most-recent-block .st-box .st-text {
    padding: 10px;
  }
}
.most-recent-block .st-box .st-text span {
  font-size: 20px;
  color: #ffffff;
  display: block;
  font-weight: 400;
  padding: 0 0 3px;
}
@media screen and (max-width: 991px) {
  .most-recent-block .st-box .st-text span {
    font-size: 16px;
  }
}
.most-recent-block .st-box .st-text span a {
  color: #ffffff;
}
.most-recent-block .st-box .st-text p {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .most-recent-block .st-box .st-text p {
    line-height: 16px;
  }
}
.most-recent-block .view-btn-outer {
  text-align: center;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .most-recent-block .view-btn-outer {
    padding: 10px 0 0 0;
  }
}
.most-recent-block .view-btn-outer .blue-btn {
  display: block;
  width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .most-recent-block .view-btn-outer .blue-btn {
    width: 120px;
    padding: 0;
  }
}
.vacation-club {
  padding: 55px 0;
}
@media screen and (max-width: 991px) {
  .vacation-club {
    padding: 40px 0;
  }
}
.vacation-club .container {
  max-width: 1310px;
}
.vacation-club .wyndham-vacation-slider {
  overflow: hidden;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .vacation-club .wyndham-vacation-slider {
    padding: 0;
  }
}
.vacation-club .wyndham-vacation-slider .owl-stage-outer {
  padding: 0 0 80px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .vacation-club .wyndham-vacation-slider .owl-stage-outer {
    padding: 0 0 60px;
  }
}
.vacation-club .wyndham-vacation-slider .owl-stage-outer .owl-stage {
  display: flex;
  height: 100%;
}
.vacation-club .wyndham-vacation-slider .owl-stage-outer .owl-stage .owl-item {
  float: none;
}
.vacation-club .vacation-club-box {
  position: relative;
  box-shadow: 0 10px 10px rgba(0, 52, 74, 0.2);
  /*@include border-radius(10px);*/
  background: #ffffff;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .vacation-club .vacation-club-box {
    box-shadow: none;
  }
}
.vacation-club .vacation-club-box:hover .vacation-img img {
  opacity: 0.6;
}
.vacation-club .vacation-club-box .vacation-img {
  /*@include border-radius(10px 10px 0 0);*/
  overflow: hidden;
}
.vacation-club .vacation-club-box .vacation-img img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}
.vacation-club .vacation-club-box .vacation-text {
  background: #ffffff;
  padding: 15px;
  /*@include border-radius(0 0 10px 10px);*/
  /* position:absolute;

			right:10px;

			left:10px;

			bottom:-35px; */
  text-align: center;
  min-height: 182px;
  /*box-shadow:0 5px 20px rgba(0, 52, 74, 0.1);*/
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .vacation-club .vacation-club-box .vacation-text {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .vacation-club .vacation-club-box .vacation-text {
    min-height: auto;
    box-shadow: 0 5px 10px rgba(0, 52, 74, 0.2);
  }
}
.vacation-club .vacation-club-box .vacation-text .club-hd {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding: 0 0 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .vacation-club .vacation-club-box .vacation-text .club-hd {
    font-size: 14px;
  }
}
.vacation-club .vacation-club-box .vacation-text .club-hd a {
  color: #000000;
}
.vacation-club .vacation-club-box .vacation-text .club-hd a:hover {
  color: #0072cf;
}
.vacation-club .vacation-club-box .vacation-text .club-hd small {
  color: #79858d;
  font-size: 15px;
  font-weight: 400;
  display: block;
}
.vacation-club .vacation-club-box .vacation-text .club-hd:after {
  width: 58px;
  height: 1px;
  background: #79858d;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.vacation-club .vacation-club-box .vacation-text p {
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  opacity: 0.8;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .vacation-club .vacation-club-box .vacation-text p {
    font-size: 13px;
    line-height: 18px;
  }
}
.latest-news-block .container {
  max-width: 1328px;
}
@media screen and (max-width: 767px) {
  .latest-news-block .container {
    padding: 0 5px;
  }
}
.latest-news-block .latest-news-slider {
  margin: -60px 0 0 0;
  padding: 0 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .latest-news-block .latest-news-slider {
    padding: 0 10px;
  }
}
.latest-news-block .latest-news-slider .owl-stage-outer {
  padding: 60px 0px 80px;
  overflow: visible;
}
.latest-news-block .latest-news-slider .owl-stage-outer .owl-stage {
  height: 100%;
  display: flex;
}
.latest-news-block .latest-news-slider .owl-stage-outer .owl-stage .item {
  height: 100%;
}
.latest-news-block .latest-news-slider .owl-controls .owl-nav {
  margin: -40px auto 0;
}
.latest-news-block .latest-news-slider .latest-dest {
  background: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow: 0 18px 25px rgba(0, 52, 74, 0.2);
  padding: 40px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .latest-news-block .latest-news-slider .latest-dest {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .latest-news-block .latest-news-slider .latest-dest {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .latest-news-block .latest-news-slider .latest-dest {
    box-shadow: 0 5px 10px rgba(0, 52, 74, 0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
}
.latest-news-block .latest-news-slider .latest-dest span {
  opacity: 0.8;
  display: block;
  padding: 0 0 5px;
}
.latest-news-block .latest-news-slider .latest-dest p {
  font-size: 16px;
  line-height: 30px;
  opacity: 0.8;
  padding: 0 0 8px;
  min-height: 130px;
}
@media screen and (max-width: 1199px) {
  .latest-news-block .latest-news-slider .latest-dest p {
    font-size: 15px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .latest-news-block .latest-news-slider .latest-dest p {
    font-size: 14px;
    line-height: 22px;
    min-height: 100px;
  }
}
.latest-news-block .latest-news-slider .latest-dest .view-link {
  display: inline-block;
  color: #3494dd;
  font-size: 16px;
}
.latest-news-block .latest-news-slider .latest-dest .view-link i {
  position: relative;
  top: 1px;
  font-size: 13px;
}
.latest-news-block .latest-news-slider .latest-dest .view-link:hover {
  color: #000000;
}
.breadcrumb {
  padding: 15px 0;
  margin: 0px;
  background-color: transparent;
}
.about-pages h6 {
  font-family: "FoundersGrotesk-Regular";
  font-weight: 400;
  color: #000000;
  margin: 0;
  padding: 0 0 12px;
}
.about-pages p {
  padding: 0 0 40px;
}
@media screen and (max-width: 991px) {
  .about-pages p {
    font-size: 14px;
  }
}
.senior-leadership-pages .team-box {
  position: relative;
  margin-bottom: 100px;
}
.senior-leadership-pages .team-box .team-img img {
  display: block;
  width: 100%;
  /*@include border-radius(10px);*/
}
.senior-leadership-pages .team-box .team-bio {
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 15px;
  background: #ffffff;
  padding: 15px 22px;
  box-shadow: 0 18px 25px rgba(0, 52, 74, 0.2);
  /*@include border-radius(10px 0 10px 10px);*/
  height: 50%;
  min-height: 175px;
}
@media screen and (max-width: 991px) {
  .senior-leadership-pages .team-box .team-bio {
    padding: 10px;
    height: 45%;
    min-height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .senior-leadership-pages .team-box .team-bio {
    height: auto;
    min-height: inherit;
  }
}
.senior-leadership-pages .team-box .team-bio span {
  display: block;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  font-family: "FoundersGrotesk-Medium";
  font-weight: 500;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .senior-leadership-pages .team-box .team-bio span {
    font-size: 15px;
    padding: 0;
  }
}
.senior-leadership-pages .team-box .team-bio p {
  line-height: 22px;
  margin-bottom: 0px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .senior-leadership-pages .team-box .team-bio p {
    font-size: 14px;
    line-height: 18px;
  }
}
.media-releases .rpt-medi-list {
  margin: 0;
  padding: 0;
}
.media-releases .rpt-medi-list li {
  list-style: none;
  display: block;
}
.media-releases .rpt-medi-list li:last-child .releases-block {
  border-bottom: none;
}
.media-releases .releases-block {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #e2e2e2;
}
@media screen and (max-width: 991px) {
  .media-releases .releases-block {
    align-items: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .media-releases .releases-block {
    padding-bottom: 3px;
    margin-bottom: 15px;
  }
}
.media-releases .releases-block .media-img {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .media-releases .releases-block .media-img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.media-releases .releases-block .media-img img {
  display: block;
  width: 100%;
}
.media-releases .releases-block .media-text {
  width: 67%;
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .media-releases .releases-block .media-text {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .media-releases .releases-block .media-text {
    padding-left: 0;
    width: 100%;
  }
}
.media-releases .releases-block .media-text .med-heading {
  display: block;
  font-size: 26px;
  color: #042d4e;
  font-family: "FoundersGrotesk-Regular";
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .media-releases .releases-block .media-text .med-heading {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .media-releases .releases-block .media-text .med-heading {
    font-size: 18px;
    line-height: 22px;
  }
}
.media-releases .releases-block .media-text .med-heading a {
  color: #042d4e;
}
.media-releases .releases-block .media-text .med-heading a:hover {
  color: #0072cf;
}
.media-releases .releases-block .media-text .date-pub {
  display: inline-block;
  font-size: 14px;
  color: #042d4e;
  text-transform: uppercase;
  line-height: normal;
  border-bottom: solid 1px #0072cf;
  margin-bottom: 20px;
}
.media-releases .releases-block .media-text .date-pub a {
  color: #042d4e;
}
.media-releases .releases-block .media-text .read-btn {
  font-size: 14px;
  color: #0072cf;
  display: inline-block;
  text-transform: uppercase;
  line-height: 14px;
}
.media-releases .releases-block .media-text .read-btn:hover {
  color: #000000;
}
.media-releases .releases-block .media-text .read-btn i {
  font-size: 11px;
}
.media-releases .releases-block .media-text p {
  font-size: 15px;
}
.media-releases .view-btn-outer {
  padding-top: 10px;
}
.media-releases .view-btn-outer .blue-btn {
  display: block;
  width: 160px;
  margin: 0 auto;
}
.media-releases.our-employee-stories .employee-left {
  background: #ffffff;
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0, 52, 74, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .media-releases.our-employee-stories .employee-left {
    margin-bottom: 20px;
  }
}
.media-releases.our-employee-stories .employee-left .employee-img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.media-releases.our-employee-stories .employee-left .employee-img img {
  display: block;
  width: 100%;
}
.media-releases.our-employee-stories .employee-left .employee-info span {
  display: block;
  font-size: 16px;
  color: #000000;
}
.media-releases.our-employee-stories .employee-left .employee-info p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .media-releases.our-employee-stories .employee-left .employee-info p {
    padding-bottom: 10px;
  }
}
.media-releases.our-employee-stories .employee-left .employee-info .social-icon span {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  padding-bottom: 2px;
}
.media-releases.our-employee-stories .employee-left .employee-info .social-icon ul {
  margin: 0;
  padding: 0;
}
.media-releases.our-employee-stories .employee-left .employee-info .social-icon ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
.media-releases.our-employee-stories .employee-left .employee-info .social-icon ul li a {
  color: #546e7a;
  font-size: 16px;
}
.media-releases.our-employee-stories .employee-left .employee-info .social-icon ul li a:hover {
  color: #0072cf;
}
.media-releases.our-employee-stories .releases-block .media-img img {
  /*@include border-radius(10px);*/
}
.media-releases.our-employee-stories .releases-block .media-text .med-heading {
  font-size: 22px;
  line-height: 26px;
}
@media screen and (max-width: 991px) {
  .media-releases.our-employee-stories .releases-block .media-text .med-heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .media-releases.our-employee-stories .releases-block .media-text .med-heading {
    font-size: 16px;
    line-height: 22px;
  }
}
.media-releases.our-employee-stories .releases-block .media-text .date-pub {
  margin-bottom: 15px;
}
.our-resorts-page .filter-block {
  background: #d6e5f1;
  margin-top: -60px;
  padding: 20px 0;
  margin-bottom: 60px;
}
.our-resorts-page .filter-block .container {
  max-width: 1024px;
}
.our-resorts-page .filter-block .country-select {
  width: 40%;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-right: 15px;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  .our-resorts-page .filter-block .country-select {
    width: 100%;
    height: 40px !important;
    line-height: 44px;
    margin-bottom: 10px;
  }
}
.our-resorts-page .filter-block .blue-btn {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 52px;
  line-height: 56px;
  width: 17%;
}
@media screen and (max-width: 767px) {
  .our-resorts-page .filter-block .blue-btn {
    width: 100%;
    height: 40px;
    line-height: 44px;
  }
}
.our-resorts-page .resorts-list-block {
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  .our-resorts-page .resorts-list-block {
    margin: 0;
    height: auto !important;
  }
}
.our-resorts-page .resorts-list-block .resort-dtl-box {
  background: #ffffff;
  /*@include border-radius (10px);*/
  padding: 5px;
  box-shadow: 0 5px 10px rgba(0, 52, 74, 0.2);
}
.our-resorts-page .resorts-list-block .resort-dtl-box:hover .resort-img-box i {
  opacity: 1;
}
.our-resorts-page .resorts-list-block .resort-dtl-box .resort-img-box {
  position: relative;
}
.our-resorts-page .resorts-list-block .resort-dtl-box .resort-img-box i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  /*border-radius: 10px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.our-resorts-page .resorts-list-block .resort-dtl-box .resort-img-box i img {
  display: block;
  width: auto;
}
.our-resorts-page .resorts-list-block .resort-dtl-box .resort-img-box img {
  display: block;
  /*@include border-radius (10px);*/
  width: 100%;
}
.our-resorts-page .resorts-list-block .resort-dtl-box .resort-text-box {
  padding: 15px 15px 10px;
}
.our-resorts-page .resorts-list-block .resort-dtl-box .resort-text-box span {
  display: block;
  font-size: 18px;
  color: #000000;
}
.our-resorts-page .resorts-list-block .resort-dtl-box .resort-text-box span a {
  color: #000000;
}
.our-resorts-page .resorts-list-block .resort-dtl-box .resort-text-box p {
  padding-bottom: 5px;
}
.our-resorts-page .resorts-list-block .resort-dtl-box .resort-text-box .read-btn {
  font-size: 14px;
  color: #0072cf;
  display: inline-block;
  text-transform: uppercase;
  line-height: 14px;
}
.our-resorts-page .resorts-list-block .resort-dtl-box .resort-text-box .read-btn:hover {
  color: #000000;
}
.our-resorts-page .resorts-list-block .resort-dtl-box .resort-text-box .read-btn i {
  font-size: 11px;
}
.our-resorts-page .view-btn-outer {
  padding-top: 10px;
}
.our-resorts-page .view-btn-outer .blue-btn {
  display: block;
  width: 160px;
  margin: 0 auto;
}
.grid-item {
  width: 25%;
  padding: 0 19px 30px;
}
@media screen and (max-width: 991px) {
  .grid-item {
    padding: 0 15px 30px;
    width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .grid-item {
    width: 100%;
    padding: 0 0 15px;
    position: static !important;
    float: none !important;
  }
  .our-resorts-page .filter-block {
    margin-top: -31px;
   
  }
}
.grid-item {
  float: left;
}
/************resorts-detail-page-block**********/
.resorts-detail-page-block .resorts-detail-block {
  padding: 40px 0;
}
.resorts-detail-page-block .resorts-detail-block .dft-text {
  padding: 40px 0 10px;
}
.resorts-detail-page-block .resorts-detail-block .dft-text p {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.resorts-detail-page-block .resorts-detail-block .detail-resort-slider {
  margin: 0 -60px 0 0;
}
@media screen and (max-width: 991px) {
  .resorts-detail-page-block .resorts-detail-block .detail-resort-slider {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .resorts-detail-page-block .resorts-detail-block .detail-resort-slider {
    margin: 0 0 20px;
  }
}
.resorts-detail-page-block .resorts-detail-block .detail-resort-slider ul {
  margin: 0;
  padding: 0;
}
.resorts-detail-page-block .resorts-detail-block .detail-resort-slider ul li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.resorts-detail-page-block .resorts-detail-block .detail-resort-slider .car-thumb-text {
  padding: 0 0 20px;
}
.resorts-detail-page-block .resorts-detail-block .detail-resort-slider .car-thumb-sec .slides li {
  margin: 0 20px 0 0 !important;
  cursor: pointer;
}
.resorts-detail-page-block .resorts-detail-block .detail-resort-slider .car-thumb-sec .flex-control-nav {
  margin: 0;
  padding: 18px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .resorts-detail-page-block .resorts-detail-block .detail-resort-slider .car-thumb-sec .flex-control-nav {
    padding: 0;
  }
}
.resorts-detail-page-block .resorts-detail-block .detail-resort-slider .car-thumb-sec .flex-control-nav li {
  list-style: none;
  display: inline-block;
  padding: 0 2px;
}
.resorts-detail-page-block .resorts-detail-block .detail-resort-slider .car-thumb-sec .flex-control-nav li a {
  font-size: 0px;
  width: 8px;
  height: 8px;
  background: #a5a6a6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
}
.resorts-detail-page-block .resorts-detail-block .detail-resort-slider .car-thumb-sec .flex-control-nav li a.flex-active {
  background: #0072cf;
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail {
  padding: 0 0 0 90px;
}
@media screen and (max-width: 991px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail {
    padding: 0;
  }
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail h3 {
  font-size: 50px;
  color: #042d4e;
  margin: 0;
  padding: 0;
  font-family: "FoundersGrotesk-Medium";
  text-transform: uppercase;
  line-height: normal;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail h3 {
    font-size: 32px;
  }
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail h3 small {
  display: block;
  font-size: 14px;
  color: #7c7d7d;
  padding-bottom: 5px;
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .price-alt {
  display: block;
  font-size: 40px;
  font-weight: 400;
  color: #042d4e;
  padding: 0 0 10px;
}
@media screen and (max-width: 1199px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail .price-alt {
    font-size: 35px;
  }
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .proin-text {
  padding: 0 0 50px;
}
@media screen and (max-width: 1199px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail .proin-text {
    padding: 0 0 20px;
  }
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .proin-text span {
  font-size: 18px;
  color: #546e7a;
  display: block;
  font-weight: 500;
  padding: 0 0 20px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail .proin-text span {
    font-size: 16px;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .proin-text span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 210px;
  height: 1px;
  bottom: 0;
  background: #0072cf;
  display: none;
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .proin-text p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail .proin-text p {
    font-size: 14px;
  }
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .amenities-heading {
  display: block;
  font-size: 20px;
  color: #042d4e;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0 20px;
}
@media screen and (max-width: 1199px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .amenities-heading {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .amenities-heading {
    font-size: 16px;
    padding: 0 0 10px;
  }
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .amenities-list {
  margin: 0;
  padding: 0 0 35px;
}
@media screen and (max-width: 1199px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .amenities-list {
    padding: 0 0 20px;
  }
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .amenities-list li {
  list-style: none;
  margin: 0 50px 0 0;
  padding: 0;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .amenities-list li {
    margin: 0 25px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .amenities-list li {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .amenities-list li {
    margin: 0 5px 0 0;
  }
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .amenities-list li:last-child {
  margin: 0;
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .amenities-list li img {
  display: block;
  margin: 0 auto;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .amenities-list li img {
    height: 28px;
  }
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .amenities-list li span {
  display: block;
  font-size: 18px;
  color: #546e7a;
  padding: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .amenities-list li span {
    padding: 10px 0 0 0;
    font-size: 14px;
  }
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .input-filds-detail {
  padding: 0 0 45px 0;
}
@media screen and (max-width: 575px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .input-filds-detail {
    display: block;
    padding: 0 0 10px 0;
  }
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .input-filds-detail .form-group {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 1199px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .input-filds-detail .form-group {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .input-filds-detail .form-group {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .input-filds-detail .person-number {
  width: 34%;
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .input-filds-detail .from-date-hm {
  width: 25%;
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .input-filds-detail .form-control {
  border: solid 2px #0072cf;
  font-size: 16px;
  color: #546e7a;
}
.resorts-detail-page-block .resorts-detail-block .resort-right-detail .amenities-box .book-now-btn .purple-btn {
  width: 325px;
  height: 55px;
  line-height: 55px;
}
.resorts-detail-page-block .directions-block {
  position: relative;
  padding-bottom: 100px;
}
.resorts-detail-page-block .directions-block .map-box {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 52, 74, 0.3);
}
.resorts-detail-page-block .directions-block .map-box #resortMap {
  height: 450px;
}
.resorts-detail-page-block .directions-block .map-box #resortMap .gm-style-iw.gm-style-iw-c {
  padding: 20px 0 0 20px !important;
  width: 250px;
}
.resorts-detail-page-block .directions-block .map-box #resortMap h1 {
  margin: 0;
  padding: 0 0 8px;
  font-size: 22px;
  font-weight: 500;
}
.resorts-detail-page-block .directions-block .map-box #resortMap p {
  margin: 0;
  padding: 0 0 8px;
  line-height: 14px;
}
/************resorts-detail-page-block**********/
.fancybox-nav {
  display: none;
}
.detail-resort-slider #big.owl-theme {
  position: relative;
  padding-right: 5px;
}
.detail-resort-slider #big {
  margin-bottom: 15px;
}
.detail-resort-slider #thumbs {
  margin: 0;
}
.detail-resort-slider #thumbs .item {
  margin: 0 5px 0 0;
  cursor: pointer;
}
.detail-resort-slider .owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.detail-resort-slider .owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
.detail-resort-slider #big.owl-theme {
  position: relative;
}
.detail-resort-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50px;
  font-size: 15px;
  line-height: 30px;
  transform: translateY(-50%);
}
.detail-resort-slider .owl-next {
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50px;
  font-size: 15px;
  line-height: 30px;
  transform: translateY(-50%);
}
.detail-resort-slider #thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
  background: #0072cf;
  color: #fff;
  cursor: pointer;
}
.contact-page .contact-info {
  padding-bottom: 40px;
}
.contact-page .contact-info .inner-heading {
  padding-bottom: 25px;
}
.contact-page .contact-info h6 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact-page .contact-info .info-list {
  margin: 0 -8px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.contact-page .contact-info .info-list li {
  width: 20%;
  list-style: none;
  margin: 0;
  padding: 0 8px 16px;
}
@media screen and (max-width: 991px) {
  .contact-page .contact-info .info-list li {
    width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info .info-list li {
    width: 100%;
  }
}
.contact-page .contact-info .info-list li .info-block {
  width: 100%;
  border: solid 1px #e5e5e5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  .contact-page .contact-info .info-list li .info-block {
    min-height: 100%;
    padding: 10px;
  }
}
.contact-page .contact-info .info-list li .info-block span {
  display: block;
  color: #042d4e;
  font-size: 15px;
  padding-bottom: 3px;
}
.contact-page .contact-info .info-list li .info-block p {
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: -5px;
}
.contact-page .contact-info .info-list.one-info-list li {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .contact-page .contact-info .info-list.one-info-list li {
    width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info .info-list.one-info-list li {
    width: 100%;
  }
}
.contact-page .contact-info .info-list.two-info-list li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info .info-list.two-info-list li {
    width: 100%;
  }
}
.contact-page .contact-info .info-list.two-info-list li:last-child {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info .info-list.two-info-list li:last-child {
    width: 100%;
  }
}
.contact-page .contact-info .info-list.two-info-list li .info-block {
  text-align: left;
  display: block;
  min-height: 100%;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .contact-page .contact-info .info-list.two-info-list li .info-block {
    text-align: center;
  }
}
.contact-page .contact-info .info-list.two-info-list li .info-block p {
  line-height: 24px;
}
.contact-page .contact-info .info-list.three-info-list li {
  width: 100%;
}
.contact-page .contact-info .info-list.three-info-list li .info-block {
  min-height: auto;
  padding: 20px 15px;
}
.member-stories-page .rpt-medi-list {
  margin: 0;
  padding: 0;
}
.member-stories-page .rpt-medi-list li {
  list-style: none;
  display: block;
}
.member-stories-page .rpt-medi-list li:last-child .releases-block {
  border-bottom: none;
}
.member-stories-page .releases-block {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: solid 1px #e2e2e2;
}
@media screen and (max-width: 991px) {
  .member-stories-page .releases-block {
    align-items: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .member-stories-page .releases-block {
    padding-bottom: 3px;
    margin-bottom: 15px;
  }
}
.member-stories-page .releases-block .media-img {
  width: 100%;
  margin-bottom: 20px;
}
.member-stories-page .releases-block .media-img img {
  display: block;
  width: 100%;
}
.member-stories-page .releases-block .media-text {
  width: 100%;
}
.member-stories-page .releases-block .media-text .med-heading {
  display: block;
  font-size: 26px;
  color: #042d4e;
  font-family: "FoundersGrotesk-Regular";
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .member-stories-page .releases-block .media-text .med-heading {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .member-stories-page .releases-block .media-text .med-heading {
    font-size: 18px;
    line-height: 22px;
  }
}
.member-stories-page .releases-block .media-text .med-heading a {
  color: #042d4e;
}
.member-stories-page .releases-block .media-text .med-heading a:hover {
  color: #0072cf;
}
.member-stories-page .releases-block .media-text .date-pub {
  display: inline-block;
  font-size: 14px;
  color: #042d4e;
  text-transform: uppercase;
  line-height: normal;
  border-bottom: solid 1px #0072cf;
  margin-bottom: 20px;
}
.member-stories-page .releases-block .media-text .date-pub a {
  color: #042d4e;
}
.member-stories-page .releases-block .media-text .read-btn {
  font-size: 14px;
  color: #0072cf;
  display: inline-block;
  text-transform: uppercase;
  line-height: 14px;
}
.member-stories-page .releases-block .media-text .read-btn:hover {
  color: #000000;
}
.member-stories-page .releases-block .media-text .read-btn i {
  font-size: 11px;
}
.member-stories-page .releases-block .media-text p {
  font-size: 15px;
}
.member-stories-page .view-btn-outer {
  padding-top: 10px;
}
.member-stories-page .view-btn-outer .blue-btn {
  display: block;
  width: 160px;
  margin: 0 auto;
}
.member-stories-page .member-right {
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .member-stories-page .member-right {
    padding-left: 0;
  }
}
.member-stories-page .member-right .member-list-md {
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .member-stories-page .member-right .member-list-md {
    padding-bottom: 20px;
  }
}
.member-stories-page .member-right .member-list-md .post-hd {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #042d4e;
  padding-bottom: 10px;
}
.member-stories-page .member-right .member-list-md ul {
  margin: 0;
  padding: 0;
}
.member-stories-page .member-right .member-list-md ul li {
  display: block;
  list-style: none;
  margin: 0 0 20px;
  padding: 0 0 13px;
  border-bottom: solid 1px #e2e2e2;
}
.member-stories-page .member-right .member-list-md ul li:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.member-stories-page .member-right .member-list-md ul li a {
  font-size: 16px;
  display: block;
  color: #042d4e;
  line-height: 20px;
  margin-bottom: 8px;
}
.member-stories-page .member-right .member-list-md ul li a:hover {
  color: #0072cf;
}
.member-stories-page .member-right .member-list-md ul li span {
  display: block;
}
.member-stories-page .member-right .member-list-md ul li small {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: -5px;
}
.member-stories-page .member-right .member-list-md ul li small i {
  margin-right: 2px;
  font-size: 11px;
}
@media screen and (max-width: 991px) {
  .member-stories-page .member-right .member-list-md ul li .post-video {
    align-items: end !important;
  }
}
.member-stories-page .member-right .member-list-md ul li .post-video .post-video-img {
  display: block;
  width: 124px;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .member-stories-page .member-right .member-list-md ul li .post-video .post-video-img {
    width: 50px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .member-stories-page .member-right .member-list-md ul li .post-video .post-video-img {
    width: 70px;
  }
}
.member-stories-page .member-right .member-list-md ul li .post-video .post-video-img img {
  display: block;
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .member-stories-page .member-right .member-list-md ul li .post-video .post-video-img img {
    height: 55px;
  }
}
.member-stories-page .member-right .member-list-md ul li .post-video-text {
  flex: 1;
}
.member-stories-page .member-right .member-list-md ul li .post-video-text small {
  display: block;
}
.member-stories-page .member-right .member-list-md.video-post-block ul li {
  border-bottom: none;
  margin: 0 0 13px;
}
.member-stories-page .member-right .member-list-md.random-post .post-video-img {
  width: 100%;
  margin-bottom: 15px;
}
.member-stories-page .member-right .member-list-md.random-post .post-video-img img {
  width: 100%;
  display: block;
}
.bucket-heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .bucket-heading {
    font-size: 16px;
  }
}
.news-right .post-hd {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #042d4e;
  padding-bottom: 20px;
}
.news-right ul {
  margin: 0 0 0 15px;
  padding: 0px 0 0 0px;
  list-style: none;
}
.news-right ul li {
  position: relative;
  padding-left: 20px;
}
.news-right ul li:before {
  content: "\F054";
  position: absolute;
  top: 2px;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  color: #007bff;
}
.news-right ul li ul {
  padding: 0px;
  margin: 0px;
}
.news-right ul li a {
  display: block;
  color: #000;
  font-size: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.news-right ul li a:hover {
  color: #007bff;
}
.recent-post-block .post-hd {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #042d4e;
  padding-bottom: 10px;
}
.recent-post-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recent-post-block ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .recent-post-block ul li .post-video {
    align-items: flex-start !important;
  }
}
.recent-post-block ul li .post-video .post-video-img {
  min-width: 110px;
  width: 110px;
}
.recent-post-block ul li .post-video .post-video-img img {
  display: block;
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.recent-post-block ul li .post-video .post-video-text {
  padding-left: 15px;
}
.recent-post-block ul li .post-video .post-video-text span {
  width: 100%;
  display: block;
}
.recent-post-block ul li .post-video .post-video-text span a {
  font-size: 16px;
  display: block;
  color: #042d4e;
  line-height: 20px;
  margin-bottom: 8px;
}


.media-releases .default-content-section table {
	width: 100% !important;
}

.media-releases .default-content-section table tr td {
	padding: 15px !important;
}