@charset "utf-8";

/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  -webkit-font-smoothing: antialiased;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

img {
  border: 0;
  max-width: 100%;
  display: inline-block;
  height: auto;
}

a:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

textarea,
input[type="text"],
input[type="search"],
input[type="email"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
}

:focus {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

strong {
  font-weight: 700;
}

textarea,

select,

input[type="text"],

input[type="button"],

input[type="search"],

input[type="password"],

input[type="email"],

input[type="reset"],

input[type="submit"] {
  -webkit-appearance: none;
}

.verticalCenter {
  display: table;
  width: 100%;
  height: 100%;
}

.verticalInner {
  display: table-cell;
  vertical-align: middle;
}

/*::-webkit-input-placeholder{color:#000; opacity:1;}

:-moz-placeholder{color:#000; opacity:1;}

::-moz-placeholder{color:#000; opacity:1;}

:-ms-input-placeholder{color:#000; opacity:1;}*/

select option {
  color: #000;
}

select::-ms-expand {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0 0px;
}

p {
  margin: 0 0 10px 0;
  clear: both;
}

select:focus {
  outline: none;
}

.wrapper {
  width: 1300px;
  margin: 0 auto;
}

.enq_butt {
  background-color: #01eafb;
}

#menu {
  background-color: #fff;
  font-family: 'Oswald-Medium';
  text-transform: uppercase;
  box-shadow: 5px;
  top: 0px;
  transition: top 0.3s;
  height: 75px;
  letter-spacing: 2px;
  border-bottom: 4px solid #01eafb;
}

.pulse-text {
  animation: pulseZoom 0.9s ease-in-out infinite;
}

@keyframes pulseZoom {
  0% {
    transform: scale(1);
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }

  50% {
    transform: scale(1.05);
    /* little zoom */
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  }

  100% {
    transform: scale(1);
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
}

a:focus,
a:hover {
  color: #fff;
}

#menu a {
  font-family: "EurostileBold";
  float: right;
  display: block;
  color: #0d79b9;
  text-align: center;
  padding: 21px;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 2px;

}

/*#menu a:hover {
  background-color: #ad1010;
  color: white;
}*/

/*.menu{background:#000; width:100%; position:fixed; top:0px; z-index: 9999; font-family: 'Oswald-Medium'; text-transform: uppercase; box-shadow: 5px;padding-left: 368px;height: 14%;}*/
.detail ul {
  width: 100%;
  text-align: center;
  margin: 21px auto !important;
}

.detail ul li {
  font-family: "Raleway-Bold";
  position: relative;
  font-size: 14px;
  line-height: 62px;
  padding: 0px 28px 0px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5d5d5d;
  border-bottom: 2px solid #bfbebe;
}

.detail ul li a {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.detail ul li a:hover {
  color: #fcfe35;
}

.detail .button {
  background-color: #ad1010;
  min-width: 141px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  float: left;
  border-radius: 4px;
  position: relative;
  padding: 0 10px;
  margin-top: 10px;
  letter-spacing: 3px;
}

.detail .button:hover {
  color: #FFFFFF;
}

.detail ul li a img {
  padding-left: 13px;
  margin-top: 4px;
}

.detail ul li a span {
  background: #fffaf0 none repeat scroll 0 0;
  border: 1px solid #ddccaa;
  color: #333;
  display: none;
  line-height: 16px;
  margin-left: -140px;
  margin-top: 10px;
  padding: 10px;
  width: 280px;
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 100%;
  font-size: 11px;
  text-transform: none;
  text-align: left;
}

.detail ul li a:hover span {
  display: inline;
}

.detaispec {
  height: 100px;
  border: 1px solid #36aea9;
  /* background: #d3d3d3; */
}

.detaispec h3 {
  font-family: 'RobotoBold';
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color:#01eafb
}

.detaispec p {
  text-align: center;
  font-size: 13px;
}

.tags {
  position: absolute;
  z-index: 999;
  text-align: center;
  bottom: 35px;
  margin: auto;
  color: #fff;
  padding: 20px 109px;
}

.tags h2 {
  font-family: 'EurostileBold';
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: bold;
}

.tags h3 {
  font-family: 'RobotoBold';
  font-size: 16px;
  font-weight: normal;
  line-height: 29px;
  margin-top: 1px;
  text-transform: uppercase;
}

.slider_controls {
  left: 289px;
  margin: auto;
  width: 60px;
  bottom: 10%;
  position: absolute;
}

#prev1 {
  width: 24px;
  background: url(../images/prev.png) 0 0 no-repeat;
  height: 26px;
  margin: 0 -6px 0 0px;
  text-indent: -100000px;
  cursor: pointer;
}

#next1 {
  float: right;
  width: 24px;
  background: url(../images/next.png) 0 0 no-repeat;
  height: 26px;
  margin: 0px;
  text-indent: -100000px;
  cursor: pointer;
}

.callout {
  font-size: 12px;
  font-family: 'robotoregular';
}

.banner_Section {
  width: 100%;
  height: 100vh;
  float: left;
  position: relative;
  background: url(../images/banner.jpg) no-repeat center top;
  background-size: 100%;
}

.banner_Section>img {
  width: 100vw;
  height: 100vh;
}

.logo {
  position: absolute;
  left: 100px;
  top: 30px;
}

.logo2 {
  display: none;
}

.book_your_homes {
  position: absolute;
  left: 50px;
  right: 0;
  margin: 0 auto;
  bottom: 80px;
  text-align: center;
  margin-left: -10%;
}

.punchline {
  width: 100%;
  float: left;
}

.punchline img {
  display: inline-block;
  width: auto;
}

.book_now {
  width: 100%;
  float: left;
  margin-top: 15px;
}

.refund_txt {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.refund_txt img {
  display: inline-block;
  position: relative;
}

.thanks_msg {
  font-family: 'RobotoSlabBold';
  font-size: 18px;
  width: 100%;
  position: relative;
  float: left;
  margin-top: 30px;
  color: #333;
}

.book_now a {
  display: inline-block;
  background: #f23423;
  text-transform: uppercase;
  padding: 18px 70px;
  border-radius: 45px;
  border: 5px solid #fff;
  font-family: 'impact_0';
  font-size: 38px;
  color: #fff;
  position: relative;
}

.book_now input[type="submit"] {
  display: inline-block;
  background: #f23423;
  text-transform: uppercase;
  padding: 18px 70px;
  border-radius: 45px;
  border: 5px solid #fff;
  font-family: 'impact_0';
  font-size: 38px;
  color: #fff;
  position: relative;
}

.book_now1 {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.book_now1 a {
  display: inline-block;
  font-family: 'impact_0';
  font-size: 35px;
  color: #f23423;
  position: relative;
  margin-top: -15px;
  /*background:#f23423; text-transform:uppercase; padding:18px 30px; border-radius:45px; border:5px solid #fff; */
  ;
}

.gpl_section {
  position: relative;
  text-align: center;
  width: 40%;
  float: left;
}

.gpl {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 30px !important;
}

.gpl_section h2 {
  color: #21100d;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'RobotoBlack_0';
}

.gpl_section h4 {
  font-size: 22px;
  line-height: 24px;
  font-family: 'RobotoSlabBold';
  font-weight: 400;
  padding: 5px 45px;
}

.gpl_section h4 span {
  color: #e51919;
  text-transform: uppercase;
}

.gpl_section h3 {
  font-size: 36px;
  font-family: 'impact_0';
}

.gpl_section .line {
  border-top: 1px solid #21100d;
  width: 330px;
  text-align: center;
  margin: 10px auto;
}

.gpl img {
  display: inline;
  width: 314px !important;
}

.gpl_section p {
  font-size: 14px;
  line-height: 18px;
  font-family: 'RobotoSlabBold';
  position: relative;
}

.viewmob p {
  font-size: 14px;
  line-height: 18px;
  font-family: 'RobotoSlabBold';
  position: relative;
}

.visit_butt {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.visit_butt img {
  text-align: center;
}

.visit_butt h3 {
  background: #f22f2f;
  padding: 20px 30px;
  Font-Size: 20px;
  color: #fff;
  width: 250px;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
}

.wright_section {
  width: 60%;
  float: left;
  position: relative;
  padding-left: 100px;
  margin-top: 40px;
}

.wright_section .watertxt img {
  width: 450px;
}

.wright_section .rbanner {
  width: 80%;
}

.viewmob {
  display: none;
}

.hidemob {
  display: block !important;
}

.score_bg {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: -110px;
}

.score_bg img {
  display: inline;
  width: auto;
}

.clicktoview {
  width: 100%;
  float: left;
  text-align: center;
}

.clicktoview img {
  display: inline;
}



/*highlightes left*/

.gps_highlightes {
  width: 100%;
  float: left;
  text-align: center;
  padding: 100px 0;
}

.gps_highlightes_left {
  width: 50%;
  float: left;
  text-align: center;
}

.gps_highlightes_left h4 {
  font-family: 'RobotoBlack_0';
  text-transform: uppercase;
  font-size: 35px;
  color: #525252;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.gps_highlightes_left h4:before {
  position: absolute;
  left: -140px;
  top: 14px;
  content: '';
  background: url(../images/before.png) no-repeat left top;
  width: 130px;
  height: 13px;
}

.gps_highlightes_left h4:after {
  position: absolute;
  right: -140px;
  top: 14px;
  content: '';
  background: url(../images/after.png) no-repeat left top;
  width: 120px;
  height: 13px;
}

.gps_highlightes_left ul {
  text-align: center;
  margin-bottom: 40px;
}

.gps_highlightes_left li {
  margin: 0 50px;
  min-height: 250px;
  display: inline-block;
}

.gps_highlightes_left li .img_section {
  width: 100%;
  min-height: 130px;
  float: left;
  text-align: center;
}

.gps_highlightes_left li span {
  display: block;
  font-family: 'RobotoSlabBold';
  color: #4a4a4a;
  font-size: 21px;
  text-align: center;
  margin-top: 20px;
}





/*highlightes right*/

.offer_right {
  width: 50%;
  float: left;
}

.offer_valid {
  width: 100%;
  float: left;
}

.offer_valid h5 {
  font-size: 36px;
  font-family: 'robotoregular';
  color: #303030;
  text-transform: uppercase;
}

.offer_valid strong {
  font-family: 'RobotoBlack_0';
  display: block;
  font-size: 64px;
}

.offer_valid strong sup {
  text-transform: none;
  font-size: 20px;
  vertical-align: top;
}

.saveupto {
  width: 100%;
  float: left;
}

.saveupto a {
  display: inline-block;
  background: #fbdc0d;
  color: #272727;
  font-family: 'RobotoBlack_0';
  font-size: 30px;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 40px;
  box-shadow: 10px 10px 4px -8px rgba(0, 0, 0, 0.5);
}

.para {
  width: 100%;
  float: left;
  font-family: 'RobotoBold';
  font-size: 34px;
  margin-top: 15px;
  position: relative;
}

.para span {
  font-family: 'robotolight';
  display: block;
}

.para:after {
  background: url(../images/devider.png) no-repeat left top;
  width: 513px;
  height: 2px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -8px;
}



/*countdowntimer*/

.countdown_timer {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.countdown_timer ul {}

.countdown_timer li {
  width: 140px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'RobotoBlack_0';
  font-size: 15px;
  background: url(../images/seperator.png) no-repeat right 25px;
}

.countdown_timer li:last-child {
  background: none;
}

.countdown_timer li p {
  display: block;
}

.countdown_timer li span {
  display: block;
}

.countdown_timer li p.days {
  width: 124px;
  height: 73px;
  float: left;
  background: url(../images/timer_bg.png) no-repeat left top;
  letter-spacing: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 58px;
  padding-left: 23px;
}

.countdown_timer li p.hours {
  width: 124px;
  height: 73px;
  float: left;
  background: url(../images/timer_bg.png) no-repeat left top;
  letter-spacing: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 58px;
  padding-left: 23px;
}

.countdown_timer li p.minutes {
  width: 124px;
  height: 73px;
  float: left;
  background: url(../images/timer_bg.png) no-repeat left top;
  letter-spacing: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 58px;
  padding-left: 23px;
}

.countdown_timer li p.seconds {
  width: 124px;
  height: 73px;
  float: left;
  background: url(../images/timer_bg.png) no-repeat left top;
  letter-spacing: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 58px;
  padding-left: 23px;
}

.book_now2 {
  width: 100%;
  float: left;
  margin-top: 22px;
}

.book_now2 a {
  display: inline-block;
  background: #e43321;
  text-transform: uppercase;
  padding: 18px 80px;
  border-radius: 45px;
  border: 5px solid #ffffff;
  font-family: 'impact_0';
  font-size: 35px;
  color: #ffffff;
}

.terms {
  width: 100%;
  float: left;
  margin-top: 22px;
  font-family: 'RobotoBold';
  color: #e43321;
  font-size: 28px;
}

.terms a {
  cursor: pointer;
  color: #e43321;
}

.terms span {
  display: inline-block;
}







/*slider section*/

.slider_section {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
}

.slider_section ul {}

.slider_section li {
  float: left;
  width: 100%;
}

.slider_section li>img {
  display: block;
  width: 100%;
}

.score_big_in_life {
  position: absolute;
  right: 100px;
  top: 50px;
  width: 600px;
  z-index: 999;
}

.score_big_in_life h4 {
  font-family: 'RobotoBlack_0';
  text-transform: uppercase;
  font-size: 35px;
  color: #484848;
  text-align: left;
  margin-bottom: 30px;
}

.score_big_in_life ul {}

.score_big_in_life li {
  text-align: left;
  float: left;
  width: 100%;
  background: url(../images/bullet2.png) no-repeat left 0px;
  font-family: 'RobotoSlabBold';
  font-size: 20px;
  color: #4b4b4b;
  padding: 0 0 25px 50px;
  position: relative;
}

.score_big_in_life li:after {
  position: absolute;
  content: '';
  width: 540px;
  height: 1px;
  border-bottom: 1px solid #b5b6b6;
  left: 60px;
  bottom: 15px;
}

.walkthrough_video {
  float: left;
  width: auto;
  padding-left: 70px;
}







/*amentiies section*/

.aminities {
  width: 100%;
  height: 1000px;
  float: left;
  background: url(../images/amenties_bg.jpg) no-repeat center top/cover;
  text-align: center;
}

.slider_box {
  width: 100%;
  float: left;
  padding: 30px 0;
  position: relative;
  text-align: center;
}

.big_image {
  text-align: center;
}

.slick-list {
  padding: 0 !important;
}

.slider_box .slick-next {
  right: 10% !important;
}

.slider_box .slick-prev {
  left: 10%;
}

.img_slide {
  text-align: center;
  width: 100%;
  float: left;
  height: 150px;
}

.img_slide img {
  display: inline;
}

.img_slide span {
  display: block;
  font-size: 20px;
  font-family: 'robotoregular';
  color: #fff;
}

.slick-active img {}

.slick-current img {
  border: 2px solid #fafd0c;
  border-radius: 5px;
}

.slick-current span {
  color: #fafd0c;
}

.aminities h5 {
  color: #e4e4e4;
  font-size: 22px;
  font-family: 'RobotoMedium';
}

.aminities h5 strong {
  color: #fafd0c;
  font-family: 'RobotoBold';
}





/*customer_review*/

.customer_review {
  width: 100%;
  float: left;
  padding-bottom: 50px;
  background: #d9bf4f;
  text-align: center;
  z-index: 99;
  position: relative;
}

.customer_review h4 {
  font-family: 'RobotoBold';
  font-size: 35px;
  color: #3c3c3c;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.customer_review ul {}

.customer_review li {
  width: 100%;
  float: left;
}

.customer_review li .video_box {
  width: 100%;
  float: left;
  text-align: center;
}

.customer_review li .video_box .video {
  width: 100%;
  float: left;
  text-align: center;
}

.customer_review li .video_box .video img {
  display: inline-block;
}

.customer_review li .video_box .quote {
  width: 100%;
  float: left;
  text-align: center;
}

.customer_review li .video_box .quote img {
  display: inline-block;
}

.customer_review li .video_box .mr_mrs {
  width: 100%;
  float: left;
  margin-top: 10px;
  text-align: center;
  font-family: 'RobotoBold';
  font-style: italic;
  color: #3c3c3c;
  font-size: 17px;
}

.customer_review li .video_box .mr_mrs span {
  font-family: 'robotoregular';
}



/*stratgic_locaiton*/

.stratgic_locaiton {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  z-index: 999;
}

.stratgic_locaiton h4 {
  font-family: 'RobotoBlack_0';
  text-transform: uppercase;
  font-size: 35px;
  color: #3a3a3a;
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.stratgic_locaiton p {
  font-family: 'robotoregular';
  font-style: italic;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 1.4;
}

.pointers {
  width: 100%;
  float: left;
  margin-top: 40px;
}

.pointers .group1 {
  width: 25%;
  float: left;
}

.pointers .group1:nth-child(2) {
  margin-top: 80px;
}

.pointers .group1:nth-child(3) {
  margin-top: 100px;
}

.pointers .group1:nth-child(4) {
  margin-top: 40px;
}

.pointers .group1 ul {
  width: 100%;
  float: left;
}

.pointers .group1 ul .icon {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
}

.pointers .group1 ul .icon:before {
  position: absolute;
  content: '';
  left: 25%;
  top: -100px;
  margin: 0 auto;
  background: url(../images/icon.png) no-repeat center top;
  width: 77px;
  height: 93px;
}

.pointers .group1 ul .icon span {
  text-align: left;
  font-size: 15px;
  display: block;
  font-weight: bold;
  color: #464646;
  font-family: 'RobotoBold';
  font-size: 20px;
  margin-bottom: 20px;
}

.pointers .group1 li {
  text-align: left;
  float: left;
  width: 100%;
  background: url(../images/bullet.jpg) no-repeat left 5px;
  font-family: 'robotolight';
  font-size: 14px;
  color: #272727;
  padding: 0 0 5px 20px;
}



/*map section*/

.map_section {
  width: 100%;
  height: 564px;
  float: left;
  margin-top: 50px;
}

.map {
  width: 50%;
  height: 564px;
  float: left;
}

.map img {
  display: block;
  height: 564px;
  width: 100%;
}

.address {
  width: 50%;
  height: 564px;
  float: left;
  text-align: center;
  position: relative;
}

.address>img {
  width: 100%;
  height: 564px;
  display: block;
}

.content_box {
  position: absolute;
  left: 0;
  top: 80px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  content: '';
  width: 462px;
}

.content_box .logo2 {
  display: inline-block;
}

.content_box .details {
  font-size: 18px;
  color: #4e4e4e;
  font-family: 'robotoregular';
  line-height: 1.2;
  position: relative;
}

.content_box .details:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  text-align: center;
  width: 438px;
  height: 1px;
  background: url(../images/border-bottom.png) no-repeat center bottom;
}

.content_box .phone {
  color: #525252;
  font-size: 18px;
  font-family: 'RobotoBlack_0';
  margin-top: 15px;
  text-align: center;
}

.content_box .phone span {
  display: inline-block;
  margin-right: 5px;
}

.content_box .email {
  color: #525252;
  font-size: 18px;
  font-family: 'robotoregular';
  font-style: italic;
  text-align: center;
}

.content_box .email span {
  display: inline-block;
  margin-right: 5px;
}

.content_box .request {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content_box .request a {
  display: inline-block;
  background: #e43321;
  text-transform: uppercase;
  padding: 18px 70px;
  border-radius: 45px;
  font-family: 'impact_0';
  font-size: 35px;
  color: #fff;
  position: relative;
}

.content_box .stamps {}

.content_box .stamps img {
  display: inline-block;
}

.content_box .details:last-child:after {
  background-image: none;
}





/*view our other project*/

.view_otherProject {
  width: 100%;
  float: left;
  padding: 80px 0 50px 0;
  background: #f5f5f5;
}

.view_otherProject h4 {
  font-family: 'RobotoBlack_0';
  text-transform: uppercase;
  font-size: 32px;
  color: #3a3a3a;
  text-align: center;
  margin-bottom: 80px;
}

.view_otherProject ul {
  text-align: center;
  margin: 40px 0;
}

.view_otherProject li {
  display: inline-block;
  width: 373px;
  margin: 0 40px;
}

.view_otherProject li .box3 {
  width: 100%;
  float: left;
  box-shadow: 1px 5px 20px 2px rgba(0, 0, 0, 0.5);
  position: relative;
}

.view_otherProject li .box3 .imgSection {
  width: 100%;
  height: 266px;
  float: left;
}

.view_otherProject li .box3 .imgSection img {
  width: 100%;
  display: block;
  border: none;
}

.view_otherProject li .box3 .textSection {
  width: 100%;
  height: 157px;
  float: left;
}

.view_otherProject li .box3 .textSection .projectNames {
  width: 100%;
  float: left;
  color: #cd121f;
  font-size: 23px;
  font-family: 'RobotoMedium';
  text-align: left;
  border-bottom: 2px solid #c4c4c4;
  padding: 10px 5px;
}

.view_otherProject li .box3 .textSection .projectNames .icon {
  float: left;
}

.view_otherProject li .box3 .textSection .projectNames .text {
  float: left;
}

.view_otherProject li .box3 .textSection .projectDescription {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 10px;
  padding: 10px 15px;
}

.view_otherProject li .box3 .textSection .projectDescription span {
  display: inline-block;
  margin-right: 5px;
}

.red {
  color: #cd121f;
  font-size: 20px;
  font-family: 'RobotoMedium';
}

.anna {
  position: absolute;
  content: '';
  right: -20px;
  top: 20px;
  width: auto;
}

.anna img {
  width: auto;
}





/*about golden homes*/

.about_golden_home {
  width: 100%;
  height: 500px;
  float: left;
  background: url(../images/about_golden_home.jpg) no-repeat center top/cover;
  position: relative;
}

.content_box2 {
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  content: '';
}

.content_box2 h4 {
  font-family: 'RobotoBlack_0';
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
}

.content_box2 h5 {
  font-family: 'robotoregular';
  font-style: italic;
  font-size: 18px;
  color: #f0e810;
  margin-top: 5px;
}

.content_box2 p {
  font-family: 'robotolight';
  font-size: 14px;
  color: #c1c1c1;
  margin-top: 10px;
}

.content_box2 ul {
  text-align: center;
  margin-top: 40px;
}

.content_box2 li {
  display: inline-block;
  margin: 0 80px;
  vertical-align: bottom;
}

.content_box2 li .img_section {
  width: 100%;
  min-height: 80px;
  float: left;
}

.content_box2 li .img_section img {
  display: inline;
}

.content_box2 li span {
  display: block;
  font-family: 'robotoregular';
  color: #f0e810;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.content_box2 h6 {
  text-align: center;
  margin-top: 30px;
}

.content_box2 h6 img {
  display: inline;
}





/*footer*/



.yellow_link {
  width: 100%;
  float: left;
  background: #ffe741;
  padding: 20px 0;
  text-align: center;
}

.yellow_link ul {
  text-align: center;
}

.yellow_link li {
  cursor: pointer;
  color: #5f5405;
  display: inline-block;
  font-family: 'RobotoMedium';
  font-size: 16px;
  background: url(../images/devider1.png) no-repeat right top;
  padding: 0 20px;
}

.yellow_link li:last-child {
  background-image: none;
}

.yellow_link li a {
  color: #5f5405;
  cursor: pointer;
}

.yellow_link li a:hover {
  color: #f34747;
}

.yellow_link li {
  color: #5f5405;
  cursor: pointer;
}

.yellow_link li:hover {
  color: #f34747;
}

footer {
  width: 100%;
  float: left;
  background: #01eafb;
  font-size: 11px;
  text-align: center;
  color: #edd06e;
  padding: 6px 0 1px;
}

footer a {
  color: #081835;
}





/*lightbox*/

.lightbox {
  width: 650px;
  height: auto;
  display: none;
  z-index: 999999;
}

.lightbox h3 {
  font: bold 13px Arial, Helvetica, sans-serif;
}

.lightbox p {
  font-family: 'robotoregular';
  color: #777777;
  font-size: 15px;
  margin-top: 10px;
}

.lightbox ul {}

.lightbox li {
  background: url(../images/bullet.gif) no-repeat left top;
  font: normal 13px Arial, Helvetica, sans-serif;
}

.fancybox-inner {
  height: auto !important;
}





/*bottom arrow scroll css*/

#back2Top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 10px;
  width: 82px;
  height: 82px;
  overflow: hidden;
  z-index: 999;
  cursor: pointer;
}

.six_pointer,
.gpl_section_mob {
  display: none;
}

.button_two {
  display: none;
}

.slider1 img.desktop {
  display: block;
}

.slider1 img.mob {
  display: none;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000c;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 49%;
}

/* The Close Button */
.close {
  color: #fff;
  position: absolute;
  right: 5px;
  font-size: 35px;
  font-weight: bold;
  z-index: 99999;
  opacity: 5.5;
  background-color: #01eafb !important;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #020202;
  font-size: 17px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background: #ffffffc7;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
  margin: 0;
}

.modal-box .modal-body {
  padding: 2em 1.5em;
}

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

@media (min-width: 32em) {
  .modal-box {
    width: 70%;
  }
}

.book_now2 input[type="submit"] {
  display: inline-block;
  background: #e43321;
  text-transform: uppercase;
  padding: 18px 80px;
  border-radius: 45px;
  border: 5px solid #ffffff;
  font-family: 'impact_0';
  font-size: 35px;
  color: #ffffff;
}

input[type="submit"] {
  cursor: pointer;
}

a {
  cursor: default;
}

.gpl_section_mob .book_now1_mob input[type="submit"] {
  display: inline-block;
  background: #f23423;
  text-transform: uppercase;
  padding: 10px 35px;
  border-radius: 45px;
  border: 3px solid #fff !important;
  font-family: 'impact_0';
  font-size: 25px;
  color: #fff;
  position: relative;
}

.refund_txt {
  position: relative;
  width: 100%;
  display: inline-block;
}

#leftslide {
  position: fixed;
  top: 15%;
  right: -350px;
  margin: 0;
  cursor: pointer;
  z-index: 9999;
}

.slidetag {
  top: 30%;
  background: #ebd823;
  transform: rotate(270deg) !important;
  padding: 20px 4%;
  font-weight: bold;
  color: #000;
  position: fixed;
  right: -89px;
  border-radius: 5px 5px 0px 0px;
  font-size: 18px;
  background-image: linear-gradient(to right, #ecd423, #c68f2f);
}

input[type="text"] {
  border: 1px solid #868585;
  padding: 20px 10px;
  width: 100%;
  margin-top: 5px;
  border-radius: 3px;
  color: #000;
}

.slideform {
  background: #cc952f;
  width: 350px;
  padding: 25px;
}

textarea {
  width: 100%;
  padding: 10px;
  margin: 6px;
  border-radius: 3px;
  border: none;
}

.frmGoldenSubmit {
  cursor: pointer;
  padding: 10px 20%;
  border: 0px;
  font-size: 18px;
  text-align: center;
  background: #fbdc0d;
  font-weight: bold;
  border-radius: 3px;
  width: 100%;
  margin: 5px;
}

.actmain {
  right: 0px !important;
}

.actslmain {
  right: 258px !important;
}

.bb,
.bb::before,
.bb::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bb {
  color: #260a0a;
}

.bb::before,
.bb::after {
  content: '';
  z-index: -1;
  margin: 0%;
  box-shadow: inset 0 0 0 6px;
  animation: clipMe 8s linear infinite;
}

.bb::before {
  animation-delay: -4s;
}

.bb:hover::after,
.bb:hover::before {}

@keyframes clipMe {

  0%,
  100% {
    clip: rect(0px, 220px, 2px, 0px);
  }

  25% {
    clip: rect(0px, 2px, 220px, 0px);
  }

  50% {
    clip: rect(218px, 220px, 220px, 0px);
  }

  75% {
    clip: rect(0px, 220px, 220px, 218px);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

input::-webkit-input-placeholder {
  color: #000 !important;
}

input:-moz-placeholder {
  color: #000 !important;
}

input::-ms-input-placeholder {
  color: #000 !important;
}

.modal-box {
  display: none;
}

.closfrm {
  float: right;
  right: 0;
  position: relative;
  clear: both;
  margin: -10px -10px 5px 0;
}

.banner_bg {
  width: 100%;
  padding: 12px 0px 15px;
  margin-top: 80px;
  border: 1px solid #999;

}

.banner_bg h4 {
  background: #01eafb;
  border-radius: 2px;
  padding: 8px;
  color: #081835;
  text-transform: uppercase;
  font-family: 'RobotoBold';
  font-size: 17px;
  letter-spacing: 0px;
  width: 75%;
}

.banner_bg h6 {
  background: #769b38;
  border-radius: 2px;
  padding: 8px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'RobotoBold';
  font-size: 19px;
}

.banner_bg h3 {
  font-family: 'RobotoBold';
  font-size: 21px;
  margin-top: 4px;
}

.banner_bg h2 {
  font-family: "EurostileBold";
  font-size: 20px;
  color: #0b3c7f;
}

.banner_bg h5 {
  font-family: "EurostileBold";
  font-size: 20px;
  color: #2c4a04;
  text-transform: uppercase;
  background: #fefffd59;
  border-radius: 20px;
  padding: 8px;
}

/* Style the tab */
.tab {
  height: 300px;
  padding: 3px 0
}

/* Style the buttons inside the tab */
.tab button {
  font-family: "Raleway-Bold";
  display: block;
  background-color: inherit;
  color: #4f4f4f;
  padding: 18px 5px 10px 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #999;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #01eafb;
}

.btn-primary{
  color: #4f4f4f !important;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #01eafb;
  color: #4f4f4f;
}

/* Style the tab content */
.tabcontent {
  padding: 0px 12px;
  border: 5px solid #ccc;
  width: 194%;
  height: 212%;
  position: absolute;
  z-index: 1;
  /* default behind */
  margin-top: -286px;
  margin-left: 104%;
  background: #fff;
  transition: z-index 0.3s ease;
  /* optional smooth transition */
}

.tabcontent.active {
  z-index: 999999;
  /* bring to front */
}

.tabcontent h3 {
  font-family: "Raleway-Bold";
  color: #0b3c7f;
  text-transform: uppercase;
  text-align: center;
}

.tabcontent p {
  font-family: 'robotolight';
  color: #555;
  text-align: center;
}

.tabcontent h4 {
  font-family: 'RobotoMedium';
  color: #0b3c7f;
  text-align: center;
  /* padding: 15px 57px; */
  line-height: 24px;
}


/** =======================
 * Contenedor Principal
 ===========================*/

.accordion {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 48px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #35ada8;
}

.accordion li.open i {
  color: #35ada8;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  background: #ffffff;
  font-size: 14px;
}

.submenu li {
  border-bottom: 1px solid #4b4a5e;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  /* padding: 12px;
  padding-left: 42px; */
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  /* background: #b63b4d; */
  color: #FFF;
}

.sec1 {
  margin-top: 21px;
}

.sec2 {
  /*padding-top: 70px;*/

}

.sec3 {}

.overview {
  position: absolute;
  width: 100%;
  top: 1025px;
  z-index: 1;
}

.overview h2 {
  font-size: 27px;
  font-weight: bold;
  color: #ddba6e;
  text-align: center;
  line-height: 2px;
  font-family: 'TrajanPro-Regular';
  text-transform: uppercase;
}

.overview h3 {
  font-size: 17px;
  font-weight: 200;
  color: #FFF;
  text-align: center;
  font-family: 'Oswald-Medium';
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bborder {
  border: 1px solid #8e7b28;
  padding: 0px 0px 38px 9px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin: 19px 0px 49px 9px;
  width: 15% !important;
}

.bborder p {
  color: #fff;
  float: left;
  width: 53%;
  font-size: 11px;
}

.bborder img {
  width: 35%;
  float: right;
}

.form-bg {
  background: url(../images/sec3.png) top center no-repeat;
  padding-top: 50px;
  padding-bottom: 20px;
}

.form-bg1 {
  width: 245px;
  margin: 0px auto;
  height: 385px;
}

.btn {
  font-family: 'RobotoBold';
  text-transform: uppercase;
  font-size: 24px !important;
}

.man {
  margin-top: -2%;
}

.price {
  margin-top: 0%;
}

.fest {
  margin-top: -22px;
}

.pad80 {
  padding-top: 94px;
  padding-left: 46px !important;
}

.pad20 {
  padding-top: 66px;
  padding-left: 178px !important;
}

.pad30 {
  padding-top: 66px;
}

.logon {
  margin-top: 8px;
  margin-left: 73px;
}

.logon img {
  width: 10%;
}

.content-area {
  background: #f8f8f8;
  padding: 10px 0px 10px 0px;
}

.zero {
  margin: 0px !important;
  padding: 0px !important;
}

.pad10 {
  padding: 8px;
}

.amnts {
  background: url(../images/ami-bg.jpg) no-repeat top center;
  padding: 50px 0px 50px 0px;
}

.borderline {
  border-top: 2px solid white;
  margin-top: 30px;
  width: 90%;
  margin-left: 49px;
}

.amtlist {
  padding: 5px 31px;
  font-family: 'Oswald-Regular';
}

.amtlist h5 {
  background: #fff;
  width: 12%;
  text-align: center;
  padding: 8px 0px;
  color: #434343;
  letter-spacing: 1px;
  float: left;
  margin-left: 19px;
  font-size: 12px;
  margin-bottom: 21px;
}

.amtlist p {
  color: #434343;
  text-align: center;
  letter-spacing: 0.8px;
  font-family: 'Oswald-Regular';
}

.amtlist p span {
  color: #434343;
  padding: 0px 10px;
}

.details {
  width: 100%;
  margin: 25px 0;
}

.details h3 {
  font-size: 24px;
  color: #2f0802;
  text-align: center;
  line-height: 27px;
  font-family: 'TrajanPro-Regular';
  text-transform: uppercase;
  letter-spacing: 3px;
}

.contact {
  background: #370902;
  padding: 6px 0px 87px;
  font-family: 'TrajanPro-Regular';
  text-transform: uppercase;
}

.contact h2 {
  color: #FFF;
  font-size: 19px;
}

.contact h3 {
  color: #FFF;
  font-size: 19px;
  text-align: right;
}

.contact h5 {
  color: #FFF;
  font-size: 15px;
  font-family: 'Oswald-Regular';
  letter-spacing: 1px;
}

.contact h5 span {
  color: #370902;
  background: #ceae67;
  padding: 3px;
  border-radius: 1px;
}

.contact p {
  color: #d9b565;
  font-size: 16px;
  font-family: 'Oswald-Regular';
  letter-spacing: 1px;
  text-align: right;
}

.sticky {
  position: fixed;
  background-color: #b8080a !important;
  padding: 5px 0px 0px 0;
  font-size: 20px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 99;
}

.sticky input[type="text"] {
  border: none;
  padding: 6px 10px;
  width: 100%;
  margin-top: 14px;
  border-radius: 3px;
  margin-bottom: 14px;
}

.sticky input[type="submit"] {
  background-color: #c8932e;
  color: #000;
  padding: 10px 71px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 19px;
}

.bottomc p {
  text-align: left;
  color: #081835;
}

.bottomc h5 {
  float: right;
  font-size: 12px;
  cursor: pointer;
}

/* Popup box BEGIN */
.hover_bkgr_fricc {
  background: rgba(0, 0, 0, .4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.hover_bkgr_fricc .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.hover_bkgr_fricc>div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 551px;
  min-height: 100px;
  vertical-align: middle;
  width: 60%;
  position: relative;
  border-radius: 8px;
  padding: 15px 5%;
}

.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.popupCloseButton:hover {
  background-color: #ccc;
}

.trigger_popup_fricc {
  cursor: pointer;
  font-size: 20px;
  margin: 20px;
  display: inline-block;
  font-weight: bold;
}

/* Popup box BEGIN */
/*Location highlightes*/
.locationHighlightes {
  width: 100%;
  float: left;
  padding: 34px 0 0px 0;
}

.centerContent1 {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 50px;
}

.centerContent1 h4 {
  display: inline-block;
  text-align: center;
  font-family: 'Oswald-Medium';
  font-size: 24px;
  margin-bottom: 20px;
  color: #272727;
  text-transform: uppercase;
  word-spacing: 10px;
  letter-spacing: 3px;
  border: 2px dotted #fff;
  border-radius: 5px;
  padding: 15px 20px;
  position: relative;
}

.centerContent1 h4:after {
  content: '';
  position: absolute;
  /*background: url(../images/headingArrowBlue.png) no-repeat center bottom;*/
  left: 48%;
  bottom: -15px;
  width: 27px;
  height: 15px;
}

.centerContent1 p {
  text-align: center;
  font-family: "Oswald-DemiBold";
  font-size: 15px;
  color: #272727;
  margin-top: 20px;
  padding: 0px 379px;
  line-height: 30px;
}

.sixBox {
  width: 100%;
  float: left;
  position: relative;
}

.sixBox .leftThreeBox {
  float: left;
  width: 329px;
  color: #fff;
  margin-top: -190px;
  ;
}

.sixBox .leftThreeBox ul {}

.sixBox .leftThreeBox li {
  float: left;
  width: 100%;
  vertical-align: top;
  font: normal 14px/1.3 'Oswald-Light';
  margin-bottom: 10px;
  color: #272727;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sixBox .leftThreeBox p {
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  font-family: 'Oswald-Regular';
}

.sixBox .leftThreeBox li .box2 {
  width: 100%;
  height: 100%;
  display: table;
}

.sixBox .leftThreeBox li .box2 .icon2 {
  width: 90px;
  height: 100%;
  display: table-cell;
  text-align: right;
}

.sixBox .leftThreeBox li .box2 .text2 {
  text-align: right;
}

.sixBox .leftThreeBox li .box2 .text2 h4 {
  width: calc(100% - 90px);
  display: table-cell;
  vertical-align: top;
  text-align: right;
  font-family: 'TrajanPro-Regular';
  font-size: 21px;
  line-height: 36px;
  float: right;
  text-transform: uppercase;
  color: #1f1f1f;
}

.sixBox .leftThreeBox li .box2 .text2 img {
  width: 40px;
  float: right;
  position: relative;
  margin-left: 15px;
  padding-bottom: 10px;
}

.sixBox .rightThreeBox li .box2 .text2 h4 {
  width: calc(100% - 90px);
  display: table-cell;
  vertical-align: top;
  text-align: left;
  font-family: 'TrajanPro-Regular';
  font-size: 21px;
  line-height: 36px;
  float: left;
  text-transform: uppercase;
}

.sixBox .rightThreeBox li .box2 .text2 img {
  width: 40px;
  float: left;
  position: relative;
  margin-right: 15px;
  padding-bottom: 10px;
}

.sixBox .rightThreeBox {
  float: right;
  width: 330px;
  color: #fff;
  margin-top: -190px;
}

.sixBox .rightThreeBox p {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-family: 'Oswald-Light';
}

.sixBox .rightThreeBox ul {}

.sixBox .rightThreeBox li {
  float: left;
  width: 100%;
  vertical-align: top;
  font: normal 14px/1.3 'Oswald-Light';
  margin-bottom: 10px;
  color: #272727;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sixBox .rightThreeBox li .box2 {
  width: 100%;
  height: 100%;
  display: table;
}

.sixBox .rightThreeBox li .box2 .text2 {
  width: calc(100% - 90px);
  height: 100%;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  font-family: 'RobotoBold';
  font-size: 21px;
  line-height: 36px;
}

.sixBox .rightThreeBox li .box2 .icon2 {
  width: 90px;
  height: 100%;
  display: table-cell;
  text-align: left;
}

.centerImg {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 222px;
}

.locationMapButton {
  width: 250px;
  padding: 20px 40px;
  background: #fff url(../images/white.png) no-repeat 92% center;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  position: relative;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  font-family: 'RobotoBold';
  font-size: 18px;
  bottom: 90px;
}

.locationMapButton a {
  color: #f22f2f;
  display: block;
  cursor: pointer;
  width: 100%;
  background-color: #fff;
}

.pulse {
  height: 14px;
  width: 14px;
  position: absolute;
  right: 31%;
  top: 27%;
  margin: 11px 0px 0px -12px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(52deg);
  z-index: 38;
}

.pulse:after {
  background: #ffffffa6;
  content: "";
  border-radius: 2%;
  height: 40px;
  width: 201px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #8bf02c;
  box-shadow: 0 0 1px 2px #fff;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }

  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }

  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }

  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }

  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }

  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }

  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }

  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }

  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }

  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}


.info-grid .info-box {
  justify-items: center;
}

.tabcontent {
  /* max-width: 1300px; */
  /* width: 100%; */
  overflow: hidden;
}

.overview-wrapper {
  background: #fff;
  padding: 10px;
  text-align: center;
}

.project-title {
  color: #081835;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}

.project-address {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.divider {
  width: 220px;
  height: 2px;
  background: #ccc;
  margin: 20px auto;
}

.project-desc {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 25px;
}

.project-status {
  display: inline-block;
  background: #01eafb;
  color: #081835 !important;
  padding: 12px 25px;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 40px;
  text-decoration: none !important;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-top: 0px;
  text-align: center;
}

/* Place 4th item in column 2 */
.info-grid .info-box:nth-child(4) {
  grid-column: 1;
}

/* Place 5th item in column 3 */
.info-grid .info-box:nth-child(5) {
  grid-column: 2;
}

/* Styling */
.info-box img {
  height: 64px;
  /* margin-bottom: 5px; */
}

a {
  cursor: pointer;
}

.info-box h4 {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}

.info-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
/* Responsive fix */
@media (max-width: 768px) {

  .fp-overlay {
    /* opacity: 0; */
    position: relative;
  }

  .discl p {

    text-align: justify !important;
  }


  .project-desc {
    text-align: justify;
    font-size: 15px;
  }

  .project-title {
    font-size: 17px;
  }

  .overview-wrapper {
    padding: 0;
  }

  .info-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .info-grid .info-box:nth-child(4),
  .info-grid .info-box:nth-child(5) {
    grid-column: auto;
  }
}

.rera {
  font-size: 12px;
  color: #888;
}








.amenities-wrapper {
  padding: 5px;
  text-align: center;
}

.amenities-grid.premium {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 30px;
}

/* Center last 2 amenities */
.amenities-grid.premium .amenity-box:nth-child(9) {
  grid-column: 2;
}

.amenities-grid.premium .amenity-box:nth-child(10) {
  grid-column: 3;
}

.amenity-box {
  /* background: #f6f6f6; */
  padding: 10px 15px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.amenity-box img {
  width: 100px;
  margin-bottom: 5px;
}

.amenity-box p {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* Hover effect */
.amenity-box:hover {
  /* background: #63c3bb; */
  /* color: #fff; */
}

.amenity-box:hover p {
  /* color: #fff; */
}

/* Responsive */
@media (max-width: 992px) {
  .amenities-grid.premium {
    grid-template-columns: repeat(3, 1fr);

  }

  .amenities-grid.premium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .amenities-grid.premium {
    grid-template-columns: repeat(2, 1fr);
  }

  .amenities-grid.premium .amenity-box:nth-child(9),
  .amenities-grid.premium .amenity-box:nth-child(10) {
    grid-column: auto;
  }
}












.highlights-wrapper {
  padding: 10px;
}

.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #081835;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.highlight-box h4 {
  font-size: 18px;
  font-weight: 700;
  color: #01eafb;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.highlight-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highlight-box ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 6px 0;
  color: #555;
  border-bottom: 1px dashed #ddd;
}

.highlight-box ul li span:last-child {
  font-weight: 600;
  color: #333;
}

/* Full width last row */
.highlight-box.full {
  grid-column: 1 / -1;
}

/* Responsive */
@media (max-width: 768px) {
  .highlights-grid {
    grid-template-columns: 1fr;
  }
}




.floorplan-wrapper {
  padding: 30px;
}

.floorplan-main {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.floorplan-main img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}


.swiper-slide a {
  position: relative;
  display: block;
}

.swiper-slide:hover .fp-overlay {
  opacity: 1;
}

/* Arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #1aa7a1;
}

/* Mobile */
@media (max-width: 768px) {
  .floorplan-wrapper {
    padding: 15px;
  }
}



.swiper-button-next,
.swiper-button-prev {
  color: #1aa7a1 !important;
}



.footer-rera p {
  justify-self: center !important;
}

.discl {
  text-align: center;
}

.discl p {
  /* font-family: 'Poppins', sans-serif; */
  padding-top: 35px;
  font-size: 12px;
  text-align: center;
}

.footer-rera {
  border-bottom: 1px solid #081835;

}

.bottom-foter {
  padding-top: 20px;
}



/* Hover Overlay */
.fp-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  text-align: center;
  font-size: 14px;
  /* opacity: 0; */
  transition: 0.3s;
}

/* Overlay */
.fp-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup Box */
.fp-popup {
  background: #fff;
  width: 100%;
  max-width: 420px;
  padding: 30px 25px;
  border-radius: 12px;
  position: relative;
  animation: popupFade 0.3s ease;
}

/* Close Button */
.fp-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  cursor: pointer;
  color: #333;
}





/* Floorplan default blur */
.floorplan-main .swiper-slide img {
  filter: blur(3px);
  transition: filter 0.3s ease;
}



/* Cursor */
.open-floorplan-form {
  position: relative;
  display: block;
  cursor: pointer;
}

/* Animation */
@keyframes popupFade {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}




/* IT Majors – 2 column layout (Desktop only) */
@media (min-width: 992px) {
  .it-majors ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
}


.it-majors ul li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dashed #ddd;
}

.full {
  margin-top: -10px;
}


.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary{
  color: #081835 !important;
}