* {
  outline: none;
}
*::-moz-selection {
  background: #cc9a00;
  color: #000;
  text-shadow: none;
}
body,
html {
  font-family: "Audrey";
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 13px;
}
label {
  display: block;
  font-family: "Audrey";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Lato Regular' !important;
}

.content-box ul li{
list-style: disc;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Lato Regular' !important;
}
img {
  vertical-align: middle;
  border: none;
}
p {
  font-size: 16px;
  padding: 0;
  color: #000;
  line-height: normal;
  display: block;
  font-family: "Lato Regular";
  margin: 0;
}
a,
.btn {
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  outline: none;
   font-family: 'Lato Regular' !important;
  text-decoration: none;
}


input,
select,
textarea{
      transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  outline: none;
  font-family: "Lato Regular";
  text-decoration: none;
}
a {
  color: #666;
}
a:hover {
  outline: none;
  cursor: pointer;
  color: #212121;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.full-width {
  float: left;
  width: 100%;
}
.relative {
  position: relative;
}
.full-img {
  width: 100%;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
select,
input[type="number"] {
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
  width: 100%;
}
button {
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
select:focus,
input[type="number"]:focus {
  outline: none;
  transition-duration: 0.1s;
  box-shadow: none;
}
.form-control {
  box-shadow: none;
  padding: 0 10px;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
}
.form-control::-moz-placeholder {
  opacity: 1;
  color: #868686;
}
.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #868686;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
video {
  width: 100%;
}

/*Custome Margin, Padding*/
.marginnone {
  margin: 0;
}
.margintop10 {
  margin-top: 10px;
}
.margintop20 {
  margin-top: 20px;
}
.margintop30 {
  margin-top: 30px;
}
.margintop40 {
  margin-top: 40px;
}
.marginbottom10 {
  margin-bottom: 10px;
}
.marginbottom20 {
  margin-bottom: 20px;
}
.marginbottom30 {
  margin-bottom: 30px;
}
.marginbottom40 {
  margin-bottom: 40px;
}
.marginbottom60 {
  margin-bottom: 60px;
}
.paddingnone {
  padding: 0 !important;
}
.paddingtop10 {
  padding-top: 10px;
}
.paddingtop20 {
  padding-top: 20px;
}
.paddingtop30 {
  padding-top: 30px;
}
.paddingtop40 {
  padding-top: 40px;
}
.paddingbottom10 {
  padding-bottom: 10px;
}
.paddingbottom20 {
  padding-bottom: 20px;
}
.paddingbottom30 {
  padding-bottom: 30px;
}
.paddingbottom40 {
  padding-bottom: 40px;
}

@keyframes uptext {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes uptext {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes upImg {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes upImg {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes downtext {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes downtext {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInbRight {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInbRight {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeReverse {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
  }
}
@-webkit-keyframes fadeReverse {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
  }
}

/*MOdal Popup*/
body.hp_body {
  background: #fff;
  overflow: hidden;
}
main {
  background: url("../images/bg.jpg") no-repeat center top #fff;
}
.intro_wrap {
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  background-repeat: no-repeat;
}

.image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 99;
}
.fade-out img {
  animation: imageOpacity 8.5s;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
}
.title1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title1 h2 {
  font-size: 47px;
  line-height: 56px;
  color: #a0978f;
  text-transform: uppercase;
  margin: 0;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.9s cubic-bezier(0.4, 0, 0, 1);
  transition: clip-path 0.9s cubic-bezier(0.4, 0, 0, 1);
  transition: clip-path 0.9s cubic-bezier(0.4, 0, 0, 1),
    -webkit-clip-path 0.9s cubic-bezier(0.4, 0, 0, 1);
  transition-delay: 0.5s;
  transition: 2s;
  opacity: 0;
  text-align: center;
  font-family: "StempelGaramondLTProRegular";
  letter-spacing: 2px;
}
.title1.active h2 {
  opacity: 1;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.title1 h2 span {
  font-size: 120px;
  line-height: 120px;
}
.title2 {
  top: 50%;
  background-size: cover;
  background-position: 46px center;
  opacity: 0;
  position: absolute;
  animation: titleScale 2s;
  animation-delay: 12.5s;
  animation-timing-function: ease-in-out;
}
.title2 h1 {
  font-family: "BasisGrotesqueProBold";
  font-size: 410px;
  line-height: 474px;
  margin: 0;
  text-transform: uppercase;
  background: url(../images/insan_dubai.jpg) no-repeat;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-position: -72px center;
}
@keyframes imageOpacity {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleScale {
  0% {
    opacity: 0;
    left: 30%;
    transform: translate(-30%, -50%);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  50% {
    opacity: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    left: 50%;
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

.modal {
  z-index: 10000;
  right: -17px;
}
.modal-backdrop {
  z-index: 9999;
}
.modal-open {
  padding-right: 0 !important;
  overflow: auto;
}
.modal.in {
  padding-right: 0 !important;
}
.modal-content {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.modal-content .close {
  opacity: 1;
  padding: 0;
  margin-top: 0;
  position: absolute;
  right: -21px;
  top: -21px;
  z-index: 99;
  text-shadow: none;
}
.modal-content .close:hover,
.modal-content .close:focus {

  color: #fff;
  opacity: 1;
}
.modal-content .close img {
  position: relative;
  top: 0;
}
.modal-dialog {
  max-width: 900px;
  width: 86%;
  margin: 70px auto 0;
}
.modal-body {
  float: left;
  width: 100%;
  padding: 15px;
}
.modal-backdrop.in {
  opacity: 0.8;
}

.img_block {
  overflow: hidden;
}
.img_block > img {
  width: 100%;
  height: 100%;
  transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
}
.img_block:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ddd;
  background-color: transparent;
  padding-bottom: 1px;
    margin-bottom: 10px;
}
.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  border-top: none;
  border-bottom: none;
  background-color: transparent;
}
.panel-default:last-child {
  border-bottom: none;
}
.panel-group .panel h3.panel-title {
  padding-bottom: 0;
}
.panel-title > a {
  display: block;
  padding: 15px 40px 15px 15px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #333333;
  position: relative;
  background-color: #cc9a00;
  font-weight: 400;
/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
    font-family: 'Lato Regular' !important;
}
.panel-title > a.collapsed {
  color: #000;
  background-color: #f4f4f4;
}
.panel-title > a .fa {
  font-size: 18px;
  line-height: 50px;
  width: 40px;
  text-align: center;
  color: #333;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100%;
}
.panel-title > a.collapsed .fa {
  color: #fff;
}

/* Only From FAQ Button */
.panel-title > button {
  display: block;
  padding: 15px 40px 15px 15px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #333333;
  position: relative;
  background-color: #cc9a00;
  font-weight: 400;
/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
    font-family: 'Lato Regular' !important;
}
.panel-title > button.collapsed {
  color: #000;
  background-color: #f4f4f4;
}
.panel-title > button.fa {
  font-size: 18px;
  line-height: 50px;
  width: 40px;
  text-align: center;
  color: #333;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100%;
}
.panel-title > button.collapsed .fa {
  color: #fff;
}


.more-less {
  float: right;
  color: #212121;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  padding: 15px 10px;
    font-family: 'Lato Regular';
    font-size: 16px;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-group .subscribe_block,
.panel-group .recent_post,
.panel-group .archives_block {
  padding-bottom: 20px;
}

.btn {
  color: #cc9a00;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 0;
  font-size: 16px;
  border: none;
  min-width: 125px;
  position: relative;
  font-family: "Lato Regular";
  /*text-transform: uppercase;*/
  background: #262626;
  background: -moz-linear-gradient(top, #262626 0%, #131313 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #262626),
    color-stop(100%, #131313)
  );
  background: -webkit-linear-gradient(top, #262626 0%, #131313 100%);
  background: -o-linear-gradient(top, #262626 0%, #131313 100%);
  background: -ms-linear-gradient(top, #262626 0%, #131313 100%);
  background: linear-gradient(to bottom, #262626 0%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#131313', GradientType=0 );
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn:hover {
  color: #181818;
}
.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #cc9a00;
  width: 0;
  z-index: 1;
  transition: all 0.35s ease-in 0s;
  -webkit-transition: all 0.35s ease-in 0s;
}
.btn:hover:before {
  width: 100%;
}

.styled_select {
  position: relative;
  width: 100%;
}
.styled_select:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  line-height: 32px;
  color: #ed1c24;
  font-size: 18px;
  text-align: center;
  pointer-events: none;
}
.styled_select select {
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.container {
  max-width: 1380px;
  padding: 0 15px;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding-top: 35px;
}
.logo {
  float: left;
  padding: 0;
}
.toggle_box {
  float: right;
}
.toggle_box a {
  float: right;
  position: relative;
  padding-right: 30px;
  line-height: 15px;
}
.toggle_box a .toggle_name {
  color: #000;
  text-transform: uppercase;
  /* font-size: 16px; */
}
.toggle_box a .toggle_bars {
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
}
.toggle_box a .toggle_bars span {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 2px;
  background-color: #000;
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
}
.toggle_box a .toggle_bars span:last-child {
  top: 9px;
  width: 9px;
}
.toggle_box a:hover .toggle_bars span {
  width: 25px;
  background-color: #cc9a00;
}
.toggle_box a:hover .toggle_bars span:last-child {
  width: 14px;
}
.toggle_box a:hover {
  padding-right: 40px;
}
.toggle_box a:hover .toggle_name {
  color: #cc9a00;
}

.slide_section {
  position: relative;
  padding-top: 120px;
  background-color: #fff;
  z-index: 2;
}
.banner_carousel {
}
.banner_carousel .item {
  padding-left: 235px;
}
.banner_carousel .img_block {
  border: 1px solid #c08427;
  position: relative;
}
.banner_carousel .img_block.no_bdr {
  border: none;
}
.banner_carousel .img_block img.fake_img {
  opacity: 0;
  pointer-events: none;
}
.banner_carousel .img_block img.mb_img {
  display: none;
}
.banner_carousel .no_border {
  overflow: hidden;
}
.banner_carousel .img_block .fullscreen_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.09);
}
.banner_carousel .overlay {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -125px;
}
.banner_carousel .overlay h2 {
  font-size: 62px;
  line-height: 72px;
  color: #000;
  font-family: "StempelGaramondLTProRegular";
  margin-bottom: 1px;
}
.banner_carousel .overlay h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 25px 0 0;
}
.banner_carousel .overlay h3 {
  font-size: 62px;
  line-height: 72px;
  color: #000;
  font-family: "StempelGaramondLTProRegular";
  margin-bottom: 1px;
}
.banner_carousel .overlay h3 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 25px 0 0;
}
.banner_carousel .overlay h3 span span {
  font-family: "StempelGaramondLTProItalic";
  padding-right: 0;
}
.banner_carousel .overlay h4 {
  font-size: 62px;
  line-height: 72px;
  color: #000;
  background-color: #fff;
  font-family: "StempelGaramondLTProRegular";
  padding: 0 25px 0 0;
  margin-bottom: 1px;
  display: inline-block;
}
.banner_carousel .overlay h4 span {
  font-family: "StempelGaramondLTProItalic";
}
.banner_carousel .overlay p {
  color: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 15px 0;
}
.banner_carousel .overlay p span {
  background-color: #fff;
  display: inline-block;
  padding-right: 10px;
}
.banner_carousel .overlay .btn {
  opacity: 0;
}
.banner_carousel .overlay p.small {
  font-size: 13px;
  letter-spacing: normal;
}
.inline_block {
  display: inline-block;
}

.banner_carousel .active .img_block {
  animation-name: fadeInbRight;
  animation-duration: 4s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.banner_carousel .active .overlay h2 {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.banner_carousel .active .overlay h3 {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.banner_carousel .active .overlay h4 {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.banner_carousel .active .overlay p {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: 3.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.banner_carousel .active .overlay .btn {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: 4.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}

.banner_carousel .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  top: 22%;
  left: 0;
  pointer-events: none;
}
.banner_carousel .owl-dots:after {
  content: "0" counter(slides-num);
  font-size: 25px;
  color: rgba(0, 0, 0, 0.45);
  font-family: "StempelGaramondLTProRegular";
  position: absolute;
  left: 18px;
  top: 35px;
}
.banner_carousel .owl-dots:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 5px;
  width: 1px;
  background-color: #b3b3b3;
  height: 60px;
  transform: rotate(25deg);
}
.banner_carousel .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  margin-right: 0;
}
.banner_carousel .owl-dots .owl-dot span {
  display: none;
}
.banner_carousel .owl-dot.active:before {
  content: "0" counter(slides-num);
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  font-family: "StempelGaramondLTProRegular";
}
.banner_carousel .owl-dots button {
  background: none;
  border: none;
}
.banner_carousel .owl-nav [class*="owl-"] {
  margin: 0;
  line-height: 35px;
  width: 25px;
  position: absolute;
  top: 22%;
  z-index: 100;
  opacity: 0;
}
.banner_carousel .owl-nav .owl-next {
  left: 0;
  margin: 35px 0 0 20px;
}
.banner_carousel .owl-nav .owl-prev {
  left: 0;
}

.home_slide {
  position: relative;
}
.mynxt_btn {
  position: absolute;
  top: 50%;
  right: -20px;
  padding: 0;
  width: 40px;
  line-height: 40px;
  margin-top: -20px;
  z-index: 99;
  font-size: 26px;
  min-width: inherit;
}
/*.mynxt_btn:before{ border-radius: 4px;}*/

.home_slide_mobile {
  display: none;
}
.hsm_carousel {
}
.hsm_carousel .item {
}
.hsm_carousel .item .img_block {
  position: relative;
  background-color: #141414;
}
.hsm_carousel .item .fake_img {
  opacity: 0;
  pointer-events: none;
}
.hsm_carousel .item .fullscreen_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hsm_carousel .item .cont {
  padding: 20px 15px 30px;
  background-color: #141414;
}
.hsm_carousel .item .cont h2 {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-family: "StempelGaramondLTProRegular";
  padding-bottom: 10px;
}
.hsm_carousel .item .cont h2 span {
  font-family: "StempelGaramondLTProItalic";
}
.hsm_carousel .item .cont p {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  padding-bottom: 20px;
  letter-spacing: 3px;
}
.hsm_carousel .item .btn {
  border: 1px solid #cc9a00;
  background-image: none;
  background-color: transparent;
  min-width: 100px;
}
.hsm_carousel .item .hsm_list {
  display: inline-block;
  width: 100%;
}
.hsm_carousel .item .hsm_list li {
  float: left;
  padding-right: 10px;
}
.hsm_carousel .item .hsm_list li button.mynxt_btn {
  float: left;
  position: relative;
  bottom: auto;
  left: auto;
  min-width: inherit;
  width: 42px;
  padding: 0;
}

.hsm_carousel .owl-nav {
  margin: 0;
}
.hsm_carousel .owl-nav [class*="owl-"] {
  margin: 0;
  border: 1px solid #cc9a00;
  line-height: 40px;
  width: 42px;
  color: #cc9a00;
  text-align: center;
  background-color: transparent;
  font-size: 32px;
  position: absolute;
  bottom: 31px;
}
.hsm_carousel .owl-nav [class*="owl-"].disabled {
  opacity: 1;
}
.hsm_carousel .owl-nav [class*="owl-"]:hover {
  background-color: #cc9a00;
  color: #141414;
}
.hsm_carousel .owl-nav .owl-next {
  left: 43%;
  margin-left: -21px;
}
.hsm_carousel .owl-nav .owl-prev {
  left: 0;
  display: none;
}

.heading {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.heading h2,
.heading h3,
.heading h4 {
  display: inline-block;
  font-size: 55px;
  color: #a0978f;
  font-family: "StempelGaramondLTProRegular";
  padding-bottom: 20px;
}

.heading h2.is-visible,
.heading h3.is-visible,
.heading h4.is-visible {
  animation-name: downtext;
  animation-duration: 0.3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.heading h2 span {
      font-family: 'Audrey';
}
.heading .line {
  background-color: #faa61a;
  position: absolute;
  left: 50%;
  height: 1px;
  bottom: 0;
  width: 0;
  margin-left: 0;
}
.heading .line.is-visible {
  width: 256px;
  margin-left: -128px;
  transition: all 1s ease-in 0s;
  -webkit-transition: all 1s ease-in 0s;
}
.heading .line .star {
  background-color: #faa61a;
  position: absolute;
  left: 50%;
  height: 8px;
  bottom: -4px;
  width: 8px;
  margin-left: -4px;
  transform: rotate(45deg);
}
.heading .icon {
  padding-bottom: 30px;
}
.heading .icon.is-visible {
  animation-name: downtext;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}

.sls_luxury_section {
  padding-top: 60px;
  padding-bottom: 110px;
  position: relative;
  z-index: 3;
}
.sls_luxury_section .body_text {
  width: 100%;
  padding-bottom: 50px;
  text-align: center;
}
.sls_luxury_section .body_text.is-visible {
  animation-name: downtext;
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.sls_luxury_section .body_text p {
  color: #606060;
  font-size: 20px;
  line-height: 25px;
  font-family: "BrandonGrotesqueMedium";
}
.sls_luxury_section .body_text p span {
  color: #242323;
}
.sls_luxury_section .luxury_block {
  position: relative;
}
.sls_luxury_section .img_block {
  overflow: hidden;
}
.sls_luxury_section .img_block > img {
  transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
}
.sls_luxury_section .img_block:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.sls_luxury_section .brochure_link {
  position: absolute;
  right: 30px;
  top: 20px;
  color: #cc9a00;
  border-bottom: 1px solid #cc9a00;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "BrandonGrotesqueMedium";
  opacity: 0;
}
.sls_luxury_section .brochure_link.is-visible {
  animation-name: downtext;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.sls_luxury_section .brochure_link:hover {
  color: #fff;
  border-color: #fff;
}
.sls_luxury_section .overlay {
  position: absolute;
  left: 40px;
  bottom: -100px;
  background-color: #1f1410;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.43);
  width: 100%;
  max-width: 450px;
  padding: 20px 15px;
}
.sls_luxury_section .overlay.is-visible {
  animation-name: fadeInLeftShort;
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.sls_luxury_section .overlay h3 {
  font-size: 35px;
  color: #cc9a00;
   font-family: 'Audrey';
  padding-bottom: 10px;
}
.sls_luxury_section .overlay h3 span {
  font-family: "StempelGaramondLTProItalic";
}
.sls_luxury_section .overlay p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 20px;
  font-family:"Lato Regular";
}
.sls_luxury_section .overlay .btn {
  background-color: transparent;
  background-image: none;
  color: #cc9a00;
  border: 1px solid #cc9a00;
  line-height: 40px;
}
.sls_luxury_section .overlay .btn:hover {
  color: #181818;
  border-color: #cc9a00;
}

.experience_Section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
.experience_Section .heading {
  margin-bottom: 50px;
}
.experience_Section .col-md-5 {
  float: left;
  width: 43%;
}
.experience_Section .col-md-7 {
  float: left;
  width: 57%;
}
.experience_Section .img_block {
  border: 1px solid #c08427;
  overflow: hidden;
}
.experience_Section .img_block.is-visible {
  animation-name: fadeInRightShort;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.experience_Section .img_block > img {
  transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
}
.experience_Section .img_block:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* .experience_Section .body_text {
  padding-left: 70px;
} */
.experience_Section .body_text h3 {
  font-size: 62px;
  color: #c9c9c9;
   font-family: 'Audrey';
  padding-bottom: 10px;
}
.experience_Section .body_text h3.is-visible {
  animation-name: fadeInLeftShort;
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}

.experience_Section .body_text h4 {
  font-size: 50px;
  line-height: 50px;
  color: #00000d;
   font-family: 'Audrey';
  padding-bottom: 15px;
}
.experience_Section .body_text h4.is-visible {
  animation-name: fadeInLeftShort;
  animation-duration: 0.3s;
  animation-delay: 0.55s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.experience_Section .body_text h4 span {
  font-family: "StempelGaramondLTProItalic";
}
.experience_Section .body_text p {
  color: #222;
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 15px;
}
.experience_Section .body_text p.is-visible {
  animation-name: fadeInLeftShort;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.experience_Section .body_text p span {
  font-family: "BrandonGrotesqueMedium";
}
.experience_Section .btn_list {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}
.experience_Section .btn_list li {
  float: left;
  margin-left: 15px;
  overflow: hidden;
}
.experience_Section .btn_list li.is-visible {
  animation-name: fadeInLeftShort;
  animation-duration: 0.3s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.experience_Section .btn_list li:nth-child(2).is-visible {
  animation-delay: 1.5s;
}
.experience_Section .btn_list li .btn {
  padding: 0 15px;
  min-width: inherit;
}
.experience_Section .btn_list li:first-child {
  margin-left: 0;
}
.exp_list {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  background-color: #251917;
  padding: 25px;
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.15);
}
.exp_list li {
  float: left;
  width: 16.6667%;
  text-align: center;
  border-left: 1px solid #664744;
  min-height: 123px;
}
.exp_list li:first-child {
  border-left: none;
}
.exp_list li .inner {
  float: left;
  width: 100%;
}
.exp_list li .inner .icon {
  display: inline-block;
  width: 68px;
  margin-bottom: 15px;
}
.exp_list li .inner .icon > img {
  width: 100%;
}
.exp_list li .inner h5 {
  color: #c08427;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
}

.experience_Section .exp_list.is-visible li {
  animation-name: downtext;
  animation-duration: 0.5s;
  animation-delay: 0.25s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.experience_Section .exp_list.is-visible li:nth-child(2) {
  animation-delay: 0.25s;
}
.experience_Section .exp_list.is-visible li:nth-child(3) {
  animation-delay: 0.5s;
}
.experience_Section .exp_list.is-visible li:nth-child(4) {
  animation-delay: 0.75s;
}
.experience_Section .exp_list.is-visible li:nth-child(5) {
  animation-delay: 1s;
}
.experience_Section .exp_list.is-visible li:nth-child(6) {
  animation-delay: 1.25s;
}

.experience_Section .btn_list_bottom {
  display: inline-block;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.experience_Section .btn_list_bottom li {
  float: left;
  padding-left: 15px;
  padding-bottom: 15px;
}
.experience_Section .btn_list_bottom li:first-child {
  padding-left: 0;
}

.experience_Section .btn_list_bottom li a {
  float: left;
  border: 1px solid #111;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  font-family: "BrandonGrotesqueMedium";
  line-height: 46px;
  padding: 0 15px;
  font-size: 16px;
  position: relative;
}
.experience_Section .btn_list_bottom li a span {
  position: relative;
  z-index: 2;
}
.experience_Section .btn_list_bottom li a:hover {
  color: #181818;
  border: 1px solid #cc9a00;
}
.experience_Section .btn_list_bottom li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #cc9a00;
  width: 0;
  z-index: 1;
  transition: all 0.35s ease-in 0s;
  -webkit-transition: all 0.35s ease-in 0s;
}
.experience_Section .btn_list_bottom li a:hover:before {
  width: 100%;
}

.experience_Section .btn_list_bottom.is-visible li {
  animation-name: downtext;
  animation-duration: 0.5s;
  animation-delay: 1.25s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.experience_Section .btn_list_bottom.is-visible li:nth-child(2) {
  animation-delay: 1.5s;
}
.experience_Section .btn_list_bottom.is-visible li:nth-child(3) {
  animation-delay: 1.75s;
}

.residence_section {
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.residence_section .heading {
  margin-bottom: 50px;
}
.residence_section .heading .icon {
  padding-bottom: 20px;
}
.residence_section .img_block {
  border: 1px solid #c08427;
  overflow: hidden;
}
.residence_section .img_block.is-visible {
  animation-name: upImg;
  animation-duration: 0.5s;
  animation-delay: 0.25s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.residence_section .img_block > img {
  transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
}
.residence_section .img_block:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.residence_section .block_one {
  position: relative;
  /*padding-bottom: 250px;*/
  overflow: hidden;
}
.residence_section .block_one:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #b5862c;
  z-index: -1;
}
.residence_section .body_text {
  padding: 50px 15px 25px;
  text-align: center;
}
.residence_section .body_text h3 {
  font-size: 50px;
  line-height: 50px;
  color: #00000d;
   font-family: 'Audrey';
  padding-bottom: 15px;
}
.residence_section .body_text h3.is-visible {
  animation-name: downtext;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.residence_section .body_text h3 span {
  font-family: "StempelGaramondLTProItalic";
}
.residence_section .body_text p {
  color: #606060;
  font-size: 20px;
  line-height: 25px;
  font-family: "BasisGrotesqueProRegular";
  padding-bottom: 20px;
}
.residence_section .body_text p.is-visible {
  animation-name: downtext;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.residence_section .body_text p span {
  color: #242323;
}
.residence_section .body_text .btn_list {
  display: inline-block;
}
.residence_section .body_text .btn_list li {
  float: left;
  padding-left: 15px;
  padding-bottom: 15px;
}
.residence_section .body_text .btn_list li:first-child {
  padding-left: 0;
}

.residence_section .body_text .btn_list li a {
  float: left;
  border: 1px solid #111;
  background-color: transparent;
  color: #000;
  /*text-transform: uppercase;*/
  /*font-family: "Audrey";*/
  font-family: "Lato Regular";
  line-height: 46px;
  padding: 0 15px;
  font-size: 16px;
  position: relative;
}
.residence_section .body_text .btn_list li a span {
  position: relative;
  z-index: 2;
}
.residence_section .body_text .btn_list li a:hover {
  color: #181818;
  border: 1px solid #cc9a00;
}
.residence_section .body_text .btn_list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #cc9a00;
  width: 0;
  z-index: 1;
  transition: all 0.35s ease-in 0s;
  -webkit-transition: all 0.35s ease-in 0s;
}
.residence_section .body_text .btn_list li a:hover:before {
  width: 100%;
}

.residence_section .body_text .btn_list.is-visible li {
  animation-name: downtext;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.residence_section .body_text .btn_list.is-visible li:nth-child(2) {
  animation-delay: 0.4s;
}
.residence_section .body_text .btn_list.is-visible li:nth-child(3) {
  animation-delay: 0.6s;
}

.block_tow {
  padding: 0 25px;
  /*margin-top: -267px;*/
}
.flexbox-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 535px;
  visibility: hidden;
}
.flexbox-slider .flexbox-slide {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 20%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  visibility: visible;
  border-right: 2px solid #fff;
}
.flexbox-slider .flexbox-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  opacity: 0;
}
.flexbox-slider .flexbox-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.flexbox-slider:hover .flexbox-slide:hover {
  -ms-flex-negative: 0;
  width: 100%;
}
.flexbox-slider .flexbox-slide .text-block {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 4;
  visibility: hidden;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.flexbox-slider:hover .flexbox-slide:hover .text-block {
  -webkit-transition: all 0.1s linear 1s;
  transition: all 0.1s linear 1s;
  opacity: 1;
  visibility: visible;
  left: 0;
}

.flexbox-slider .flexbox-slide .before_hover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 1;
  transition: all 0.2s linear 1.1s;
  -webkit-transition: all 0.2s linear 1.1s;
}
.flexbox-slider .flexbox-slide:hover .before_hover {
  visibility: hidden;
  transition: all 0s linear 0s;
  -webkit-transition: all 0s linear 0s;
  bottom: -60px;
}
.flexbox-slider:hover .flexbox-slide:not(:hover) .before_hover {
  visibility: hidden;
  transition: all 0s linear 0s;
  -webkit-transition: all 0s linear 0s;
  bottom: -30px;
}
.flexbox-slider:hover .flexbox-slide {
  border-right: none;
  width: 15%;
}

.flexbox-slider .flexbox-slide h4 {
  color: #c08b45;
  font-size: 20px;
   font-family: 'Audrey';
}
.flexbox-slider .flexbox-slide p {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  padding-bottom: 5px;
  font-family: "StempelGaramondLTProRegular";
}
.flexbox-slider .flexbox-slide .before_hover p {
  min-height: 41px;
}
.flexbox-slider .flexbox-slide p span {
  font-family: "StempelGaramondLTProItalic";
}
.flexbox-slider .flexbox-slide a {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  transition: none;
}
.flexbox-slider .flexbox-slide .num {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "StempelGaramondLTProRegular";
  padding: 5px 0 0 20px;
  z-index: 2;
}

.mobile_block_flex {
  display: none;
}

.breathtaking_section {
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.breathtaking_section .heading {
  margin-bottom: 50px;
}
.breathtaking_section .heading .icon {
  padding-bottom: 20px;
}
.gwd_border {
  border: 1px solid #c08427;
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.15);
}

/*.gwd_border .desk_img{ display: none;}
.gwd_border .mb_img{ display: block;}*/
.dn_slide {
  display: none;
  border: 1px solid #c08427;
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.15);
}

.crown_section {
  position: relative;
  z-index: 2;
}
.crown_section .heading {
  margin-bottom: 50px;
}
.crown_section .heading .icon {
  padding-bottom: 20px;
}
.crown_section .nav-thumb-fubiz-tv .thumb-tv {
  position: relative;
}
.crown_section .nav-thumb-fubiz-tv .thumb-tv .overla {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 0 10px 10px;
  z-index: 10;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
}
.crown_section .nav-thumb-fubiz-tv .thumb-tv .overla p {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-align: left;
}

.register_section {
  padding-bottom: 100px;
  /* padding-bottom: 160px; */
  position: relative;
  z-index: 2;
}
.reg_wrap {
  background-color: #231f20;
  float: left;
  width: 100%;
  overflow: hidden;
}
.reg_wrap .img_block {
  float: left;
  width: 50%;
  overflow: hidden;
}
.reg_wrap .img_block > img {
  transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
}
.reg_wrap .img_block:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.reg_wrap .form_block {
  padding: 50px 40px 0;
  float: left;
  width: 50%;
    background-image: url(../images/header-green1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.reg_wrap .form_block h3 {
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: "StempelGaramondLTProRegular";
}
.reg_wrap .form_block .form-group {
  margin-bottom: 40px;
}
.reg_wrap .form_block .form-control {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 0;
  padding-left: 30px;
  color: #fff;
  font-size: 16px;
  height: 50px;
}
.reg_wrap .form_block .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.reg_wrap .form_block .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.reg_wrap .form_block .styled_select img,
.reg_wrap .form_block .relative img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.reg_wrap .form_block .styled_select:after {
  color: #fff;
  line-height: 50px;
}
.reg_wrap .form_block .styled_select select {
  padding: 0 30px;
}
.reg_wrap .form_block .styled_select select option {
  color: #000;
  padding: 10px;
}
.reg_wrap .form_block .btn {
  background-image: none;
  border: 1px solid #cc9a00;
}
.reg_wrap .img_block.is-visible {
  animation-name: fadeInLeftShort;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.reg_wrap .form_block.is-visible {
  animation-name: fadeInRightShort;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}

footer {
  background-image: url("../images/footer-=bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.mb_footer_menu {
  display: none;
}
footer h3 {
  font-size: 18px;
  color: #ffffff;
  font-family: "Audrey";
  padding-bottom: 20px;
}
.top_footer {
  padding-bottom: 50px;
}
.top_footer p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-family: "BasisGrotesqueProRegular";
}
.top_footer .add_list {
  padding-top: 0;
}
.top_footer .add_list li {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: "BasisGrotesqueProRegular";
  padding-bottom: 5px;
}
.top_footer .add_list li span {
  padding-right: 5px;
  color: #2db640;
  position: relative;
  top: -2px;
}
.top_footer .add_list li a {
  color: #fff;
}
.footer_list {
  display: inline-block;
  width: 100%;
}
.footer_list li {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.footer_list li:last-child {
  padding-bottom: 0;
}
.footer_list li a {
  color: #fff;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  font-family: "BasisGrotesqueProRegular";
}
.footer_list li a span {
  text-transform: none;
}
.footer_list li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #fff;
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
}
.footer_list li a:hover:before {
  width: 100%;
}
.map {
}
.map > img {
  width: 100%;
}
.map > iframe {
  width: 100%;
  height: 240px;
}
.bottom_footer {
  background-color: #141414;
  padding: 10px 0;
}
.social_footer {
  float: left;
}
.social_footer li {
  float: left;
  padding-left: 10px;
  font-size: 14px;
  font-family: "BasisGrotesqueProRegular";
  color: #fff;
  line-height: 30px;
}
.social_footer li:first-child {
  padding-left: 0;
}
.social_footer li a {
  float: left;
  background-color: #cc9a00;
  color: #fff;
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
  font-size: 14px;
  text-align: center;
}
.social_footer li:nth-child(1) a:hover {
  background-color: #3a559f;
}
.social_footer li:nth-child(2) a:hover {
  background-color: #e014a8;
}
.social_footer li:nth-child(3) a:hover {
  background-color: #0274b3;
}
.social_footer li:nth-child(4) a:hover {
  background-color: #ff0000;
}
.footer_logos {
  float: right;
}
.footer_logos li {
  float: left;
  padding-left: 40px;
}
.footer_logos li:first-child {
  padding-left: 0;
}
.footer_logos li img {
  height: 30px;
}

footer .row .row > div.is-visible {
  animation-name: downtext;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
footer .row .row > div:nth-child(2).is-visible {
  animation-delay: 0.7s;
}
footer .row .row > div:nth-child(3).is-visible {
  animation-delay: 1.2s;
}
footer .map.is-visible {
  animation-name: fadeInRightShort;
  animation-duration: 0.5s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
footer .bottom_footer.is-visible {
  animation-name: downtext;
  animation-duration: 0.5s;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}

.nav-slider-fubiztv .nav-slider-button {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 40px;
  height: 40px;
  color: #cc9a00;
  border: 1px solid #cc9a00;
  text-align: center;
  background-color: transparent;
  font-size: 20px;
  margin-top: -20px;
  padding: 0;
}
.nav-slider-fubiztv .nav-slider-button img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -6px;
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
}
.nav-slider-fubiztv .nav-slider-button img.white {
  visibility: hidden;
  opacity: 0;
}
.nav-slider-fubiztv .nav-slider-button:hover img.gold {
  visibility: hidden;
  opacity: 0;
}
.nav-slider-fubiztv .nav-slider-button:hover img.white {
  visibility: visible;
  opacity: 1;
}
.nav-slider-fubiztv .nav-slider-button:hover {
  background-color: #cc9a00;
  color: #fff;
}
.nav-slider-fubiztv .prev-button {
  left: -50px;
}
.nav-slider-fubiztv .next-button {
  right: -50px;
}

.v_line {
  position: fixed;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e9e9e9;
  z-index: 1;
}

/*About Us*/
.inner_header {
  padding-top: 0;
}
.inner_header .logo a {
  padding: 10px;
  background-color: #fff;
  float: left;
}
.inner_header .logo a img {
  width: 115px;
}
.inner_header .toggle_box {
  padding-top: 40px;
}

.ip_banner {
  position: relative;
  margin-top: 95px;
}
.ip_banner > img {
  width: 100%;
}
.ip_banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 120px;
}
.ip_banner .overlay h2 {
  color: #fff;
  font-size: 62px;
  font-family: "StempelGaramondLTProRegular";
}
.ip_banner .overlay h2 span {
  font-family: "StempelGaramondLTProItalic";
}
.ip_banner .overlay p {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 10px 0 15px;
}
.ip_banner .overlay .btn {
  background-color: transparent;
  background-image: none;
  color: #fff;
  border: 1px solid #fff;
}
.ip_banner .overlay .btn:hover {
  color: #181818;
  border-color: #cc9a00;
}

.top_text {
  padding: 80px 0 60px;
  position: relative;
  z-index: 2;
}
.top_text .heading {
  text-align: center;
  z-index: 2;
}
.top_text .body_text {
  text-align: left;
  max-width: 100%;
}
.top_text .body_text p {
  color: #606060;
  font-size: 17px;
  line-height: 25px;
  font-family: "BasisGrotesqueProRegular";
  padding-bottom: 20px;
}
.privacy_policy .body_text ul {
  padding: 0 0 25px 40px;
}
.privacy_policy .body_text ul li {
  color: #606060;
  font-size: 17px;
  line-height: 25px;
  font-family: "BasisGrotesqueProRegular";
  list-style: disc;
  padding-bottom: 15px;
}
.top_text .body_text p span {
  font-family: "BasisGrotesqueProBold";
  color: #606060;
}
.history_wrap {
  padding: 50px 60px;
  background-image: url("../images/history-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.history_wrap h3 {
  color: #fff;
  font-size: 35px;
  font-family: "StempelGaramondLTProRegular";
  padding-bottom: 30px;
  text-align: center;
}

.sls_luxury_section .history_carousel .img_block > img {
  transform: none;
}
.sls_luxury_section .history_carousel .img_block:hover > img {
  transform: none;
}
.sls_luxury_section .history_carousel .img_block {
  margin-bottom: 20px;
  display: inline-block;
  max-width: 180px;
  width: 100%;
}
.history_carousel {
  padding: 0 60px;
}
.history_carousel .item {
  text-align: center;
}
.history_carousel .item h4 {
  color: #cc9a00;
  font-size: 35px;
  font-family: "StempelGaramondLTProRegular";
  padding-bottom: 15px;
}
.history_carousel .item h5 {
  color: #cc9a00;
  font-size: 18px;
  padding-bottom: 10px;
  font-family: "StempelGaramondLTProRegular";
}
.history_carousel .item p {
  color: #cc9a00;
  font-size: 18px;
  font-family: "StempelGaramondLTProRegular";
}
.history_carousel .owl-nav [class*="owl-"] {
  margin: 0;
  border: 1px solid #cc9a00;
  line-height: 38px;
  width: 40px;
  color: #cc9a00;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 32px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.history_carousel .owl-nav [class*="owl-"].disabled {
  opacity: 1;
}
.history_carousel .owl-nav [class*="owl-"]:hover {
  background-color: #cc9a00;
  color: #000;
}
.history_carousel .owl-nav .owl-next {
  right: 0;
}
.history_carousel .owl-nav .owl-prev {
  left: 0;
}

.world_section {
}
.world_section .heading {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.world_section .heading h2 {
  font-size: 50px;
}
.inner_wrap {
  position: relative;
  padding-bottom: 185px;
}
.inner_wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  height: 100%;
  border: 2px solid #b5862c;
  z-index: 1;
}
.world_slide {
  margin-top: -185px;
  margin-bottom: 70px;
}
.world_carousel {
  padding: 0 62px;
}
.world_carousel .item {
  position: relative;
  float: left;
  width: 100%;
}
.world_carousel .item .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 10px 10px;
}
.world_carousel .item .overlay h3 {
  font-size: 20px;
  color: #df9f4a;
  font-family: "StempelGaramondLTProRegular";
}
.world_carousel .owl-nav [class*="owl-"] {
  margin: 0;
  border: 1px solid #cc9a00;
  line-height: 38px;
  width: 40px;
  color: #cc9a00;
  text-align: center;
  background-color: #fff;
  font-size: 32px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.world_carousel .owl-nav [class*="owl-"].disabled {
  opacity: 1;
}
.world_carousel .owl-nav [class*="owl-"]:hover {
  background-color: #cc9a00;
  color: #000;
}
.world_carousel .owl-nav [class*="owl-"] .fa {
  position: relative;
}
.world_carousel .owl-nav .owl-next {
  right: 12px;
}
.world_carousel .owl-nav .owl-prev {
  left: 12px;
}

/*Loalty Program*/
.lp_banner {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.lp_banner > img {
  width: 100%;
}
.lp_banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 190px;
}
.lp_banner .overlay h2 {
  color: #000000;
  font-size: 62px;
  font-family: "StempelGaramondLTProRegular";
  padding-bottom: 15px;
}
.lp_banner .overlay p {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 6px;
  padding-bottom: 20px;
}

.lp_list_section {
}
.lp_list_section .container {
  max-width: 1200px;
}
.lp_list_section ul {
  margin-left: -30px;
  margin-right: -30px;
}
.lp_list_section ul li {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
}
.lp_list_section ul li .inner {
  float: left;
  width: 100%;
  background-color: #c08427;
  border: 1px solid #906f6e;
  padding: 35px 15px 20px;
  text-align: center;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.24);
  min-height: 215px;
}
.lp_list_section ul li .inner .icon {
  display: inline-block;
  width: 88px;
  padding-bottom: 10px;
}
.lp_list_section ul li .inner .icon > img {
  width: 100%;
}
.lp_list_section ul li .inner p {
  text-transform: uppercase;
  font-size: 15px;
  color: #251917;
  line-height: 21px;
  font-family: "BasisGrotesqueProBold";
}
.lp_list_section ul li .inner p span {
  text-transform: none;
}

.lp_list_section ul.is-visible li {
  animation-name: downtext;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.lp_list_section ul.is-visible li:nth-child(2) {
  animation-delay: 0.4s;
}
.lp_list_section ul.is-visible li:nth-child(3) {
  animation-delay: 0.6s;
}
.lp_list_section ul.is-visible li:nth-child(4) {
  animation-delay: 0.8s;
}

.lp_gallery {
  padding: 20px 0 50px;
}
.lp_gallery .body_txt {
  text-align: center;
  padding: 30px 0 0;
}
.lp_gallery .body_txt p {
  color: #606060;
  font-size: 17px;
  line-height: 25px;
  font-family: "BasisGrotesqueProRegular";
  padding-bottom: 20px;
}
.lp_gallery .body_txt p span {
  font-family: "BasisGrotesqueProBold";
}
.lp_gallery .body_txt .btn {
  margin-top: 20px;
}
.gallery_list {
  margin-left: -3px;
  margin-right: -3px;
}
.gallery_list li {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 6px;
}
.gallery_list li a {
  float: left;
  width: 100%;
  position: relative;
  border: 1px solid #dfcca7;
  overflow: hidden;
}
.gallery_list li a > img {
  width: 100%;
  transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
}
.gallery_list li a:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.gallery_list li a .search_icon {
  position: absolute;
  right: 10px;
  top: 0;
  background-color: #fff;
  color: #0f0300;
  width: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
}

.gallery_list.is-visible li {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.gallery_list.is-visible li:last-child {
  animation-name: fadeInRight;
}

.pp_section {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
.pp_details {
  padding-top: 70px;
}
.pp_section .img_block img.mb_img {
  display: none;
}
.pp_details .container {
  max-width: 1130px;
}
.pp_list {
  margin-left: -25px;
  margin-right: -25px;
}
.pp_list li {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 60px;
}
.pp_list li .inner {
  float: left;
  width: 100%;
  background-color: #c08427;
  border: 1px solid #906f6e;
  padding: 50px 15px;
  text-align: center;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
}
.pp_list li .inner h3 {
  font-size: 95px;
  font-family: "BrandonGrotesqueBold";
  color: #251917;
}
.pp_list li .inner p {
  font-size: 29px;
  color: #251917;
  font-family: "BasisGrotesqueProBold";
}

.pp_list.is-visible li {
  animation-name: downtext;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.pp_list.is-visible li:nth-child(2) {
  animation-delay: 0.4s;
}
.pp_list.is-visible li:nth-child(3) {
  animation-delay: 0.6s;
}
.pp_list.is-visible li:nth-child(4) {
  animation-delay: 0.8s;
}

.tnc_list {
}
.tnc_list li {
  font-size: 18px;
  line-height: 25px;
  color: #606060;
  padding-bottom: 10px;
}
.tnc_list li .bank_logo {
  display: inline-block;
  border: 1px solid #d8be8e;
  margin: 5px 0;
}

.as_img_wrap {
}
.as_img_wrap .row {
  margin-left: -2px;
  margin-right: -2px;
}
.as_img_wrap .row .col-xs-12 {
  padding-left: 2px;
  padding-right: 2px;
}
.as_img_wrap .img_block {
  border: 1px solid #dfcca7;
}
.as_img_wrap.is-visible .row > .col-xs-12 {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.as_img_wrap.is-visible .row > .col-xs-12:last-child {
  animation-name: fadeInRight;
}

.aedas_imglist {
  display: inline-block;
  width: 100%;
  border: 1px solid #d8bf8f;
  padding: 0 40px;
  margin-top: 40px;
}
.aedas_imglist li {
  float: left;
  width: 25%;
}
.aedas_imglist li .img_block > img {
  transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
}
.aedas_imglist li .img_block:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.promise_section {
  padding: 50px 0 80px;
}
.promise_section .text-center {
  padding-bottom: 50px;
}
.promise_section h2 {
  font-size: 50px;
  color: #a0978f;
  font-family: "StempelGaramondLTProRegular";
  padding-bottom: 40px;
}
.promise_section p {
  color: #606060;
  font-size: 17px;
  line-height: 25px;
  font-family: "BasisGrotesqueProRegular";
  padding-bottom: 20px;
}
.promise_section p span {
  font-family: "BasisGrotesqueProBold";
}
.promise_section .btn {
  margin-top: 20px;
}

.bespoke_section {
  padding: 0 0 25px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.bespoke_section h3 {
  font-size: 40px;
  color: #131313;
  font-family: "StempelGaramondLTProRegular";
  padding-bottom: 10px;
}
.bespoke_section h3 span {
  font-family: "StempelGaramondLTProItalic";
}
.bespoke_section p {
  color: #606060;
  font-size: 17px;
  line-height: 25px;
  font-family: "BasisGrotesqueProRegular";
  padding-bottom: 20px;
}
.bespoke_section p span {
  font-family: "BasisGrotesqueProBold";
}
/*.bespoke_section .btn{ border: 1px solid #251917; color: #383838; background-color: transparent; background-image: none;}
.bespoke_section .btn:hover{ color: #181818; border-color: #cc9a00;}*/
.bespoke_section .cont {
  padding-bottom: 40px;
}
.bespoke_section .row_bottom {
  margin-bottom: 60px;
}
.bespoke_section .row_bottom .mb_block {
  display: none;
}
.bespoke_section .bespoke_cont {
  padding: 80px 0 0 45px;
}
.bespoke_section .bespoke_cont.right_cont {
  padding-left: 0;
  padding-right: 45px;
  text-align: right;
}
.bespoke_section .img_block {
  border: 1px solid #dfcca7;
  overflow: hidden;
}
.bespoke_section .img_block > img {
  transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
}
.bespoke_section .img_block:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.bespoke_section .row_bottom .col-md-7.is-visible {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.bespoke_section .row_bottom .col-md-5.is-visible {
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}

.cu_section {
  padding-bottom: 60px;
}
.project_complete {
}
.project_complete .col-sm-8 {
  width: 66%;
}
.project_complete .col-sm-4 {
  width: 34%;
}
.project_complete .img_block {
  border: 1px solid #dfcca7;
}
.project_complete .cont {
  text-align: center;
  padding: 40px 0;
}
.project_complete .cont p {
  color: #606060;
  font-size: 17px;
  line-height: 25px;
  font-family: "BasisGrotesqueProRegular";
  padding-bottom: 20px;
}
.project_complete .cont p span {
  font-family: "BasisGrotesqueProBold";
}
.project_complete .cont h5 {
  color: #606060;
  font-size: 19px;
  font-family: "StempelGaramondLTProItalic";
  padding-bottom: 30px;
}
.project_complete .video {
  border: 1px solid #dfcca7;
  margin-bottom: 10px;
  overflow: hidden;
}
.project_complete .video video {
  width: 100%;
  transform: scale(1.01);
}
.project_complete .video > img {
  width: 100%;
}

.btn_list2 {
  display: inline-block;
  width: 100%;
}
.btn_list2 li {
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
}
.btn_list2 li:last-child {
  padding-right: 0;
}
.btn_list2 li a {
  float: left;
  border: 1px solid #111;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  font-family: "BrandonGrotesqueMedium";
  line-height: 46px;
  padding: 0 15px;
  font-size: 16px;
  position: relative;
}
.btn_list2 li a span {
  position: relative;
  z-index: 2;
}
.btn_list2 li a:hover {
  color: #181818;
  border: 1px solid #cc9a00;
}
.btn_list2 li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #cc9a00;
  width: 0;
  z-index: -1;
  transition: all 0.35s ease-in 0s;
  -webkit-transition: all 0.35s ease-in 0s;
}
.btn_list2 li a:hover:before {
  width: 100%;
}

.btn_list_dummy {
  display: inline-block;
  width: 100%;
}
.btn_list_dummy li {
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
}
.btn_list_dummy li:last-child {
  padding-right: 0;
}
.btn_list_dummy li a {
  float: left;
  border: 1px solid #111;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  font-family: "BrandonGrotesqueMedium";
  line-height: 46px;
  padding: 0 15px;
  font-size: 16px;
  position: relative;
  cursor: text;
}
.btn_list_dummy li a span {
  position: relative;
  z-index: 2;
}
/*.btn_list_dummy li a:hover{ color: #181818; border: 1px solid #cc9a00;}
.btn_list_dummy li a:before{ content: ''; position: absolute; left: 0; top: 0; height: 100%; background-color: #cc9a00; width: 0; z-index: 1; transition: all 0.35s ease-in 0s; -webkit-transition: all 0.35s ease-in 0s;}
.btn_list_dummy li a:hover:before{ width: 100%;}
*/

.location_reg {
  padding-bottom: 60px;
}
.location_map {
  padding-bottom: 100px;
}
.location_map .heading {
  margin-bottom: 50px;
}
.location_map .heading .icon {
  padding-bottom: 0;
}
.location_map .heading h2 {
  font-size: 50px;
}

.map_list {
  display: inline-block;
  width: 100%;
  padding: 0 0 20px;
}
.map_list li {
  float: left;
  width: 20%;
  border-left: 1px solid #cacaca;
  padding-left: 50px;
  padding-right: 20px;
}
.map_list li:first-child {
  border-left: none;
}
.map_list li .inner {
  float: left;
  width: 100%;
  min-height: 75px;
}
.map_list li .inner h3 {
  font-size: 26px;
  color: #231f20;
  font-family: "StempelGaramondLTProRegular";
  padding-bottom: 5px;
}
.map_list li .inner p {
  font-size: 16px;
  color: #070707;
  font-family: "BasisGrotesqueProRegular";
}
.map_list li.active .inner h3 {
  color: #cc9a00;
}
.map_block {
}
.map_block > img {
  width: 100%;
}
.map_block > iframe {
  width: 100%;
}

.tab_carousel {
  margin-bottom: 20px;
}
.tab_carousel .owl-item:first-child .inner {
  border-left: none;
}
.tab_carousel .inner {
  float: left;
  width: 100%;
  min-height: 75px;
  border-left: 1px solid #cacaca;
  padding: 0 10px 0 50px;
}
.tab_carousel .inner h3 {
  font-size: 26px;
  color: #231f20;
  font-family: "StempelGaramondLTProRegular";
  padding-bottom: 5px;
}
.tab_carousel .inner p {
  font-size: 16px;
  color: #070707;
  font-family: "BasisGrotesqueProRegular";
}

.location_map .cont {
  text-align: center;
  padding: 50px 80px 0 80px;
}
.location_map .cont p {
  color: #606060;
  font-size: 17px;
  line-height: 25px;
  font-family: "BasisGrotesqueProRegular";
  padding-bottom: 20px;
}
.location_map .cont p span {
  font-family: "BasisGrotesqueProBold";
}

.exp_head {
  position: relative;
  padding: 0 240px 0 460px;
  min-height: 160px;
  margin-top: 60px;
}
.exp_head .icon {
  text-align: center;
}
.exp_head .left_head {
  position: absolute;
  left: 0;
}
.exp_head .left_head h2 {
  font-size: 62px;
  color: #a0978f;
  font-family: "StempelGaramondLTProRegular";
  line-height: 55px;
}
.exp_head .left_head h2 span {
  font-family: "StempelGaramondLTProItalic";
}
.exp_head .right_head {
  position: absolute;
  right: 0;
  top: 0;
}
.exp_head .right_head h3 {
  font-size: 101px;
  color: #c9c9c9;
  font-family: "StempelGaramondLTProRegular";
  line-height: 50px;
}
.exp_head .right_head h3 span {
  display: block;
  font-size: 20px;
  text-align: left;
}
.exp_head .right_head h3 .top {
  padding-left: 10px;
}
.exp_head .right_head h3 .bottom {
  text-align: right;
  line-height: 60px;
}

.id_banner {
  position: relative;
  margin-top: 95px;
}
.id_banner > img {
  width: 100%;
}
.id_banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 120px;
}
.id_banner .overlay h2 {
  color: #fff;
  font-size: 62px;
  font-family: "StempelGaramondLTProRegular";
}
.id_banner .overlay h2 span {
  font-family: "StempelGaramondLTProItalic";
}
.id_banner .overlay p {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 10px 0 15px;
}

.id_top .heading.text-center {
  text-align: center;
}
.id_top .bottom_body_text {
  text-align: center;
  max-width: 1090px;
  width: 100%;
  margin: auto;
}

.id_gallery {
  text-align: center;
  padding-bottom: 60px;
}
.id_gallery .body_text {
  display: inline-block;
  max-width: 870px;
  width: 100%;
  padding-top: 50px;
}
.id_gallery .body_text p {
  color: #606060;
  font-size: 17px;
  line-height: 25px;
  font-family: "BasisGrotesqueProRegular";
  padding-bottom: 20px;
}
.id_gallery .body_text p span {
  font-family: "BasisGrotesqueProBold";
  color: #606060;
}
.id_gallery .body_text .btn {
  margin-top: 30px;
}

.id_logo_section {
}
.logo_wrap {
  position: relative;
  padding-right: 400px;
  width: 100%;
  display: inline-block;
  margin-bottom: 60px;
}
.logo_wrap .logo_list {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.logo_wrap .logo_list li {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.logo_wrap .logo_list li .img_block {
  border: 1px solid #d8bf8f;
}
.logo_wrap .logo_list2 {
  position: relative;
  left: 110px;
  padding-bottom: 0;
}
.logo_wrap .logo_right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 240px;
}
.logo_wrap .logo_right li {
  float: left;
  width: 100%;
}
.logo_wrap .logo_right li .img_block {
  border: 1px solid #d8bf8f;
}

.residence_section_inner {
  padding: 0 0 25px;
  position: relative;
  z-index: 2;
}
.residence_section_inner h3 {
  font-size: 40px;
  color: #131313;
  font-family: 'Audrey';
  padding-bottom: 10px;
}
.residence_section_inner h3 span {
  font-family: 'Audrey';
}
.residence_section_inner h4 {
  font-family: "BasisGrotesqueProRegular";
  display: block;
  color: #7b7b7b;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.residence_section_inner p {
  color: #606060;
  font-size: 17px;
  line-height: 25px;
  font-family: "BasisGrotesqueProRegular";
  padding-bottom: 20px;
}
.residence_section_inner p span {
  font-family: "BasisGrotesqueProBold";
}
.residence_section_inner .btn {
  border: 1px solid #251917;
  color: #383838;
  background-color: transparent;
  background-image: none;
      margin-right: 10px;
}
.residence_section_inner .btn:hover {
  color: #181818;
  border-color: #cc9a00;
}
.residence_section_inner .inner {
  margin: 60px 0 0;
}
.residence_section_inner .row_bottom {
  margin-bottom: 160px;
  /* margin-bottom: 160px; */
  position: relative;
  display: inline-block;
  width: 100%;
}
.residence_section_inner .row_bottom.last_row {
  margin-bottom: 30px;
}
.residence_section_inner .cont_block {
  padding: 50px 30px 50px 120px;
  position: absolute;
  right: 0;
  top: -60px;
  width: 100%;
  max-width: 660px;
  border: 3px solid #b5862c;
  /* min-height: 470px; */
}
.residence_section_inner .cont_block .num {
  position: absolute;
  right: 0;
  top: -105px;
  font-size: 94px;
  color: rgba(96, 96, 96, 0.2);
  font-family: "StempelGaramondLTProRegular";
}

.residence_section_inner .bespoke_cont.right_cont {
  padding-left: 0;
  padding-right: 45px;
  text-align: right;
}
.residence_section_inner .img_block {
  border: 1px solid #dfcca7;
  overflow: hidden;
  float: left;
  width: 58%;
}
.residence_section_inner .img_block > img {
  transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
}
.residence_section_inner .img_block:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.residence_section_inner .row_left .img_block {
  float: right;
}
.residence_section_inner .row_left .cont_block {
  right: auto;
  left: 0;
  padding: 50px 120px 50px 30px;
  text-align: right;
}
.residence_section_inner .row_left .cont_block .num {
  right: auto;
  left: 0;
}

.residence_section_inner .row_bottom .img_block.is-visible {
  animation-name: downtext;
  /*animation-name: uptext;*/
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.residence_section_inner .row_bottom .cont_block.is-visible {
  animation-name: downtext;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}

.sls_amenities {
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.sls_amenities .cont {
  text-align: center;
  max-width: 1160px;
  width: 100%;
  margin: 50px auto 0;
}
.sls_amenities .cont p {
  color: #606060;
  font-size: 17px;
  line-height: 25px;
  font-family: "BasisGrotesqueProRegular";
  padding-bottom: 20px;
}
.sls_amenities .cont p span {
  font-family: "BasisGrotesqueProBold";
}
/*.sls_amenities .cont .btn{ margin-top: 20px;}*/

.amenities_list {
  margin-left: -30px;
  margin-right: -30px;
}
.amenities_list li {
  padding: 0 30px 60px;
}
.amenities_list li .amenities_block {
  text-align: center;
  float: left;
  width: 100%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.24);
  background-color: #c08427;
  border: 1px solid #906f6e;
  padding: 60px 10px;
  min-height: 238px;
}
.amenities_list li .amenities_block .icon {
  display: inline-block;
  width: 80px;
  padding-bottom: 10px;
}
.amenities_list li .amenities_block .icon > img {
  width: 100%;
}
.amenities_list li .amenities_block h4 {
  font-size: 16px;
  font-family: "BasisGrotesqueProBold";
  color: #251917;
}

.sls_gallery {
  margin-left: -3px;
  margin-right: -3px;
}
.sls_gallery li {
  padding: 0 3px 6px;
}

.to_section {
  padding-bottom: 50px;
}
.to_img {
  display: inline-block;
  width: 100%;
}
.to_img > img {
  width: 100%;
}
.to_section .cont {
  text-align: center;
  max-width: 1160px;
  width: 100%;
  margin: 50px auto;
}
.to_section .cont p {
  color: #606060;
  font-size: 17px;
  line-height: 25px;
  font-family: "BasisGrotesqueProRegular";
  padding-bottom: 20px;
}
.to_section .cont p span {
  font-family: "BasisGrotesqueProBold";
}
.to_section .cont .btn {
  margin-top: 20px;
}
.view_section {
  padding-bottom: 100px;
}
.view_section .heading h2 {
  font-size: 48px;
}

.vg_wrap {
  padding-top: 70px;
}
.vg_list1 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
}
.vg_list1 li {
  width: 100%;
  float: left;
}
.vg_list1 li:first-child {
  padding-left: 250px;
}
.vg_list1 li > a {
  overflow: hidden;
  border: 1px solid #dfcca7;
  float: left;
  width: 100%;
  position: relative;
}
.vg_list1 li > a.vg_img {
  width: 50%;
}
.vg_list1 li > a > img {
  width: 100%;
}
.vg_list1 li .cont {
  float: left;
  width: 50%;
  padding: 50px 20px 0 80px;
}
.vg_list1 li .cont h3 {
  font-size: 40px;
  color: #131313;
  font-family: "StempelGaramondLTProRegular";
  padding-bottom: 10px;
}
.vg_list1 li .cont h3 span {
  font-family: "StempelGaramondLTProItalic";
}
.vg_list1 li .cont p {
  color: #606060;
  font-size: 17px;
  line-height: 25px;
  font-family: "BasisGrotesqueProRegular";
  padding-bottom: 20px;
}
.vg_list1 li .cont p span {
  font-family: "BasisGrotesqueProBold";
}
.vg_list1 li .cont .btn {
  border: 1px solid #251917;
  color: #383838;
  background-color: transparent;
  background-image: none;
}
.vg_list1 li .cont .btn:hover {
  color: #181818;
  border-color: #cc9a00;
}
.vg_list1 li > a .search_icon {
  position: absolute;
  right: 10px;
  top: 0;
  background-color: #fff;
  color: #0f0300;
  width: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
}
.vg_list1 li:nth-child(2) {
  position: absolute;
  left: 0;
  top: 130px;
  width: 300px;
}
.vg_list1 li:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 650px;
}

.vg_list2 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 450px;
  margin-top: 150px;
}
.vg_list2 li {
  width: 100%;
  float: left;
}
.vg_list2 li:first-child {
  padding-left: 250px;
  padding-right: 80px;
}
.vg_list2 li > a {
  overflow: hidden;
  border: 1px solid #dfcca7;
  float: left;
  width: 100%;
  position: relative;
}
.vg_list2 li > a.vg_img {
  width: 50%;
}
.vg_list2 li > a > img {
  width: 100%;
}
.vg_list2 li .cont {
  float: left;
  width: 50%;
  padding: 50px 80px 0 20px;
  text-align: right;
}
.vg_list2 li .cont h3 {
  font-size: 40px;
  color: #131313;
  font-family: "StempelGaramondLTProRegular";
  padding-bottom: 10px;
}
.vg_list2 li .cont h3 span {
  font-family: "StempelGaramondLTProItalic";
}
.vg_list2 li .cont p {
  color: #606060;
  font-size: 17px;
  line-height: 25px;
  font-family: "BasisGrotesqueProRegular";
  padding-bottom: 20px;
}
.vg_list2 li .cont p span {
  font-family: "BasisGrotesqueProBold";
}
.vg_list2 li .cont .btn {
  border: 1px solid #251917;
  color: #383838;
  background-color: transparent;
  background-image: none;
}
.vg_list2 li .cont .btn:hover {
  color: #181818;
  border-color: #cc9a00;
}
.vg_list2 li > a .search_icon {
  position: absolute;
  right: 10px;
  top: 0;
  background-color: #fff;
  color: #0f0300;
  width: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
}
.vg_list2 li:nth-child(2) {
  position: absolute;
  right: 37%;
  bottom: 180px;
  width: 580px;
}
.vg_list2 li:nth-child(3) {
  position: absolute;
  left: 30px;
  top: 300px;
  width: 288px;
}
.vg_list2 li:nth-child(4) {
  position: absolute;
  left: 90px;
  bottom: 0;
  width: 288px;
}
.vg_list2 li:nth-child(5) {
  position: absolute;
  right: 0;
  bottom: 185px;
  width: 288px;
}

.grid_list {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.grid_list li {
  float: left;
  width: 16.6667%;
  border-left: 1px solid #eaeaea;
  position: relative;
  height: 100%;
}

.mc_banner {
  position: relative;
  padding-top: 95px;
  background-color: #fff;
  z-index: 2;
}
.mc_banner > img {
  width: 100%;
}
.mc_banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 215px;
}
.mc_banner .overlay h2 {
  color: #fff;
  font-size: 62px;
  font-family: "StempelGaramondLTProRegular";
}
.mc_banner .overlay h2 span {
  font-family: "StempelGaramondLTProItalic";
}
.mc_banner .overlay p {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 10px 0 15px;
}
.mc_banner .overlay .btn {
  background-color: transparent;
  background-image: none;
  color: #fff;
  border: 1px solid #fff;
}
.mc_banner .overlay .btn:hover {
  color: #181818;
  border-color: #cc9a00;
}

.misnory_grid {
  position: relative;
  z-index: 2;
}
.mg_list1 {
  position: relative;
  display: inline-block;
  width: 100%;
}
.mg_list1 li {
  position: relative;
  float: left;
  width: 100%;
}
.mg_list1 li .col {
  position: relative;
}
.mg_list1 li .col img {
  width: 100%;
}
.mg_list1 li .col .cont {
  padding: 80px 10px 0 50px;
  float: left;
  width: 100%;
}
.mg_list1 li .col .cont.right {
  text-align: right;
  padding: 80px 50px 20px 10px;
  min-height: 596px;
}
.mg_list1 li .col .cont h3 {
  font-size: 40px;
  color: #131313;
  font-family: "StempelGaramondLTProRegular";
  padding-bottom: 10px;
}
.mg_list1 li .col .cont p {
  color: #606060;
  font-size: 17px;
  line-height: 25px;
  font-family: "BasisGrotesqueProRegular";
  padding-bottom: 20px;
}
.mg_list1 li .col .cont p span {
  font-family: "BasisGrotesqueProBold";
}
.mg_list1 li .col .cont .btn {
  border: 1px solid #251917;
  color: #383838;
  background-color: transparent;
  background-image: none;
}
.mg_list1 li .col .cont .btn:hover {
  color: #181818;
  border-color: #cc9a00;
}

.mg_list1 li .col-1 {
  float: left;
  width: 16.6667%;
}
.mg_list1 li .col-2 {
  width: 33.33%;
  float: left;
}
.mg_list1 li .col-3 {
  width: 50%;
  float: left;
}
.mg_list1 li .col-4 {
  width: 66.6667%;
  float: left;
}
.mg_list1 li .offset-1 {
  margin-left: 16.6667%;
}
.mg_list1 li .offset-2 {
  margin-left: 33.33%;
}
.mg_list1 li .offset-3 {
  margin-left: 50%;
}
.mg_list1 li .offset-4 {
  margin-left: 66.6667%;
}
.mg_list1 li .offset-5 {
  margin-left: 83.3333%;
}
.mg_list1 li .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
.mg_list1 li .col .img_block {
  width: 100%;
  float: left;
}

.mg_list1 li .col .search_icon {
  position: absolute;
  right: 10px;
  top: 0;
  background-color: #fff;
  color: #0f0300;
  width: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
}

.mg_list1 li .inner_grid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.more_link {
  margin: 50px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.more_link a {
  display: inline-block;
  color: #383838;
  font-family: "BasisGrotesqueProRegular";
  letter-spacing: 3px;
  font-size: 16px;
  position: relative;
  padding-bottom: 2px;
}
.more_link a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: #fad1d0;
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
}
.more_link a:hover:before {
  width: 170px;
}

.nav_section {
  width: 100%;
  height: 100%;
  max-width: 335px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 111;
  transition-duration: 1s;
  transform: translateX(100%);
  opacity: 0;
}
.nav_section.open {
  transform: translateX(0);
  opacity: 1;
}

.navcanvas {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: inline-block;
  overflow: hidden;
  overflow-y: auto;
   background: url(../images/PM.jpeg) center top / 100% 100% no-repeat; 
  /*background: linear-gradient(0deg, rgb(30 26 28 / 0%), rgb(24 19 22 / 0%)), url(../images/PM.jpeg);*/
  background: rgb(34,145,145);
  background: linear-gradient(0deg, rgba(34,145,145,1) 0%, rgba(34,145,145,1) 100%), url(../images/PM1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  
  z-index: 999;
}
.navcanvas .logo a {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  float: left;
}
.navcanvas .logo a img {
  width: 115px;
}
.navigation {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}
.navigation > ul {
  float: left;
  width: 100%;
}
.navigation > ul > li {
  float: left;
  width: 100%;
  position: relative;
  padding: 12px 0;
  margin-bottom: 1px;
}
.navigation > ul > li > a {
  float: left;
  font-size: 20px;
  color: #fff;
  padding: 0 30px 0 25px;
  position: relative;
  width: 100%;
  line-height: 20px;
}
.navigation > ul > li > a span {
  font-size: 15px;
  font-family: "BasisGrotesqueProBold";
  padding-right: 10px;
  color: rgb(255 255 255 / 50%);
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
}
.navigation > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0;
  background-color: #cc9a00;
  border-radius: 4px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
.navigation > ul > li.active:before,
.navigation > ul > li:hover:before {
  height: 100%;
}
.navigation > ul > li > a:hover,
.navigation > ul > li.active > a,
.navigation > ul > li.active2 > a {
  color: #cc9a00;
  font-family: "Audrey";
}
.navigation > ul > li > a:hover span,
.navigation > ul > li.active > a span {
  color: #cc9a00;
}

.navigation > ul > li .overlay {
  width: 100%;
  float: left;
  padding-left: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
}
.navigation > ul > li .overlay .inner {
}
.navigation > ul > li .overlay p {
  color: #989898;
  font-size: 18px;
  line-height: normal;
}
.navigation > ul > li .overlay p span {
  font-family: "StempelGaramondLTProItalic";
}

/*.nav_section.open .navigation > ul{ animation-name:fadeInUp; animation-duration:.8s; animation-delay:1s; animation-fill-mode: forwards; opacity: 0; animation-timing-function: ease-out;}*/
.nav_section.open .navigation > ul > li {
  animation-name: fadeInLeftShort;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
}
.nav_section.open .navigation > ul > li:nth-child(2) {
  animation-delay: 0.4s;
}
.nav_section.open .navigation > ul > li:nth-child(3) {
  animation-delay: 0.6s;
}
.nav_section.open .navigation > ul > li:nth-child(4) {
  animation-delay: 0.8s;
}
.nav_section.open .navigation > ul > li:nth-child(5) {
  animation-delay: 1s;
}
.nav_section.open .navigation > ul > li:nth-child(6) {
  animation-delay: 1.2s;
}
.nav_section.open .navigation > ul > li:nth-child(7) {
  animation-delay: 1.4s;
}
.nav_section.open .navigation > ul > li:nth-child(8) {
  animation-delay: 1.6s;
}
.nav_section.open .navigation > ul > li:nth-child(9) {
  animation-delay: 1.8s;
}
.nav_section.open .navigation > ul > li:nth-child(10) {
  animation-delay: 2s;
}
.nav_section.open .navigation > ul > li:nth-child(11) {
  animation-delay: 2.2s;
}
.nav_section.open .navigation > ul > li:nth-child(12) {
  animation-delay: 2.4s;
}
.nav_section.open .navigation > ul > li:nth-child(13) {
  animation-delay: 2.6s;
}
.nav_section.open .navigation > ul > li:nth-child(14) {
  animation-delay: 2.7s;
}
.nav_section.open .navigation > ul > li:nth-child(15) {
  animation-delay: 2.8s;
}

.nav_section.open .navigation > ul > li.active .overlay,
.nav_section.open .navigation > ul > li:hover .overlay {
  animation-name: fadeInUpShort;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-timing-function: ease-out;
  visibility: visible;
}
/*.nav_section.open .navigation > ul > li.active2 .overlay{ animation-name:fadeInRightShort; animation-duration:.8s; animation-delay:.3s; animation-fill-mode: forwards; opacity: 0; animation-timing-function: ease-out; visibility: visible;}*/

.close_toggle {
  float: right;
  padding: 10px 0px 0 0;
  /*padding: 40px 95px 0 0;*/
}
.close_toggle a {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  line-height: 25px;
}
/*.close_toggle a img {*/
/*  position: relative;*/
/*  top: -5px;*/
/*  padding-left: 7px;*/
/*}*/

.menu_backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.37);
  z-index: 110;
  display: none;
}
.menu_backdrop.on {
  display: block;
}

.sbe_section {
  /* padding-bottom: 80px; */
}

footer .col p {
    font-size: 18px;
    color: #fff;
    margin: 20px 0 10px 30px;
}
.yellow_bg {
  padding-bottom: 50px;
}
.yellow_bg > img {
  width: 100%;
}

.bleck_bg {
  background-color: #000;
  padding: 50px;
}
.bleck_bg > img {
  width: 100%;
}
.bleck_bg .sbe_logo {
  text-align: center;
  padding-bottom: 30px;
}
.bleck_bg .sbe_logo > img {
}
.bleck_bg p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
}

.ff_section {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
.ff_section h2 {
  font-size: 40px;
  color: #131313;
  font-family: "StempelGaramondLTProRegular";
  padding-bottom: 10px;
}
.ff_section p {
  color: #606060;
  font-size: 17px;
  line-height: 25px;
  font-family: "BasisGrotesqueProRegular";
  padding-bottom: 20px;
}
.ff_section .ff_img {
  border: 2px solid #b5862c;
  background-color: #fff;
}
.ff_section .ff_img > img {
  width: 100%;
}

.res_banner {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.res_banner > img {
  width: 100%;
}
.res_banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 190px;
}
.res_banner .overlay h2 {
  color: #fff;
  font-size: 62px;
   font-family: 'Audrey';
}
.res_banner .overlay h2 span {
  font-family: "StempelGaramondLTProItalic";
}
.res_banner .overlay p {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 10px 0 15px;
}

/* 24th Feb 2020 */
.bottom-last-footer p {
  color: #ffffff;
}
.bottom-last-footer p a {
  background: none;
  float: none;
  color: #cc9a00;
}
.bottom-last-footer p a:hover {
  opacity: 0.6;
}

/*02 March 2020*/
.privacy_policy .body_text ul {
  padding: 0 0 25px 40px;
}
.privacy_policy .body_text ul li {
  color: #606060;
  font-size: 17px;
  line-height: 25px;
  font-family: "BasisGrotesqueProRegular";
  list-style: disc;
  padding-bottom: 15px;
}
.privacy_policy .body_text ul.nav-tabs {
  padding: 0;
  margin: 0 0 20px;
  border: none;
}
.privacy_policy .body_text ul.nav-tabs > li {
  padding: 0;
  margin: 0 0 0 30px;
}
.privacy_policy .body_text ul.nav-tabs > li:first-child {
  margin-left: 0;
}
.privacy_policy .body_text ul.nav-tabs > li > a {
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #131313;
  font-family: "BasisGrotesqueProBold";
  line-height: 40px;
  border-bottom: 3px solid transparent;
}
.privacy_policy .body_text ul.nav-tabs > li.active > a,
.privacy_policy .body_text ul.nav-tabs > li.active > a:hover,
.privacy_policy .body_text ul.nav-tabs > li.active > a:focus,
.privacy_policy .body_text ul.nav-tabs > li > a:hover {
  border: none;
  border-bottom: 3px solid #131313;
  background-color: transparent;
}

/* fubiz-tv-widget */
.logo img {
  max-width: 200px;
}
.fubiz-tv-widget {
  padding: 0 0 5rem;
}
.main-slider-item {
}
.main-slider-item img {
  width: 100%;
}
.container-bg-fubiztv .main-slider-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fubiz-tv-home .galery-fubiztv .nav-thumb-fubiz-tv .thumb-tv {
  width: auto !important;
  float: none !important;
  background-color: transparent !important;
  cursor: pointer;
}
.fubiz-tv-home
  .galery-fubiztv
  .nav-thumb-fubiz-tv
  .slick-center
  .thumb-tv::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  background-color: #191919;
  opacity: 0.7;
}

.nav-slider-fubiztv .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 40px;
  height: 40px;
  color: #cc9a00;
  border: 1px solid #cc9a00;
  text-align: center;
  background-color: transparent;
  font-size: 20px;
  margin-top: -20px;
  padding: 0;
}
.nav-slider-fubiztv .slick-arrow img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -6px;
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
}
.nav-slider-fubiztv .slick-arrow img.white {
  visibility: hidden;
  opacity: 0;
}
.nav-slider-fubiztv .slick-arrow:hover img.gold {
  visibility: hidden;
  opacity: 0;
}
.nav-slider-fubiztv .slick-arrow:hover img.white {
  visibility: visible;
  opacity: 1;
}
.nav-slider-fubiztv .slick-arrow:hover {
  background-color: #cc9a00;
  color: #fff;
}
.nav-slider-fubiztv .crown-prev-arrow {
  left: -50px;
}
.nav-slider-fubiztv .crown-next-arrow {
  right: -50px;
}

.navigation ul li a i {
    font-family: 'FontAwesome';
    font-size: 16px;
}

.text-center {
    text-align: center !important;
}

#firstname-error, #lastname-error, #yourphone-error, #country-error, #countrycode-error, #youremail-error {
    margin-left: 0px!important;
}

.error {
    color: #000!important;
    font-family: 'Lato Regular'!important;
}

div#mcforms-293926-345712 {
    display: none !important;
}