html, body, div, span, applet, object, iframe, h1, h3, h4, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, hr, big, cite, code, del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
* {
	margin: 0;
	padding: 0
}
ol, ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
/:focus {
outline:0
}
/strong {
font-weight:700
}
em { font-style: italic }
a { text-decoration: none }
a:hover, a:active, a:focus { outline: none }
html {
	height: 100%;
	overflow-x: hidden;
/cursor:none/
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.clearfix { display: inline-block }
.clear {
	clear: both;
	font-size: 1%;
	height: 0;
	line-height: 0;
	display: block;
	width: 0
}
html[xmlns] .clearfix { display: block }
img {
	max-width: 100%;
	max-height: 100%
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
::selection {
	color: #000;
	background-color: #fff60d
}
::-moz-selection {
color:#000;
background-color:#fff60d
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}



@font-face {
	font-family: 'HelveticaNeueLight';
	src: url(fonts/HelveticaNeueLTStd-Lt.eot);
	src: url(fonts/HelveticaNeueLTStd-Lt.eot) format("embedded-opentype"), url(fonts/HelveticaNeueLTStd-Lt.woff2) format("woff2"), url(fonts/HelveticaNeueLTStd-Lt.woff) format("woff"), url(fonts/HelveticaNeueLTStd-Lt.ttf) format("truetype"), url(fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt) format("svg")
}

@font-face {
	font-family: 'HelveticaNeueLTStdMd';
	src: url(fonts/HelveticaNeueLTStd-Md.eot);
	src: url(fonts/HelveticaNeueLTStd-Md.eot) format("embedded-opentype"), url(fonts/HelveticaNeueLTStd-Md.woff2) format("woff2"), url(fonts/HelveticaNeueLTStd-Md.woff) format("woff"), url(fonts/HelveticaNeueLTStd-Md.ttf) format("truetype"), url(fonts/HelveticaNeueLTStd-Md.otf) format("truetype"), url(fonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md) format("svg")
}
@font-face {
	font-family: 'fontello';
	src: url('fonts/fontello.eot?30148349');
	src: url('fonts/fontello.eot?30148349#iefix') format('embedded-opentype'), url('fonts/fontello.woff?30148349') format('woff'), url('fonts/fontello.ttf?30148349') format('truetype'), url('fonts/fontello.svg?30148349#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* font icon css */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;/* width: 1em;*/ /*margin-right: .1em;*/
	text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none; /* fix buttons height, for twitter bootstrap */
	line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */
	margin-left: .1em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;/* Uncomment for 3D effect *//* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-facebook:before { content: '\e800'; } /* 'î €' */
.icon-linkedin-squared:before { content: '\e801'; } /* 'î ' */
.icon-gplus:before { content: '\e802'; } /* 'î ‚' */
.icon-youtube:before { content: '\e803'; } /* 'î ƒ' */
.icon-rupee:before { content: '\e805'; } /* 'î …' */
.icon-cancel:before { content: '\e806'; } /* 'î †' */
.icon-menu:before { content: '\e807'; } /* 'î ‡' */
/* font icon css */

body {
	font-family: 'HelveticaNeueLight', sans-serif, arial;
	font-size: 17px;
	line-height: 22px;
}
.container {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 1;
}

h1, h2, h3, h4 { font-weight: 400 }
h1 { font-size: 40px }
h2 { font-size: 30px }
h3 { font-size: 20px }
h4 { font-size: 18px }
p {
	font-size: 14px;
	line-height: 20px
}

.text-center { text-align: center }
.text-left { text-align: left }
.text-right { text-align: right }
.text-justify { text-align: justify }
.clear-float:before, .clear-float:after {
	content: " ";
	display: table
}
.clear-float:after { clear: both }
sup {
	display: inline-block;
	vertical-align: top;
	font-size: .8em
}
.title {
	text-align: center;
	font-size: 3.6em;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #000
}
.title span {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}
.title span:after {
	content: '';
	height: 2px;
	width: 190px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -95px;
}

.sec_heading {
    font-family: 'HelveticaNeueLTStdMd';
    font-weight: normal;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 20px;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}
input[type="file"] { display: block }
input[type="range"] {
	display: block;
	width: 100%
}
select[multiple], select[size] { height: auto }
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background-color: rgba(151,151,151,0.7);
	border: none;
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
	font-family: 'HelveticaNeueLight', sans-serif, arial
}
.form-control:focus {
	border-color: #fff;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6)
}
.form-control::-moz-placeholder {
color:#fff;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#fff
}
.form-control::-webkit-input-placeholder {
color:#fff
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed }
textarea.form-control { height: auto }
input[type="search"] { -webkit-appearance: none }
.form-group { margin-bottom: 15px }
.radio, .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}
.radio label, .checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9
}
select.form-control {
	/*display: none;*/
	color: #fff;
	background-color: rgba(151,151,151,0.7);
	line-height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*background: url(../images/webp/arrow_select.webp) no-repeat 95% center;*/
	text-indent: .01px

}
select.form-control option {
	background: #000;
	color: #fff;
	padding: 5px 5px;
}

.form-section {
	background: rgba(255,255,255,0.8);
	position: fixed;
	top: 150px;
	right: -217px;
	z-index: 9;
	width: 217px;
	transition: all ease .4s
}
.form-section.open { right: 0 }
.form-section .form-inner { padding: 40px 10px 10px 10px }
.form-section h2 {
	color: #fff;
	text-align: center;
	font-weight: 400;
	padding-bottom: 25px
}
.form-section .form-field { padding-bottom: 10px }
.form-section .form-btn {
	/*padding-top: 10px;*/
	text-align: center
}
.form-section .form-btn .btn {
	background: #fff;
	font-size: 15px;
	line-height: 24px;
	padding: 6px 20px;
	width: 100%;
	display: inline-block;
	color: #000;
	transition: all ease .4s
}
.form-section .form-btn .btn:hover { background: #f9f9f9 }
.form-section .close-form {
	background: rgba(151,151,151,0.7) url(../images/webp/sprite.webp) no-repeat center center;
	background-position: 7px -139px;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 15px;
	cursor: pointer;
}
.form-section .enq-toggle {
	background: url(../images/webp/btn_enq.webp) no-repeat 0 0;
	width: 37px;
	height: 157px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -37px;
	cursor: pointer
}
.form-section .enq-toggle i { display: none }
.error-msg {
	display: block;
	color: #f19595;
	font-size: 18px;
	text-align: center
}
.form-section .form-control.std {
	float: left;
	width: 24%;
	text-align: center
}
.form-section .form-control.mno {
	float: left;
	width: 74%;
	margin-left: 2%
}
.clickhere_txt {
	 display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.clickhere_txt  input[type="checkbox"]{
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    -webkit-appearance: none;
    background-color: #fff;
    padding: 0;
    margin: 0 20px 0 0;
    outline: none;
}
.clickhere_txt  input[type="checkbox"]:checked{
	background: #fff url(../images/webp/checked_img.webp) no-repeat center center;
}

.checkbox_txt {
	color: #000;
	font-size: 13px;
	line-height: 15px;
}
.checkbox_txt br {
	display: block;
}

.thankyou-msg {
	padding: 5px;
    /* color: #fff; */
    font-size: 16px;
    line-height: 1.5em;
}

#disc-bg {

    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;

    display: block;

    height: 100%;

    left: 0;

    position: fixed;

    text-align: center;

    top: 0;

    width: 100%;

    z-index: 999999;

}

#disc-bg .content {

    background: #fff none repeat scroll 0 0;

    border-radius: 5px;

    color: #434343;

    font-family: Arial;

    font-size: 13px;

    height: auto;

    left: 0;

    margin: 0 auto;

    padding: 2%;

    position: absolute;

    right: 0;

    text-align: center;

    top: 50%;

    transform: translateY(-50%);

    width: 50%;

	box-sizing: content-box;

}

#disc-bg .content p {

    text-align: justify; line-height:18px;

				letter-spacing:0px;

}

.agree-popup {

    background: #3397d1 none repeat scroll 0 0;

    border-radius: 5px;

    color: #fff;

    cursor: pointer;

    padding: 10px 15px;

    text-decoration: none; display:inline-block; margin-top:10px;

}

#disc-bg .content h2 {

    color: #3397d1;

    display: block;

    font-size: 23px;

    font-weight: bold;

    margin-bottom: 20px;

}



/*header style*/
.site_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 10px 0;
}
.sticky_header {
	background-color: rgba(0,0,0,0.5);
	transition: all 0.3s ease-in-out;
}
.header_wrap {
	position: relative;
}
.logo_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.logo-gpl {
    max-width: 238px;
    width: 100%;
}
.logo-gpl img {
	display: block;
    width: 100%;
    margin: 0 auto;
}
.logo-ggc {
    max-width: 282px;
    width: 100%;
    order: 3;
}
.logo-ggc img {
	display: block;
    width: 100%;
    margin: 0 auto;
}
.head_center_sec {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    top: 0;
}
.calander_date {
    font-size: 14px;
    line-height: 18px;
    color: #fffefe;
}
a.menu_trigger {
	display: none;
}
.topnav ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.topnav ul li {
    font-size: 15px;
    line-height: 15px;
    color: #fffefe;
    padding: 0 10px;
    text-transform: uppercase;
    border-right: 2px solid #fffefe;
    margin: 15px 2px;

}
.topnav ul li a {
	color: #fffefe;
	text-decoration: none;

}
.topnav ul li:last-child {
	border-right: none;
}


/*coolnees section start*/

#coolness_section {
	background: url(../images/webp/coolness_section_bg.webp) no-repeat center bottom;
	/*background-attachment: fixed; */
	background-size: cover;
	padding: 130px 0 120px;
	height: 100vh;
	position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;	
}
/*#coolness_section .container {
}*/

#coolness_section .sec_heading.zoomout_txt {
	animation: zoomout_txt 3s linear 2s forwards;
	opacity: 0;
	z-index: 2;
}
  @-webkit-keyframes zoomout_txt {
  0% {
  	opacity: 0;
  	transform: scale(0.5);
  }
  100% {
  	opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomout_txt {
  0% {
  	opacity: 0;
  	transform: scale(0.5);
  }
  100% {
  	opacity: 1;
  	transform: scale(1);
  }
}

#coolness_section .textshow {
	animation: textshow 3s linear 2s forwards;
	animation-delay: 5s;
	opacity: 0;
	z-index: 2;
}
@-webkit-keyframes textshow {
  0% {
  	opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textshow {
  0% {
  	opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.load_cloud_wrap, .moving_cloud_wrap {
    overflow: hidden;
}
.load_cloud_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	animation: leftmovecloud 10s linear;
	background-size: cover;
}
.load_cloud_right {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	animation: rightmovecloud 10s linear;
	background-size: cover;
}
.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: 0;
	left: 0;
	background: url(../images/webp/cloud_img6.webp) no-repeat 0 0;
	animation: movecloud 50s linear infinite;
	animation-delay: 1s;
}
.moving_cloud2 {
	top: 44%;
	left: 5%;
	background: url(../images/webp/cloud_img.webp) no-repeat 0 0;
	animation: movecloud 75s linear infinite;
	animation-delay: 6s;
}
.moving_cloud3 {
	top: 15%;
	left: 20%;
	background: url(../images/webp/cloud_img4.webp) no-repeat 0 0;
	animation: movecloud 64s linear infinite;
	animation-delay: 12s;
}
.moving_cloud4 {
	top: 75%;
	left: 60%;
	background: url(../images/webp/cloud_img5.webp) no-repeat 0 0;
	animation: movecloud 96s linear infinite;
	animation-delay: 7s;
}
.moving_cloud5 {
	top: 70%;
	left: 50%;
	background: url(../images/webp/cloud_img.webp) no-repeat 0 0;
	animation: movecloud 120s linear infinite;
	animation-delay: 5s;
}
.moving_cloud6 {
	top: 30%;
	left: 71%;
	background: url(../images/webp/cloud_img2.webp) no-repeat 0 0;
	animation: movecloud 150s linear infinite;
	animation-delay: 3s;
}

@keyframes leftmovecloud {
  0% {
	background: url(../images/webp/cloud_img3.webp) repeat left center;
	background-size: cover;
	opacity: 1;
  	left: 0%;
  }
  100% {
	background: url(../images/webp/cloud_img3.webp) repeat left center;
	background-size: cover;
	opacity: 0;
    left: 100%;
  }
}
@keyframes rightmovecloud {
  0% {
  	background: url(../images/webp/cloud_img3.webp) repeat right center;
	background-size: cover;
	opacity: 1;
  	right: 40%;
  }
  100% {
  	background: url(../images/webp/cloud_img.webp) repeat right center;
	background-size: cover;
	opacity: 0;
    right: 100%;
  }
}
@keyframes movecloud {
  0% {
  	opacity: 1;
  	left: 100%;
  }
  100% {
  	opacity: 1;
	left: -100%;
  }
}

.coolness_offer {
    /*background-color: rgba(60,132,191,0.85);*/
    color: #ffffff;
    text-align: center;
    opacity: 0;
}
.coolness_offer p:first-child {
	font-size: 17px;
	line-height: 23px;
	padding: 30px 20px;
	margin: 0 auto;
	width: 85%;
    color: #fff;
    text-shadow: 0 0 2px #000;
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
}

.cooler_offer_popup {
	visibility: hidden;
	position: fixed;
    top: 25%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 80%;
    height: auto;
    background-color: rgba(0,0,0,0.3);
    border-radius: 5px;
    z-index: 4;
    padding: 0 0 0 0;
}
.cooler_offer_popup.visible {visibility: visible;}

/*.cooler_offer_wrap {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
*/
.cooler_offer_popup h2 {
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding: 10px 0;
}

.price_point {
	font-family: 'HelveticaNeueLTStdMd';
	font-weight: normal;
	font-size: 26px;
	line-height: 26px;
	color: #fff;
	/*padding-top: 90px;*/
	opacity: 0;
	width: 85%;
	padding: 10px;
	margin: 90px auto 0;
	text-shadow: 0 0 2px #000;
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;

}

.green_offer_popup {
	visibility: hidden;
	position: fixed;
    top: 23%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 80%;
    height: auto;
    background-color: rgba(0,0,0,0.3);
    border-radius: 5px;
    z-index: 4;
    padding: 0 0 0 0;
}
.green_offer_popup.visible {visibility: visible;}
/*.green_offer_wrap {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
}*/
.green_offer_popup h2 {
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding: 10px 0;
}
.close_btn {
	position: absolute;
    top: 6%;
    right: 1%;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    font-size: 11px;
    line-height: 13px;
    padding: 5px;
    text-transform: uppercase;
}
.offer_carousle {
    display: flex;
    position: relative;
    text-align: center;
}
.offer_carousle .item {
    width: 25%;
    /*border-top: 1px solid #ffffff;*/
    border-left: 1px solid #ffffff;
    padding: 20px 10px;
}

.offer_carousle .item:first-child  {
    border-left: none;
}
.offer_carousle h2 {
	color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-shadow: 0 0 2px #000;
}
.offer_carousle h2 strong {
	font-family: 'HelveticaNeueLTStdMd';
}
.disc_txt {
	position: absolute;
    bottom: 5%;
    right: 5%;
	text-decoration: underline;
	font-size: 11px;
	line-height: 15px;
	text-shadow: 0 0 2px #000;
}
.disc_txt a {
	color: #ffffff;
	text-decoration: underline;
}



/*PURER AIR section start*/
#purity_green_section {
	background: #b9d8f8 url(../images/webp/purity_green_section_bg.webp) no-repeat center bottom; 
	background-size: 150%;
	position: relative;
	z-index: 1;
}
.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/*@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}*/
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

#purity_section {
	overflow: hidden;
	padding: 200px 0 200px;
	text-align: center;
	height: 100vh;
	display: flex;
    justify-content: center;
    align-items: center;
}
#purity_section .container {
	opacity: 0;
}
#purity_section .sec_heading {
  animation-delay: 0.3s;
}
#purity_section p {
  animation-delay: 0.6s;
}
.purity_table {
  animation-delay: 0.9s;
}
.purity_tagline {
  animation-delay: 1.2s;
}
#purity_section p {
	/*color: #2f2f2f;*/
    font-size: 17px;
    line-height: 23px;
    padding: 20px 20px;
    margin: 0 auto 30px;
    width: 68%;
	opacity: 0;
	color: #ffffff;
	text-shadow: 0 0 2px #000;
	background-color: rgba(0,0,0,0.6);
	border-radius: 10px; 
}
.purity_table {
    max-width: 532px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #3c84bf; 
	border-radius: 5px;
	opacity: 0;
}
.purity_row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.purity_row.row_head {
    background-color: #3c84bf;
    color: #fff;
}
.purity_row:nth-child(2){
	border-bottom: 1px solid #3c84bf;
}
.purity_row > div {
	width: 50%;
	padding: 20px;
	font-size: 17px;
	line-height: 24px;
	color: #2f2f2f;
}
.purity_row.row_head > div {
	color: #ffffff;
}
.purity_row.row_head .purity_tab1  {
	border-right: 1px solid #fff;
}
.purity_tab1 {
	border-right: 1px solid #3c84bf;
}
#purity_section p.disc_txt {
    position: absolute;
    bottom: 5%;
    right: 2%;
    text-decoration: underline;
    font-size: 11px;
    line-height: 15px;
    text-shadow: 0 0 2px #000;
    padding: 0;
    width: auto;
    color: #2f2f2f;
}
#purity_section p.disc_txt a {
    color: #2f2f2f;
}
.purity_tagline {
	font-family: 'HelveticaNeueLTStdMd';
	font-weight: normal;
	font-size: 26px;
	line-height: 26px;
	color: #fff;
	padding-top: 90px;
	opacity: 0;
	text-shadow: 0 0 2px #000;
}
.zoom_txt {
	animation: zoomtxt 5s linear infinite;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
@-webkit-keyframes zoomtxt {
  0% {
    font-size: 100%;
  }

  50% {
    font-size: 150%;
  }

  100% {
    font-size: 100%;
  }
}
@keyframes zoomtxt {
  0% {
    font-size: 100%;
  }

  50% {
    font-size: 150%;
  }

  100% {
    font-size: 100%;
  }
}

/*Greenery section start*/
#greenery_section  {
	/*background: url(../images/webp/greenery_section_bg.webp) no-repeat center top;
	background-attachment: fixed; 
	background-size: cover;
	height: 100vh;*/
	padding: 250px 0 60px;	
	position: relative;
    text-align: center;
    overflow: hidden;
	
}
#greenery_section .container, #greenery_section .sec_heading  {
	opacity: 0;
}
#greenery_section .sec_heading {
  animation-delay: 0.3s;
}
#greenery_section .project_offer {
  animation-delay: 0.6s;
}
.leaf_wrap {
    position: absolute;
    top: 20%;
}
.october-leaf {
position: absolute;
top: 0;
background-color: transparent;
background-image: url('../images/webp/leaves.webp');
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
}
#greenery_section .project_offer {
	margin-top: 40px;
}
.project_offer {
    background-color: rgba(0,0,0,0.6);
    border-radius: 10px;
    width: 85%;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0 0 10px #000;
    text-align: center;
    opacity: 0;
}
.project_offer p:first-child {
	font-size: 17px;
	line-height: 23px;
	padding: 30px 20px;
	width: 85%;
	margin: 0 auto;
    text-shadow: 0 0 2px #000;
}

.offer_carousle {
    display: flex;
    position: relative;
}
/*.project_offer .offer_carousle .item {
    border-top: 1px solid rgba(255,255,255,0.42);
    border-left: 1px solid rgba(255,255,255,0.42);
}*/
.offer_carousle .item {
    border-top: 1px solid rgba(255,255,255,0.42);
    border-left: 1px solid rgba(255,255,255,0.42);
}


/*Amenities style*/
#amenities_section {
	padding: 40px 0;
	width: 90%;
	margin: 0 auto;
}
.amenities_tabs {
	margin: 10px 0 30px 0;
	text-align: center;
}
.amenities_tabs a {
	display: inline-block;
	vertical-align: top;
	font-size: 25px;
	line-height: 30px;
	/*background-color: #fff;
	border: 1px solid #3c84bf; */
	color: #fff;
	text-shadow: 0 0 10px #000;
	text-align: center;
	padding: 10px 30px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.3);
	position: relative;
}

.tablink.active:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
  border-right: 20px solid transparent;  
  border-top: 20px solid rgba(0,0,0,0.3);
}
/*.amenities_tabs a.activee {
	background-color: #3c84bf;
	border: 1px solid #3c84bf; 
	color: #fff;
	border-radius: 10px 0 0 10px;
}*/

.amenities_carousle.owl-theme .owl-nav [class*=owl-prev] { 
	font-size: 0;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: url(../images/webp/amt_arrow.webp) no-repeat left center;
	width: 113px;
	height: 100%;
}
.amenities_carousle.owl-theme .owl-nav [class*=owl-next] {  
	font-size: 0;
	padding: 0;
	margin: 0 auto;
	font-size: 0;
	position: absolute;
	right: 20%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: url(../images/webp/amt_arrow.webp) no-repeat right center;
	width: 113px;
	height: 100%; 
}
.amenities_carousle_wrap {
	display: none;
	height: 100%;
}
.location_img {
	/*display: none;*/
	width: 60%;
	margin: 0 auto;
}
.offer_img {
	/*display: none;*/
	width: 60%;
	margin: 0 auto;
}
.tabcontent {
    display: none;
}


/*Footer style*/
#site_footer {
    background-color: #2c2c2c;
    padding: 15px 0;
}
.copyright_txt {
	color: #ffffff;
	font-size: 13px;
	line-height: 18px;

}

.copyright_txt a {
	color: #ffffff;
	text-decoration: none;
}
.copyright_txt a:hover {
	text-decoration: underline;
}


@media only screen and (max-width:1023px){
#disc-bg .content {width: 90%;}

.content-view{ max-height:270px; overflow: auto}

#disc-bg .content p {padding-right:10px;}

.header_wrap {
	position: relative;
	justify-content: space-between;
}
.logo-gpl {
    width: 45%;
}
.logo-ggc {
    width: 45%;
}
.head_center_sec {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topnav ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #000;
    -webkit-box-shadow: 0 0 10px #000000;
    -ms-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
}
.topnav ul li {
    border-right: none;
}
a.menu_trigger {
    position: relative;
    text-decoration: none;
    vertical-align: top;
    display: block;
    padding-bottom: 30px;
    z-index: 99;
}
a.menu_trigger span, a.menu_trigger span:before, a.menu_trigger span:after {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    display: block;
    background-color: #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
    height: 4px;
}
a.menu_trigger span:before {
    top: -8px;
}
a.menu_trigger span:after {
    top: 8px;
}
a.menu_trigger.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
a.menu_trigger.active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
a.menu_trigger.active span {
    background-color: transparent;
}
a.menu_trigger.active span:before {
    top: 0;
}
a.menu_trigger.active span:after {
    top: 0;
}


}

@media only screen and (max-width:767px) {
	 html.iosBugFixCaret,body.iosBugFixCaret
  { 
    -webkit-overflow-scrolling : touch !important; 
    overflow: auto !important; height: 100% !important; 
  }
	
.form-section h2 { font-size: 2.4em!important }
.form-section {
	top: auto!important;
	bottom: 0!important;
	right: 0!important;
	width: 100%!important
}
.form-section .enq-toggle {
	left: 0;
	top: auto;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	height: auto;
	text-align: center;
	padding: 10px 0;
	position: fixed;
	z-index: 999
}
.form-section .enq-toggle i {
	display: inline-block;
	background: #2b66a7;
	font-size: 18px;
	line-height: 25px;
	padding: 5px 15px;
	color: #fff;
	font-style: normal
}
.form-section .enq-toggle.active i {
	width: 40px;
	text-indent: 999px;
	overflow: hidden;
	min-width: inherit;
	border-radius: 50%;
	background: #2b66a7 url(../images/webp/arrow_select.webp) no-repeat center center
}
.form-section .form-inner {
	position: absolute;
	left: 0;
	bottom: -300px;
	width: 100%;
	background: rgba(0,0,0,0.8);
	padding-bottom: 80px;
	transition: all ease .4s;
	opacity: 0;
	visibility: hidden
}
.form-section.open .form-inner {
	bottom: 0;
	opacity: 1;
	visibility: visible
}
.thankyou-msg {
    padding: 10px 5px 80px;
}
.checkbox_txt {
	color: #fff;
}
.checkbox_txt br {
	display: none;
}

.moving_cloud1, .moving_cloud2, .moving_cloud3, .moving_cloud4, .moving_cloud5, .moving_cloud6 {
background-size: 100%;
}

.sec_heading {
    font-size: 30px;
    line-height: 30px;
}

.offer_carousle .item {
    width: 100%;
    border-top: none; 
    border-left: none;
}
.offer_carousle .item h2 {
    font-size: 16px;
    line-height: 23px;
}
#coolness_section {
    padding: 100px 0 30px;
    height: auto;
}
.coolness_offer p:first-child {
	font-size: 14px;
	line-height: 19px;
	padding: 10px 20px;
    width: 100%;
}
/*.coolness_offer  .offer_carousle .item {
    border-top: 1px solid rgba(255,255,255,0.42);
}*/

.offer_carousle .item {
    border-top: 1px solid rgba(255,255,255,0.42);
}
.price_point {
    font-size: 20px;
    line-height: 24px;
}
.cooler_offer_popup {
	background-color: rgba(0,0,0,0.9);
	top: 200px;
	text-align: right;
}
.close_btn {
    position: static;
}
#purity_section {
	    padding: 30px 0 30px;
}
#purity_section p {
	font-size: 14px;
	line-height: 19px;
	padding: 10px 20px;
    width: 100%;
}
.purity_table {
    margin: 10px auto;
}
.purity_row > div {
	font-size: 14px;
	line-height: 19px;
}

.purity_tagline {
    font-size: 18px;
    line-height: 18px;
    padding-top: 30px;
    text-shadow: 0 0 2px #fff;
}
#purity_section p.disc_txt {
    bottom: 0;
}

#greenery_section {
    padding: 40px 0 40px;
    height: auto;
}
.project_offer p:first-child {
    font-size: 14px;
    line-height: 19px;
    padding: 20px 20px;
    width: 100%;
}
/*.project_offer .offer_carousle .item {
    border-top: 1px solid rgba(255,255,255,0.42);
    border-left: none;
}*/
.project_offer .offer_carousle .item {
    border-top: 1px solid rgba(255,255,255,0.42);
    border-left: none;
}
#site_footer {
    padding: 15px 0 80px 0;
}
.amenities_carousle.owl-theme .owl-nav [class*=owl-prev] { 
	background-size: cover;
	width: 50px;
	height: 40%;
}
.amenities_carousle.owl-theme .owl-nav [class*=owl-next] {
	right: 0%;
	background-size: cover;
	width: 50px;
	height: 40%;
}
.offer_img {
	width: 100%;
}
.amenities_tabs a {
	font-size: 18px;
	line-height: 24px;
}
.tablink.active:after {
	bottom: -10px;
	border-left: 10px solid transparent;
  border-right: 10px solid transparent; 
  border-top: 10px solid rgba(0,0,0,0.3);
}
}
