@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Helvetica-Regular';
    src: url('../fonts/Helvetica-Regular.eot') format('eot'),
         url('../fonts/Helvetica-Regular.otf') format('otf'),
         url('../fonts/Helvetica-Regular.ttf') format('ttf'),
         url('../fonts/Helvetica-Regular.woff') format('woff'),
         url('../fonts/Helvetica-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal; 

}
@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/helvetica-bold.eot') format('eot'),
         url('../fonts/helvetica-bold.otf') format('otf'),
         url('../fonts/helvetica-bold.ttf') format('ttf'),
         url('../fonts/helvetica-bold.woff') format('woff'),
         url('../fonts/helvetica-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal; 

}
@font-face {
    font-family: 'Helvetica-cebold';
    src: url('../fonts/helvetica_ce_bold.woff2') format('woff2'),
         url('../fonts/helvetica_ce_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'HelveticaNeueLTStd-Lt';
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot') format('eot'),
         url('../fonts/HelveticaNeueLTStd-Lt.otf') format('otf'),
         url('../fonts/HelveticaNeueLTStd-Lt.svg') format('svg'),
         url('../fonts/HelveticaNeueLTStd-Lt.ttf') format('ttf'),
         url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot') format('eot'),
         url('../fonts/MyriadPro-Regular.svg') format('svg'),
         url('../fonts/MyriadPro-Regular.ttf') format('ttf'),
         url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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, strong, 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;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  /*list-style-image: url(data:0);*/
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  width: 100%;
}
strong {
  font-weight: bold;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Raleway';
  font-size: 17px;
  line-height: 24px;
  font-weight: normal;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

/*.section {
  padding: 50px 0;
}*/

h1, h2, h3, h4 {
  font-family: "Raleway";
}


/************ Header style start ***********/
#site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  /* background-color: rgba(225,225,225,0.5); */
  /* background-color: rgba(0,0,0,0.5); */
}

#site_header .container {
  /*width: 96%;*/
  /*max-width: none;*/
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand_logo {
    max-width: 180px;
    width: 20%;
    margin: 0;
}
.project_logo {
    max-width: 180px;
    width: 20%;
    margin: 0;
}
.fp-viewing-section1 #site_header {
  display: none;
}
.fp-viewing-section1 #site_header .container img {
  filter: invert(0);
}
#site_header .container img {
  filter: invert(1);
}

/************ Navigation style start ***********/
.menu_burger {
  display: none;
}
.open_menu {
  display: block;
}
.close_menu {
  display: none;
}
#site_nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  z-index: -1;
}
#menu {
  width: 100%;
}
#menu li a {
  background: rgba(46,67,155,1);
  background: -moz-linear-gradient(left, rgba(46,67,155,1) 0%, rgba(166,85,142,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46,67,155,1)), color-stop(100%, rgba(166,85,142,1)));
  background: -webkit-linear-gradient(left, rgba(46,67,155,1) 0%, rgba(166,85,142,1) 100%);
  background: -o-linear-gradient(left, rgba(46,67,155,1) 0%, rgba(166,85,142,1) 100%);
  background: -ms-linear-gradient(left, rgba(46,67,155,1) 0%, rgba(166,85,142,1) 100%);
  background: linear-gradient(to right, rgba(46,67,155,1) 0%, rgba(166,85,142,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e439b', endColorstr='#a6558e', GradientType=1 );
  font-family: "HelveticaNeueLTStd-Lt";
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 5px 10px 20px;
  margin-bottom: 1px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#menu li a:hover, #menu li a.active {
  background: rgba(166,85,142,1);
  background: -moz-linear-gradient(left, rgba(166,85,142,1) 0%, rgba(46,67,155,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(166,85,142,1)), color-stop(100%, rgba(46,67,155,1)));
  background: -webkit-linear-gradient(left, rgba(166,85,142,1) 0%, rgba(46,67,155,1) 100%);
  background: -o-linear-gradient(left, rgba(166,85,142,1) 0%, rgba(46,67,155,1) 100%);
  background: -ms-linear-gradient(left, rgba(166,85,142,1) 0%, rgba(46,67,155,1) 100%);
  background: linear-gradient(to right, rgba(166,85,142,1) 0%, rgba(46,67,155,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6558e', endColorstr='#2e439b', GradientType=1 );
}


.main_banner_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#backgroundvid1, #backgroundvid2 {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
#backgroundvid1 {
  display: block;
}
#backgroundvid2 {
  display: none;
}
.main_banner_video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.2);
}
/************ Main banner style start ***********/
#home-wrp {
  position: relative;
}
.moving_cloud_wrap {
    overflow: hidden;
}
.moving_cloud1, .moving_cloud2, .moving_cloud3, .moving_cloud4, .moving_cloud5, .moving_cloud6 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.moving_cloud1 {
  top: 10%;
  left: 0;
  background: url(../images/cloud_img6.png) no-repeat 0 0;
  animation: movecloud 50s linear infinite;
}
.moving_cloud2 {
  top: 44%;
  left: 5%;
  background: url(../images/cloud_img.png) no-repeat 0 0;
  animation: movecloud 75s linear infinite;
  animation-delay: 5s;
}
.moving_cloud3 {
  top: 15%;
  left: 20%;
  background: url(../images/cloud_img4.png) no-repeat 0 0;
  animation: movecloud 64s linear infinite;
  animation-delay: 10s;
}
/*.moving_cloud4 {
  top: 75%;
  left: 60%;
  background: url(../images/cloud_img5.png) no-repeat 0 0;
  animation: movecloud 96s linear infinite;
  animation-delay: 15s;
}
.moving_cloud5 {
  top: 70%;
  left: 50%;
  background: url(../images/cloud_img.png) no-repeat 0 0;
  animation: movecloud 120s linear infinite;
  animation-delay: 20s;
}*/
.moving_cloud6 {
  top: 30%;
  left: 71%;
  background: url(../images/cloud_img2.png) no-repeat 0 0;
  animation: movecloud 150s linear infinite;
  animation-delay: 25s;
}

.disc_popup_wrap {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.8);
                z-index: 2;
            }
            .disc_popup_content {
                width: 90%;
                background-color: #fff;
                padding: 40px;
                overflow: auto;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                right: 0;
                margin: 0 auto;
                text-align: center;
                max-height: 550px;
                overflow-y: scroll;
            }
            .agree-popup {
                background: rgba(46, 67, 155, 1);
                background: -moz-linear-gradient(left, rgba(46, 67, 155, 1) 0%, rgba(166, 85, 142, 1) 100%);
                background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46, 67, 155, 1)), color-stop(100%, rgba(166, 85, 142, 1)));
                background: -webkit-linear-gradient(left, rgba(46, 67, 155, 1) 0%, rgba(166, 85, 142, 1) 100%);
                background: -o-linear-gradient(left, rgba(46, 67, 155, 1) 0%, rgba(166, 85, 142, 1) 100%);
                background: -ms-linear-gradient(left, rgba(46, 67, 155, 1) 0%, rgba(166, 85, 142, 1) 100%);
                background: linear-gradient(to right, rgba(46, 67, 155, 1) 0%, rgba(166, 85, 142, 1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e439b', endColorstr='#a6558e', GradientType=1 );
                font-family: "HelveticaNeueLTStd-Lt";
                display: inline-block;
                font-size: 16px;
                line-height: 20px;
                color: #fff;
                text-decoration: none;
                text-transform: uppercase;
                padding: 10px;
            }

@keyframes movecloud {
  0% {
    opacity: 1;
    left: 100%;
  }
  100% {
    opacity: 1;
  left: -100%;
  }
}
.main_slide.owl-carousel {
  height: 100%;
  width: 100%;
}

.main_slide .item {
  background-repeat: no-repeat;
  background-position: center top;
  /* background-position: 60% top; */
  background-size: cover;
  width: 100%;
  height: 100vh;
}

/* .main_slide .item.slide_02 {
  background-image: url(../images/main_slide_02.jpg);
} */
.main_slide .item.slide_02 {
  background-image: url(../images/wadala_slide21.jpg);;
}
/*.main_slide .item.slide_01:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}*/
.main_slide .container.banner_txt {
  display: flex;
  flex-direction: column;
   justify-content: center; 
  /*justify-content: flex-end;*/
  align-items: center;
  height: 100%;
  text-align: center;
  /*max-width: 800px;*/
  position: relative;
  z-index: 2; 
}


/*.banner_head {
  color: #556B2F;
  padding: 10px 0;
  font-size: 50px;
  line-height: 55px;
  font-weight: bold;
  padding-bottom: 30px;
}
.banner_para {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 10px 20px;
}*/

.banner_head {
  font-family: "Helvetica-cebold";
  font-size: 40px;
  line-height: 43px;
  color: #556B2F;
  /*text-transform: uppercase;*/
  padding-bottom: 20px;
  font-weight: bold;
  /*text-shadow: 0 0 3px #000;*/
}
.banner_head span {
  display: block;
  font-family: "Helvetica-cebold";
  font-size: 46px;
  line-height: 50px;
  color: #4affe8;
  padding-top: 5px;
}
.banner_para {
  font-family: "Helvetica-cebold";
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  text-shadow: 0 0 5px #000; 
  font-weight: bold;
}


/*.fancybox_img_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -99;
  visibility: hidden;
}*/
/* .banner_txt .cta_btn, .banner_txt .cta_btn:hover {
  color: #fff;
  text-transform: uppercase;
}
.banner_txt .cta_btn:before, .banner_txt .cta_btn:after {
  border-left: 5px solid #fff;
} */

.scroll_btn {
  cursor: pointer;
  color: #fff;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}

.scroll_btn.cta_btn {
  display: none;
  position: absolute;
  max-width: 162px;
  margin: 0 auto;
  width: 100%;
  bottom: 20%;
}
/*Content section style start*/
.section_wrap {
  /* padding: 50px 0; */
}
.aboutgpl_wrap.section_wrap {
  /* padding: 100px 0 50px 0; */
}
.section_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec_col {
  width: 48%;
}
.img_wrap {
  position: relative;
}
.img_wrap a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3) url(../images/play_icon.png) no-repeat center center;
    background-size: 15%;
    /* z-index: 1; */
    width: 100%;
    height: 100%;
}

.img_wrap .galelry_carousel a:after {
    background: none;
}

.content_wrap {

}
/* h2 {
  color: #b53869;
  font-size: 50px;
  line-height: 55px;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 400;
}

h3 {
  color: #081c2f;
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 20px;
  font-weight: 400;
} */
h2 {
  /*color: #b53869;*/
  color: #000;
  font-size: 30px;
  line-height: 35px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
}

h3 {
  /*color: #081c2f;*/
  color: #000;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
  font-weight: 600;
}

p {
  color: #000;
  /*color: #000000;*/
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 10px;
}

.content_wrap ul {
  list-style: disc;
  padding-left: 20px;
}
.content_wrap ul li {
  color: #000;;
  /*color: #000000;*/
  font-size: 15px;
  line-height: 22px;
}
.col_no {
  position: absolute;
  top: -60px;
  left: 20px;
  font-weight: bold;
  font-size: 100px;
  line-height: 100px;
  color: #fff;
  -webkit-text-shadow: 0 0 10px rgba(0,0,0,0.4);
  text-shadow: 0 0 10px rgba(0,0,0,0.4);
  z-index: 1;
}
.slider-counter {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.slider-counter span:first-child {
    color: #4affe8;
    font-size: 28px;
}
.cta_btn {
  color: #fff;
  /*color: #2c6aaa;*/
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 10px 40px 10px 15px;
  text-transform: uppercase;
  border-radius: 20px;
  background-color: #448cc7;
  /*box-shadow: 0 -25px 10px #000 inset;*/
  /*background: #af3769;
  background: -moz-linear-gradient(left, #af3769 0%, #448cc7 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #af3769), color-stop(100%, #448cc7));
  background: -webkit-linear-gradient(left, #af3769 0%, #448cc7 100%);
  background: -o-linear-gradient(left, #af3769 0%, #448cc7 100%);
  background: -ms-linear-gradient(left, #af3769 0%, #448cc7 100%);
  background: linear-gradient(to right, #af3769 0%, #448cc7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af3769', endColorstr='#448cc7', GradientType=1 );*/

}
.banner_txt .cta_btn, .banner_txt .cta_btn:hover {

  margin-bottom: 140px;
}

/*.cta_btn:hover {
  background: #448cc7;
  background: -moz-linear-gradient(left, #448cc7 0%, #af3769 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #448cc7), color-stop(100%, #af3769));
  background: -webkit-linear-gradient(left, #448cc7 0%, #af3769 100%);
  background: -o-linear-gradient(left, #448cc7 0%, #af3769 100%);
  background: -ms-linear-gradient(left, #448cc7 0%, #af3769 100%);
  background: linear-gradient(to right, #448cc7 0%, #af3769 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#448cc7', endColorstr='#af3769', GradientType=1 );
}*/
.cta_btn:before, .cta_btn:after {
  content: "";
  width: 0; 
  height: 0; 
  position: absolute;
  top: 16px;
  right: 30px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;  
  border-left: 5px solid #fff;
}

.banner_txt .cta_btn:before, .banner_txt .cta_btn:after {
  content: "";
  width: 0; 
  height: 0; 
  position: absolute;
  top: 16px;
  right: 20px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;  
  border-top: 5px solid #fff;
}
.banner_txt .cta_btn:after {
  top: 20px;
  right: 20px;
}
.cta_btn:after {
  right: 20px;
}
.multi_cta {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  flex-wrap: wrap;
}
.multi_cta .cta_btn {
  margin: 5px;
}


.explore_popup_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  overflow-y: scroll;
  padding-top: 150px;
  display: none;
  z-index: 99;
}
.explore_popup_wrap.active {
  display: block;
}
.explore_popup_wrap > .container {
    max-width: none;
    padding: 40px 40px 40px;
    width: 90%;
    background-color: #fff;
    /*overflow-y: scroll;*/
    position: relative;
}
.explore_popup_wrap .page_head2 {
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 10px;
}
.explore_popup_wrap .page_head3 {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 10px;
}
.close_btn {
  cursor: pointer;
    /*position: fixed;*/
    top: 92%;
    right: 50%;
    font-size: 30px;
    color: #fff;
}
.close_btn_btm {
  cursor: pointer;
      /*font-family: "HelveticaNeueLTStd-Lt";*/
    display: block;
    text-align: center;
    font-size: 60px;
    padding: 60px 40px 40px;
}
.page_head1 {
  color: #6dacbf;
  font-size: 55px;
  line-height: 58px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.page_head2 {
  color: #82953a;
  font-size: 40px;
  line-height: 44px;
  padding-bottom: 20px;
  padding-top: 0;
  text-transform: uppercase;
}
.page_head2.first_child {
  padding-top: 0;
}
.timeline_carousel {
  background: url(../images/timeline_carousel_bg.jpg) no-repeat center top;
  background-size: cover;
  /*height: 80vh;*/

}
.timeline_carousel .item {  
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*height: 80vh;*/
  padding: 50px 0;
}
.page_head3 {
  color: #82953a;
  font-size: 100px;
  line-height: 100px;
  padding-bottom: 40px;
}
.timeline_carousel .item p {
  color: #fff;
  width: 50%;
}
/*.timeline_carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.timeline_carousel .owl-dots .owl-dot {
  cursor: pointer;
  padding: 0 15px 0 15px;
  position: relative;
}
.timeline_carousel .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #6dacbf;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 1;
}
.timeline_carousel .owl-dots .owl-dot.active:before {
  background-color: #fff;
}
.timeline_carousel .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #6dacbf;
  width: 100%;
  height: 5px;
}
.timeline_bullet {
  cursor: pointer;
    background: transparent;
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
}
.timeline_carousel .owl-dot.active .timeline_bullet {
  color: #6dacbf;
}
*/
.timeline_carousel.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  padding: 5px 10px;
}
.timeline_carousel.owl-theme .owl-nav [class*=owl-prev] {
  left: 5%;
}
.timeline_carousel.owl-theme .owl-nav [class*=owl-next] {
  right: 5%;
}

.explore_popup_wrap p {
  color: #1a1e0c;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 15px;
}
.daycity_list {
  list-style: lower-alpha;
  padding: 0 20px 30px 20px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  /* align-items: center; */
  margin: 0 auto;
  width: 60%;
}
.daycity_list li {
    color: #82953a;
    font-size: 20px;
    line-height: 30px;
    padding: 0 10px 0 10px;
    width: 50%;
    text-align: left;
    font-weight: bold;
}
/*.daycity_list ul {
  list-style: lower-alpha;
  font-weight: bold;
  padding: 10px 0 10px 10px;
}
.daycity_list ul li {
  color: #82953a;
}*/
.timeline_carousel strong {
  color: #82953a;
}
.avenues_carousel_wrap {
  background: url(../images/avenues_carousel_bg.jpg) no-repeat center top;
  background-size: cover; 
  padding: 100px 0;  
}
.avenues_carousel.owl-carousel {
  width: 90%;
  margin: 0 auto;
}
.avenues_carousel .item {
  text-align: center;
  padding: 20px 0;
}
.avenues_carousel .item p {
  padding: 10px 0;
  color: #fff;
}
.avenues_carousel.owl-carousel .owl-item img {
  max-width: none;
  width: auto;
  margin: 0 auto;
}
.avenues_carousel.owl-theme .owl-nav [class*=owl-], 
.avenues_carousel.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  padding: 5px 10px;
}
.avenues_carousel.owl-theme .owl-nav [class*=owl-prev] {
  left: -5%;
}
.avenues_carousel.owl-theme .owl-nav [class*=owl-next] {
  right: -5%;
}
.township_highlights_carousel {
  margin-bottom: 30px;
}
.township_highlights_carousel .item {
  
}
.township_highlights_carousel .item p {
    position: absolute;
    bottom: 5%;
    left: 0;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
    right: 0;
    margin: 0 auto;
    width: 80%;
    padding: 10px 20px;
    display: none;
}
.township_highlights_carousel .owl-item.active.center .item p {
  display: block;
}
.township_highlights_carousel.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  padding: 5px 10px;
}
.township_highlights_carousel.owl-theme .owl-nav [class*=owl-prev] {
  left: 5%;
}
.township_highlights_carousel.owl-theme .owl-nav [class*=owl-next] {
  right: 5%;
}
#lifeatgodrejcity-wrap {
  padding: 0;
  position: relative;
  background-color: #6dacbf;
  z-index: 1;
}
#lifeatgodrejcity-wrap .container {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding-bottom: 20px;
}
.sub_head2 {
  /*font-family: "Helvetica-Regular";*/
  position: relative;
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
}
.sub_head2 span {
  display: block;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 30px;
  position: relative;
  padding-top: 15px;
}
#lifeatgodrejcity-wrap .sub_head2 span:before, #lifeatgodrejcity-wrap .sub_head2 span:after {
  display: none;
}
.weeks_life_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 50px 0;
  padding: 50px 0;
}
.center_eading {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  width: 1px;
  height: 100%;
}
.center_eading:before {
  content: "Weekday";
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #fff;
  /*font-family: "Helvetica-cebold";*/
  color: #6dacbf;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 20px 0 0 20px;
}
.center_eading:after {
  content: "Weekend";
  position: absolute;
  top: 43px;
  left: 0;
  background-color: #fff;
  /*font-family: "Helvetica-cebold";*/
  color: #6dacbf;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 0 20px 20px 0;
}
.weekday_life {
  border: 2px solid #fff;
  width: 300px;
  height: 300px;
  padding: 30px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12%;
}
.weekend_life {
  border: 2px solid #fff;
  width: 300px;
  height: 300px;
  padding: 30px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12%;
}
.weekday_life_list {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;*/
}
.weekday_life_list li, .weekend_life_list li {
  position: absolute;
}
.weekday_life_list li div,
.weekend_life_list li div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.weekday_life_list li img,
.weekend_life_list li img{
  width: 50px;
}
.weekday_life_list li.active, .weekday_life_list li.active:before, 
.weekend_life_list li.active, .weekend_life_list li.active:before {
  color: #dfff68;
}
.weekday_life_list li:before {
  content: "\2022";
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 0;
}
.weekday_life_list li:nth-child(1):before, .weekday_life_list li:nth-child(2):before,
.weekday_life_list li:nth-child(3):before, .weekday_life_list li:nth-child(4):before {
  right: 0;
}
.weekday_life_list li:nth-child(5):before, .weekday_life_list li:nth-child(6):before,
.weekday_life_list li:nth-child(7):before, .weekday_life_list li:nth-child(8):before {
  left: 0;
}
.weekday_life_list li:nth-child(1) {
    top: 30%;
    left: -50%;
    width: 55%;
}
.weekday_life_list li:nth-child(2) {
    top: 52%;
    left: -47%;
    width: 50%;
}
.weekday_life_list li:nth-child(3) {
    top: 72%;
    left: -25%;
    width: 35%;
}
.weekday_life_list li:nth-child(4) {  
    top: 95%;
    left: -15%;
    width: 55%;
}
.weekday_life_list li:nth-child(5) {
    top: 95%;
    left: 60%;
    width: 35%;
}
.weekday_life_list li:nth-child(6) {
    top: 78%;
    left: 88%;
    width: 45%;
}
.weekday_life_list li:nth-child(7) {
    top: 55%;
    left: 98%;
    width: 45%;
}
.weekday_life_list li:nth-child(8) {
    top: 30%;
    left: 95%;
    width: 55%;
}
.weekday_life_list li:nth-child(9) {
    top: -4%;
    left: 15%;
    width: 55%;
}
.weekday_life_list li:nth-child(1) div{
  transform: translate(10%, -90%);
}
.weekday_life_list li:nth-child(2) div{
  transform: translate(0%, -30%);
}
.weekday_life_list li:nth-child(3) div{
  transform: translate(0%, 30%);
}
.weekday_life_list li:nth-child(4) div{
  transform: translate(30%, 40%);
}
.weekday_life_list li:nth-child(5) div{
  transform: translate(0%, 40%);
}
.weekday_life_list li:nth-child(6) div{
  transform: translate(6%, 20%);
}
.weekday_life_list li:nth-child(7) div{
  transform: translate(5%, -40%);
}
.weekday_life_list li:nth-child(8) div{
  transform: translate(2%, -90%);
}
.weekday_life_list li:nth-child(9) div{
  transform: translate(0%, -120%);
}
.weekday_life > div {
  display: none;
}
.weekday_life > div.active {
  display: block;
}

.weekday_life > div > img {
  max-width: 80px;
  width: 100%;
}
.weekday_life > div h3 {
  /*font-family: "Helvetica-Bold";*/
  color: #4affe8;
  font-size: 25px;
  line-height: 30px;
  padding: 5px 0;
}
.weekend_life_list li:before {
  content: "\2022";
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 0;
}
.weekend_life_list li:nth-child(1):before, .weekend_life_list li:nth-child(2):before,
.weekend_life_list li:nth-child(3):before {
  right: 0;
}
.weekend_life_list li:nth-child(4):before, .weekend_life_list li:nth-child(5):before {
  left: 0;
}
.weekend_life_list li:nth-child(6):before {
  top: auto;
  bottom: -30px;
  left: 0;
}
.weekend_life_list li:nth-child(1) {
    top: 30%;
    left: -50%;
    width: 55%;
}
.weekend_life_list li:nth-child(2) {
    top: 65%;
    left: -44%;
    width: 50%;
}
.weekend_life_list li:nth-child(3) {
    top: 97%;
    left: -5%;
    width: 60%;
    padding-top: 20px;
    padding-left: 70px;
}
.weekend_life_list li:nth-child(4) {  
    top: 65%;
    left: 94%;
    width: 45%;
    padding-left: 30px;
}
.weekend_life_list li:nth-child(5) {
    top: 25%;
    left: 93%;
    width: 55%;
}
.weekend_life_list li:nth-child(6) {
    top: -27%;
    left: 25%;
    width: 55%;
}

.weekend_life > div {
  display: none;
}
.weekend_life > div.active {
  display: block;
}
.weekend_life > div > img {
  max-width: 80px;
  width: 100%;
}
.weekend_life > div h3 {
  /*font-family: "Helvetica-Bold";*/
  color: #4affe8;
  font-size: 25px;
  line-height: 30px;
  padding: 5px 0;
}

.lifegcity_img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.lifegcity_img_wrap > div {
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.lifegcity_img_wrap .trees_txt {
  background-image: url(../images/weekday/img_trees_txt.jpg);
}
.lifegcity_img_wrap .centralpark_txt {
  background-image: url(../images/weekday/img_centralpark_txt.jpg);
}
.lifegcity_img_wrap .school_txt {
  background-image: url(../images/weekday/img_school_txt.jpg);
}
.lifegcity_img_wrap .business_txt {
  background-image: url(../images/weekday/img_business_txt.jpg);
}
.lifegcity_img_wrap .shuttle_txt {
  background-image: url(../images/weekday/img_shuttle_txt.jpg);
}
.lifegcity_img_wrap .restaurant_txt {
  background-image: url(../images/weekday/img_restaurant_txt.jpg);
}
.lifegcity_img_wrap .clubhouse_txt {
  background-image: url(../images/weekday/img_clubhouse_txt.jpg);
}
.lifegcity_img_wrap .playarea_txt {
  background-image: url(../images/weekday/img_playarea_txt.jpg);
}
.lifegcity_img_wrap .atmmedicalcentre_txt {
  background-image: url(../images/weekday/img_atmmedicalcentre_txt.jpg);
}
.lifegcity_img_wrap .golfcourse_txt {
  background-image: url(../images/weekend/img_golfcourse_txt.jpg);
}
.lifegcity_img_wrap .wellnessspa_txt {
  background-image: url(../images/weekend/img_wellnessspa_txt.jpg);
}
.lifegcity_img_wrap .indoorgames_txt {
  background-image: url(../images/weekend/img_indoorgames_txt.jpg);
}
.lifegcity_img_wrap .multipurposehall_txt {
  background-image: url(../images/weekend/img_multipurposehall_txt.jpg);
}
.lifegcity_img_wrap .conveniencestore_txt {
  background-image: url(../images/weekend/img_conveniencestore_txt.jpg);
}
.lifegcity_img_wrap .cityclubhouse_txt {
  background-image: url(../images/weekend/img_cityclubhouse_txt.jpg);
}

.lifegcity_img_wrap > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.lifegcity_img_wrap > div.active {
  display: block;
}
#lifeatgodrejcity-wrap p {
  color: #fff;
}

/*Footer style start*/
.site_footer {
  /*background-color: #000;*/
  padding: 20px 0;
}
.site_footer .container {
  height: 100%;
  overflow: auto;
  padding: 50px 0;
}
.site_address {
  padding: 10px 0 10px;
}
.site_address p {
  text-align: center;
  /*color: #b8b8b8;*/
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.disclaimer_txt {
  padding: 10px 0;
}
.disclaimer_txt p {
  text-align: center;
  /*color: #b8b8b8;*/
  font-size: 16px;
  line-height: 20px;
}
.galelry_carousel.owl-theme .owl-nav [class*=owl-], .galelry_carousel.owl-theme .owl-nav [class*=owl-]:hover {
  outline: none;
  font-size: 70px;
  color: #fff;
  background: none;
  margin: 0 70px;
}

.main-menu{
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgb(0 0 0 / 0.7);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.main-menu a {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* width: calc(100% / 7); */
  padding: 16px 2.9% 8px;
  text-align: center;
}

.main-menu a img {
  width: auto;
}

.main-menu a span {
  font-size: 14px;
  /* margin-top: 6px; */
}

.burger,
.close-btn{
  display: none;
}

/*.fancybox-thumbs {
  top: auto !important; 
  border: 0 !important;
    width: 100% !important;
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  width: 100%;
}*/


@media only screen and (max-width: 1024px) {
  .scroll_btn.cta_btn {
    /*display: block;*/
  }
  .explore_btn {
    display: none;
  }
  .weeks_life_wrap {
    flex-direction: column;
  }
  .weekday_life {
    margin-right: 0;
    margin-bottom: 110px;
  }
  .weekend_life {
    margin-left: 0;
    margin-top: 70px;
  }

  .center_eading {
    position: relative;
    width: 1px;
    height: 160px;
    left: 0;
  }
  .center_eading:before{
    top: 50px;
  }
  .center_eading:after{
    top: 83px;
  }
}

@media only screen and (max-width: 1023px) {
  .main_banner_video {
    position: fixed;

  }
#backgroundvid1 {
  display: none;
}
#backgroundvid2 {
  display: block;
}
  .main-menu{
    height: 100vh;
    flex-direction: column;
    background: rgb(0 0 0 / 0.9);
    justify-content: space-evenly;
    display: none;
  }
  .main-menu.active{
    display: flex;
  }
  .main-menu.active .close-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    font-size: 18px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-menu a {
    width: 100%;
    padding: 0;
  }

  .main-menu a img {
    width: 30px;
  }

  .main-menu a span {
    font-size: 14px;
  }

  .burger {
    background: #fff;
    height: 34px;
    width: 34px;
    cursor: pointer;
    z-index: 1;
    transition: 0.6s cubic-bezier(.14,1,.34,1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 24px;
    position: fixed;
    left: 10px;
    top: 29px;
    z-index: 9;
  }
  .burger span {
    width: 16px;
    height: 3px;
    background: #000;
    transition: 0.6s cubic-bezier(.14,1,.34,1);
    margin: 2px;
  }

  /*header style*/

  #site_header.active{
    background-color: rgba(0,0,0,0.5);
  }

  /*#site_header .container img {
    filter: invert(0);
  }*/
 
  #site_header .container {
      padding: 0;
  }
  .brand_logo{
    display: none;
  }
  .project_logo {
    display: block;
  }
  .brand_logo, .project_logo {
      width: 45%;
      display: none;
  }
  /*#site_nav {
    background-color: rgba(0,0,0,0.8);
    left: auto;
    right: 0;
    top: -100%;
    margin: 0 auto;
    align-items: center;
    max-width: none;
    text-align: center;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  #site_nav.active {
    top: 0;
  }
  .menu_burger {
    display: block;
    font-size: 25px;
    color: #fff;
    margin-left: 10px;
    position: relative;
    z-index: 1;
  }
  .open_menu.active {
    display: none;
  }
  .close_menu.active {
    display: block;
  }
  #menu {
      width: 80%;
  }*/
/*Main banner start*/
.main_slide .item {
  /*height: calc(100vh - 55px);*/
}

.main_slide .item.slide_02 {
  background-image: url(../images/main_slide_02-m.jpg);
}
.banner_head {
    font-size: 25px;
    line-height: 30px;
}
.banner_para {
    font-size: 14px;
    line-height: 18px;
}

/*Content section style start*/
.section_wrap {
    padding: 90px 0 0;
    /* padding: 30px 0; */
}
/* .aboutgpl_wrap.section_wrap {
  padding: 70px 0 30px 0;
}
.locationav_wrap.section_wrap {
    padding: 60px 0 30px 0;
} */
.section_row {
    flex-direction: column;
}
.sec_col {
    width: 100%;
}
.img_wrap {
    margin-bottom: 20px;
}
.content_wrap:nth-child(1) {
  order: 2;
}
h2 {
  font-size: 22px;
  line-height: 35px;
  padding-bottom: 10px;
}
h3 {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 8px;
}
p {
    font-size: 14px;
    line-height: 20px;
}
.content_wrap ul li {
    font-size: 14px;
    line-height: 20px;
}
.cta_btn {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  }
.site_address p {
  font-size: 16px;
  line-height: 20px;
}
.disclaimer_txt p {
  font-size: 14px;
  line-height: 18px;
}


/************ Explore Godrej City & Panvel style start ***********/
.sub_head2 {
  font-size: 32px;
  line-height: 38px;
}
.sub_head2 span {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 20px;
}
.weekday_life,
  .weekend_life{
    width: 200px;
    height: 200px;
  }

  .weekend_life_list li:nth-child(3) {
        padding-left: 40px;
  }
  .weekend_life_list li:nth-child(4) {
    padding-left: 0;
}
 .weekend_life_list li:nth-child(6) {
    top: -35%;
    width: 65%;
} 
  .weekday_life_list li img,
  .weekend_life_list li img{
    width: 34px;
  }



.explorecity_row {
  flex-direction: column;
}
.explorecity_col {
  width: 100%;
}
.explorecity_col a {
    font-size: 35px;
    line-height: 40px;
}
.explore_popup_wrap {
  padding-top: 50px;
}
.explore_popup_wrap > .container {
  /* padding: 10px;  */
    padding: 20px 10px;
    width: 100%;
}
.close_btn {
    top: -24px;
    font-size: 20px;
}
.page_head1 {
  font-size: 35px;
  line-height: 38px;
  padding-bottom: 10px;
}
.page_head2 {
    font-size: 28px;
    line-height: 35px;
    padding-bottom: 10px;
    padding-top: 30px;
}
.explore_popup_wrap p {
   font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
}

.timeline_carousel .item {
  justify-content: space-around;
}
.page_head3 {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 0;
}
.timeline_carousel .item p {
  width: 90%;
}
.timeline_carousel.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.timeline_carousel.owl-theme .owl-nav [class*=owl-prev] {
  left: 5%;
}
.timeline_carousel.owl-theme .owl-nav [class*=owl-next] {
  right: 5%;
}
.daycity_list li {
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 10px 10px;
}
.avenues_carousel .item p {
  position: static;
  background-color: #000;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
}
.township_highlights_carousel .item p {
  width: 100%;
}
#lifeatgodrejcity-wrap {
  /* display: none; */
}

.lifegcity_img_wrap .trees_txt {
  background-image: url(../images/weekday/img_trees_txt_mobi.jpg);
}
.lifegcity_img_wrap .centralpark_txt {
  background-image: url(../images/weekday/img_centralpark_txt_mobi.jpg);
}
.lifegcity_img_wrap .school_txt {
  background-image: url(../images/weekday/img_school_txt_mobi.jpg);
}
.lifegcity_img_wrap .business_txt {
  background-image: url(../images/weekday/img_business_txt_mobi.jpg);
}
.lifegcity_img_wrap .shuttle_txt {
  background-image: url(../images/weekday/img_shuttle_txt_mobi.jpg);
}
.lifegcity_img_wrap .restaurant_txt {
  background-image: url(../images/weekday/img_restaurant_txt_mobi.jpg);
}
.lifegcity_img_wrap .clubhouse_txt {
  background-image: url(../images/weekday/img_clubhouse_txt_mobi.jpg);
}
.lifegcity_img_wrap .playarea_txt {
  background-image: url(../images/weekday/img_playarea_txt_mobi.jpg);
}
.lifegcity_img_wrap .atmmedicalcentre_txt {
  background-image: url(../images/weekday/img_atmmedicalcentre_txt_mobi.jpg);
}
.lifegcity_img_wrap .golfcourse_txt {
  background-image: url(../images/weekend/img_golfcourse_txt_mobi.jpg);
}
.lifegcity_img_wrap .wellnessspa_txt {
  background-image: url(../images/weekend/img_wellnessspa_txt_mobi.jpg);
}
.lifegcity_img_wrap .indoorgames_txt {
  background-image: url(../images/weekend/img_indoorgames_txt_mobi.jpg);
}
.lifegcity_img_wrap .multipurposehall_txt {
  background-image: url(../images/weekend/img_multipurposehall_txt_mobi.jpg);
}
.lifegcity_img_wrap .conveniencestore_txt {
  background-image: url(../images/weekend/img_conveniencestore_txt_mobi.jpg);
}
.lifegcity_img_wrap .cityclubhouse_txt {
  background-image: url(../images/weekend/img_cityclubhouse_txt_mobi.jpg);
}









}