
nav #menuToggle span:before,
nav #menuToggle span:after {
  background: white;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: -250%;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 100%;
}

nav #menuToggle span:after { top: 250%; }

nav a:nth-child(n+2) {
	color: white;
	display: block;
	font-size: 1.3em;
	margin: 30px 0 30px 30px;
}
nav a:nth-child(n+2):after {
	background: #EA7686;
	content: '';
	display: block;
	height: 2px;
	-moz-transition: width 0.5s;
	-o-transition: width 0.5s;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	width: 0;
	margin-top: 0.2em;
}
nav a:nth-child(n+2):hover:after { width: 100%; }

.open { right: 0; }

.open #menuToggle span {
    background: transparent;
    left: 20%;
    top: 45%;
}

.open #menuToggle span:before,
.open #menuToggle span:after {
	background: white;
	top: 0;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open #menuToggle span:after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#menuToggle .navClosed {
	-moz-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	-webkit-transition: background 0.1s linear;
	transition: background 0.1s linear;
}

#menuToggle .navClosed:before,
#menuToggle .navClosed:after {
	-moz-transition: top 0.2s linear 0.1s, -moz-transform 0.2s linear 0.1s;
	-o-transition: top 0.2s linear 0.1s, -o-transform 0.2s linear 0.1s;
	-webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
	-webkit-transition-delay: 0.1s, 0.1s;
	transition: top 0.2s linear 0.1s, transform 0.2s linear 0.1s;
}

#menuToggle .navOpen {
	-moz-transition: background 0.1s linear 0.2s;
	-o-transition: background 0.1s linear 0.2s;
	-webkit-transition: background 0.1s linear;
	-webkit-transition-delay: 0.2s;
	transition: background 0.1s linear 0.2s;
}

#menuToggle .navOpen:before,
#menuToggle .navOpen:after {
	-moz-transition: top 0.2s linear, -moz-transform 0.2s linear;
	-o-transition: top 0.2s linear, -o-transform 0.2s linear;
	-webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
	transition: top 0.2s linear, transform 0.2s linear;
}
/*--//menu-navigation--*/
/*-- //header --*/ 


/*--menu-navigation--*/
nav {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: fixed;
  right: -220px;
  top: 0;
  -moz-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
  width: 220px;
  z-index: 9001;/* IT'S OVER 9000! */
}

nav #menuToggle span {
    background: white;
    display: block;
    height: 10%;
    right: 20%;
    position: absolute;
    top: 45%;
    width: 60%;
}

nav #menuToggle span:before,
nav #menuToggle span:after {
  background: white;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: -250%;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 100%;
}

nav #menuToggle span:after { top: 250%; }

nav a:nth-child(n+2) {
	color: white;
	display: block;
	font-size: 1.3em;
	margin: 30px 0 30px 30px;
}
nav a:nth-child(n+2):after {
	background: #EA7686;
	content: '';
	display: block;
	height: 2px;
	-moz-transition: width 0.5s;
	-o-transition: width 0.5s;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	width: 0;
	margin-top: 0.2em;
}
nav a:nth-child(n+2):hover:after { width: 100%; }

.open { right: 0; }

.open #menuToggle span {
    background: transparent;
    left: 20%;
    top: 45%;
}

.open #menuToggle span:before,
.open #menuToggle span:after {
	background: white;
	top: 0;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open #menuToggle span:after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#menuToggle .navClosed {
	-moz-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	-webkit-transition: background 0.1s linear;
	transition: background 0.1s linear;
}

#menuToggle .navClosed:before,
#menuToggle .navClosed:after {
	-moz-transition: top 0.2s linear 0.1s, -moz-transform 0.2s linear 0.1s;
	-o-transition: top 0.2s linear 0.1s, -o-transform 0.2s linear 0.1s;
	-webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
	-webkit-transition-delay: 0.1s, 0.1s;
	transition: top 0.2s linear 0.1s, transform 0.2s linear 0.1s;
}

#menuToggle .navOpen {
	-moz-transition: background 0.1s linear 0.2s;
	-o-transition: background 0.1s linear 0.2s;
	-webkit-transition: background 0.1s linear;
	-webkit-transition-delay: 0.2s;
	transition: background 0.1s linear 0.2s;
}

#menuToggle .navOpen:before,
#menuToggle .navOpen:after {
	-moz-transition: top 0.2s linear, -moz-transform 0.2s linear;
	-o-transition: top 0.2s linear, -o-transform 0.2s linear;
	-webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
	transition: top 0.2s linear, transform 0.2s linear;
}
/*--//menu-navigation--*/


/*-- Index-Page-Styling --*/


/*-- Slider --*/
.camera_caption h3 {
    font-weight: 500;
    font-size: 3.74em;
    color: #fff;
    text-transform: capitalize;
}
.camera_caption h3 a {
	color: #009688;
}

/*-- //Slider --*/



/*--menu-navigation--*/
.agile-logo a img {
    width: 13%;
    float: left;
}
.camera_caption > div {
    background: #000;
    box-shadow: 4px 0px 6px 0px #fff;
    background: rgba(6, 6, 6, 0.74);
    border-radius: 5px;
    display: inline-block;
    padding: 1em 6em;
}
nav {
  background-color: rgba(0, 0, 0, 0.6);
  height: auto;
  position: fixed;
  right: -220px;
  top: 0;
  -moz-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
  width: 220px;
  z-index: 9001;/* IT'S OVER 9000! */
}
nav #menuToggle span {
    background: white;
    display: block;
    height: 10%;
    left: 20%;
    position: absolute;
    top: 45%;
    width: 60%;
}

nav #menuToggle span:before,
nav #menuToggle span:after {
  background: white;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: -250%;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 100%;
}

nav #menuToggle span:after { top: 250%; }

nav a:nth-child(n+2) {
	color: white;
	display: block;
	font-size: 1.3em;
	margin: 30px 0 30px 30px;
}
nav a:nth-child(n+2):after {
	background: #EA7686;
	content: '';
	display: block;
	height: 2px;
	-moz-transition: width 0.5s;
	-o-transition: width 0.5s;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	width: 0;
	margin-top: 0.2em;
}
nav a:nth-child(n+2):hover:after { width: 100%; }

.open { right: 72px; }

.open #menuToggle span {
    background: transparent;
    left: 20%;
    top: 45%;
}

.open #menuToggle span:before,
.open #menuToggle span:after {
	background: white;
	top: 0;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open #menuToggle span:after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#menuToggle .navClosed {
	-moz-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	-webkit-transition: background 0.1s linear;
	transition: background 0.1s linear;
}

#menuToggle .navClosed:before,
#menuToggle .navClosed:after {
	-moz-transition: top 0.2s linear 0.1s, -moz-transform 0.2s linear 0.1s;
	-o-transition: top 0.2s linear 0.1s, -o-transform 0.2s linear 0.1s;
	-webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
	-webkit-transition-delay: 0.1s, 0.1s;
	transition: top 0.2s linear 0.1s, transform 0.2s linear 0.1s;
}

#menuToggle .navOpen {
	-moz-transition: background 0.1s linear 0.2s;
	-o-transition: background 0.1s linear 0.2s;
	-webkit-transition: background 0.1s linear;
	-webkit-transition-delay: 0.2s;
	transition: background 0.1s linear 0.2s;
}

#menuToggle .navOpen:before,
#menuToggle .navOpen:after {
	-moz-transition: top 0.2s linear, -moz-transform 0.2s linear;
	-o-transition: top 0.2s linear, -o-transform 0.2s linear;
	-webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
	transition: top 0.2s linear, transform 0.2s linear;
}
/*--//menu-navigation--*/
/*-- header --*/
.header {
    padding: 1.5em 0;
    background: #FFC107; 
}
.w3ls-logo h2 {
    font-size: 2.8em;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 900;
    line-height: 0.8em;
}
.w3ls-logo h2 a{
    color: #fff;
	display:block;
	text-decoration:none;
}
.w3ls-header-right {
    margin: 1em 0 0;
}
.w3ls-header-right ul li {
    display: inline-block;
    color: #fff;
    font-size: 1.2em;
    margin-right: 1.5em;
    letter-spacing: 1px;
}
.w3ls-header-right ul li a {
    color: #fff;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.w3ls-header-right ul li a:hover{
    color: #000; 
}
.w3ls-header-right i.glyphicon {
    font-size: 1.1em;
    margin-right: .5em;
}
/*--//header--*/

/*-- banner-text --*/

/*-- //banner-text --*/
.header-top {
     padding: 1em 0 .5em;
    background: rgba(18, 18, 18, 0.45);
}

/* ----- //services ----*/


/* ------ About Ends ------*/ 

/*-- price --*/

/* -- pricing -- */

/*-- menu-navigation --*/
.menu {
    position: relative;
    z-index: 9999;
	float: left;
}
.menu .navicon {
    background: transparent;
    position: relative;
    height: 33px;
    width: 39px;
	top:24px;
    display: block;
    z-index: 99;
    -webkit-transition: linear 0.5s all;
    -moz-transition: linear 0.5s all;
    transition: linear 0.5s all;
	outline: none;
}
.menu .navicon:before, .menu .navicon:after {
	background: #0000A0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	content: "";
	height: 3px;
	left: 0;
	-webkit-transition: 0.8s ease;
	-moz-transition: 0.8s ease;
	transition: 0.8s ease;
	width: 38px;
	background-color: black
}

.menu .navicon:before {
	box-shadow:#0000A0 0 14px 0 0;
	position: absolute;
	top: 0;
}

.menu .navicon:after {
	position: absolute;
	top: 28px;
}

.menu .navicon--active { 
	-webkit-transition: linear 0.5s all;
	-moz-transition: linear 0.5s all; 
	transition: linear 0.5s all;
}

.menu .navicon--active:before {
	box-shadow: transparent 0 0 0 0;
	top: 15px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
.menu .navicon--active:after {
	top: 15px;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
}

.menu .toggle {
    display: block;
    position: absolute;
    width: 250px;
    background-color: #FFF;
    padding: 2em;
	top: 60px;
    left: 9px;
    opacity: 0;
    -webkit-transition: ease-in 0.5s all;
    -moz-transition: ease-in 0.5s all;
    transition: ease-in 0.5s all;
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    z-index: 999;
    -webkit-box-shadow: 0px 0px 7px #696868;
    -moz-box-shadow: 0px 0px 7px #696868;
    box-shadow: 0px 0px 7px #696868;
}
.menu .toggle--active {
	display: block;
	opacity: 1;
	-webkit-transition: ease-in 0.5s all;
	-moz-transition: ease-in 0.5s all; 
	transition: ease-in 0.5s all;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	
}
.menu .toggle-menu li {
    display: block;
    text-align: left;
}
.menu .toggle-menu li a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    text-align: left;
    font-size: 1.2em;
   /*  text-transform: uppercase; */
    -webkit-transition: linear 0.5s all;
    -moz-transition: linear 0.5s all;
    transition: linear 0.5s all;
    font-weight: 400;
    padding: 5px 0;
    margin: 0 auto;
}
.menu .toggle-menu li a.active {
    color: #39cad3;
}
.menu .toggle-menu li a span { text-transform: lowercase; }

.menu .toggle-menu li a:hover {
	color: #20B2AA;
	border-bottom-color:#20B2AA;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all; 
	transition: 0.5s all;
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	font-weight: 700;
}
/*-- //menu-navigation --*/

/*.w3ls-about-bottom:after {
    content: "";
    height: 45px;
    left: 0;
    bottom: -21px;
    position: absolute;
    background: url(../images/bg.png) repeat-x center;
    width: 100%;
}*/
/*-- animate popup --*/ 
/*-- book-ticket-form --*/

/* Dark overlay, start state */

/**
/* Magnific Popup CSS */

/*-- bottom-to-top --*/

/*-- //bottom-to-top --*/
/* -- Responsive code -- */
@media screen and (max-width: 1920px){
	
}
@media screen and (max-width: 1440px){
	#plans {
		min-height: 65em;
	}
	.camera_caption {
		left: 14%;
	}
	.camera_caption > div {
		padding: 1em 4em;
	}
	.camera_caption h3 {
		font-size: 3.5em;
	}
}
@media screen and (max-width: 1366px){
	.price-gd-top h3 {
		padding: 0.18em 0em 0em 0em;
	}
	.camera_caption > div {
		padding: 1em 3em;
	}
	.camera_caption h3 {
		font-size: 3.4em;
	}
}
@media screen and (max-width: 1280px){
	.camera_caption h3 {
		font-size: 3.2em;
	}
	.camera_caption > div {
		padding: 1em 2.6em;
	}
	.price-list {
		padding: 2em 2em 2.31em;
	}
	.priceing-table-main {
		top: 6%;
	}
}
@media screen and (max-width: 1080px){
	h3.w3ls-title {
		font-size: 2.8em;
	}
	#plans {
		min-height: 60em;
	}
	.menu .navicon {
		top: 18px;
	}
	.camera_caption h3 {
		font-size: 2.8em;
	}
	.camera_caption > div {
		padding: 1em;
	}
	.camera_caption {
		width: 74%;
	}
	.w3social-icons.footer-w3icons {
		margin: 1em 9em 0;
	}
	ul.w3l-services-grid li {
		margin: 1em 0em 1em 0;
	}
	.w3l-img2 h4, .w3l-img3 h4, .w3l-img1 h4 {
       margin-top: 14em;
	}
	.about-text-left h2 {
		padding: 0 0 0 1em;
		font-size: 3.2em;
	}
	.about-img {
		margin: 4em 0 9em;
	}
	div#attractions {
		padding: 3em 0 0;
	}
	.attr-text-left {
		width: 27%;
		padding: 0;
		background-size: 100%;
	}
	.attr-text-right {
		width: 73%;
	}
	.price-gd-top h4 {
		font-size: 1.3em;
	}
	ul.park-list li, ul.park-list1 li {
		font-size: 1.1em;
	}
	ul.park-list li {
		font-size: 1.4em;
	}
	ul.park-list1 {
		float: left;
		margin-left: 2em;
		margin-right:0;
	}
	.time-text-padding-agile {
		width: 69%;
		padding-left: 3em;
	}
	.price-gd-top h3 {
		font-size: 4em;
	}
	.priceing-table-main {
		left: 18%;
		width: 64%;
	}
	.price-list {
		padding: 2em 2em 1.1em;
	}
	.price1 {
       min-height: 200px;
	}
	.contact-form input[type="text"], .contact-form input[type="email"] {
		width: 46.7%;
	}
	.datew3-agileits-info p {
		width: 53%;
	}
	.timings.w3ls-about-bottom{
		padding:0;
	}
	.datew3-agileits-info h5, .datew3-agileits-info h5 {
		line-height: 1.5;
    }
	figure.effect-bubba h4 {
		padding-top: 16%;
	}
	
}
@media screen and (max-width: 1050px){
	.camera_caption {
		width: 77%;
		left: 12%;
	}
	.priceing-table-main {
		left: 13%;
		width: 74%;
	}
	.price1 {
		min-height: 182px;
	}
	.price-list {
		padding: 2em 2em 1.5em;
	}
	.priceing-table-main {
		left: 12%;
		width: 76%;
	}
	.price-gd-top h3 {
		font-size: 3.2em;
		padding: 0.1em 0em 0em 0em;
	}
	#plans {
		min-height: 56em;
	}
}
@media screen and (max-width: 1024px){
	.camera_caption {
		width: 75%;
	}
	.camera_caption {
		left: 13%;
	}
	.price-list {
		padding: 1.8em 2em 0;
	}
	.camera_caption {
		width: 75%;
		left: 13%;
	}
	li.phone {
		font-size: 1.8em;
	}

}
@media screen and (min-width: 991px){
.price-block {
	display:flex;
}
}
@media screen and (max-width: 991px){
	.w3social-icons.footer-w3icons {
		margin: 1em 3em 0;
	}
	.agile-logo a img {
		width: 17%;
	}
	li.phone {
		font-size: 1.7em
	}
	li.phone {
		font-size: 1.7em;
	}
	.gallery-agileinfo figure .figcaption {
		padding: 1em; 
	}
	figure.effect-bubba .figcaption::before, figure.effect-bubba .figcaption::after { 
		top: 15px;
		right: 15px;
		bottom: 15px;
		left: 15px; 
	}
	.gallery-agileinfo .figcaption h4 { 
		font-size: 2em; 
	} 
	figure.effect-bubba p {
		padding: .8em 1em; 
	}
	.gallery-w3lstop,.gallery-w3bottom {
		padding: 0 .5em;
	}
	.gallery-w3bottom {
		margin: 1em 0;
	}
	.mis-stage {
		height: 340px !important;
	}
	.wthree-service-right {
		margin-top: 3em;
	}
	.w3l-img1 {
		width: 51%;
	}
	.about-text-left h2 {
		padding: 0 0 0 0em;
	}
	.about-text {
		padding: 1em 0 0 3em;
	}
	.about-text p {
		width: 100%;
	}
	.attr-text-left {
		width: 32%;
		min-height: 255px;
		float: left;
	}
	.timings.w3ls-about-bottom {
		padding: 2em 0 0;
	}
	.attr-text-left {
		width: 36%;
		float: none;
	}
	.time-text-padding-agile {
		width: 60%;
	}
	.time-img {
		min-height: 150px;
	}
	.attr-text-right {
		width: 100%;
	}
	.time-text-padding-agile {
		width: 64%;
	}
	ul.park-list, ul.park-list1 {
		padding: 0em 0 0;
	}
	.time-img {
		width: 30%;
	}
	.timings.w3ls-about-bottom {
		padding: 2em 0;
	}
	.price1 {
		width: 100%;
		float: none;
	}
	.price-grid {
		width: 46%;
		margin: 0 1em;
		float: left;
	}
	.price-grid {
		width: 100%;
		margin: 0 auto;
	}
	.price-gd-top h5 {
		padding: 0em 2em 0 0em;
	}
	.datew3-agileits-info {
		width: 70%;
	}
	.price-gd-top h3 {
		padding: 0.15em 0em 0em 0em;
	}
	.price-list {
		padding: 1em 2em 0;
	}
	div#attractions {
		padding: 3em 0 0;
	}
	.datew3-agileits-info p,.datew3-agileits-info.datew3-agileits-info-fltlft p {
		width: 100%;
	}
	.priceing-table-main {
		top: 3%;
	}
	.address {
		width: 33%;
		float: left;
	}
	.address.address-mdl {
		padding-left: 2em;
		margin:0;
	}
	form.form_w3layouts {
		margin: 3em 0 0;
	}
	.contact-right {
		margin-top: 2em;
	}
	.contact-form input[type="text"], .contact-form input[type="email"] {
		width: 48%;
	}
	.agile-footer:before {
		top: 80px;
		background-size: 93%;
	}
	.camera_caption {
		width: 76%;
		left: 12%;
	}
}
@media screen and (max-width: 900px){
	.camera_caption h3 {
		font-size: 2.5em;
	}
	.price-grid {
		width: 29%;
		margin: 0 1em;
	}
	.price-list {
		padding: 1em 1em 0;
	}
	#plans {
		min-height: 52em;
	}
	.datew3-agileits-info {
		width: 78%;
	}
	.slid h5 {
        width: 120px;
		height: 120px;
		padding: 0.4em 0;
	}
	.agile-footer:before {
		top: 67px;
	}
	.w3_agile-footer-grids {
		padding: 3em 0 18.5em;
	}
	.w3l-img1 {
		width: 49%;
	}

}
@media screen and (max-width: 800px){
	.menu .toggle-menu li a {
      font-size: 1.1em;
	}
	menu .toggle {
       width: 207px;
		top: 60px;
	}
	.camera_caption h3 {
		font-size: 2.2em;
	}
	.about-text-left h2 {
		font-size: 3em;
	}
	.camera_caption {
		width: 76%;
	}
	.w3l-img2 {
		width: 100%;
		left: -89%;
	}
	.about-img {
		margin: 4em 0 6em;
	}
	.price-gd-top h5 {
		padding: 0em 2em 0 0em;
	}
	.price-gd-top h4 {
		padding: 0.75em 0em;
	}
	h3.w3ls-title {
		font-size: 2.5em;
	}
	.w3l-img1 {
		width: 45%;
	}
	.w3l-img3 {
		width: 85%;
		top: 13%;
		right: -68%;
	}
	.w3l-img2{
		width: 85%;
		top: 13%;
		left: -68%;
	}
	.agile-footer:before {
		top: 41px;
	}
	.datew3-agileits-info h5, .datew3-agileits-info h5 {
		font-size: 1.4em;
	}
	.slid h4 {
		font-size: 2.8em;
	}
	.w3_agile-footer-grids {
		padding: 3em 0 15.5em;
	}
	.map iframe {
		min-height: 300px;
	}
	.w3_agile-footer1 h5 {
		font-size: 1em;
	}
	.price-grid {
		width: 28%;
	}
}
@media screen and (max-width: 768px){
	.camera_caption h3 {
		font-size: 2.1em;
	}
	.menu .toggle-menu li {
		margin: 5px auto;
	}
	.menu .navicon {
		height: 33px;
		width: 39px;
	}
	.menu .toggle-menu li a {
		font-size: 1em;
	}
	.menu .toggle {
		padding: 1.5em;
		width:218px;
	}
	.price-grid {
		width: 28%;
	}
	.agileinfo-about-title h1 {
		font-size: 2.2em;
	}	
	.menu .navicon:before, .menu .navicon:after {
		width: 38px;
	}
	.slid {
        padding: 3em 0;
	}
	.slid h5 {
		font-size: 3em;
	}
	.slid h5 {
		padding: 0.6em 0;
	}
	h3.w3ls-title {
		font-size: 2.6em;
	}
	.about-text-left h2 {
		font-size: 2.6em;
	}
	contact-form h5 {
		font-size: 1.8em;
	}
	.agile-footer:before {
		top: 47px;
	}
	.agileits_w3layouts-copyright {
		padding: 1em 0;
	}
	
}
@media screen and (max-width: 736px){
	.camera_caption h3 {
		font-size: 2em;
	}
	.about-text-left h2 {
		padding-left: 0.5em;
	}
	ul.park-list1 {
		margin-left: 1em;
	}
	.priceing-table-main {
		left: 7%;
		width: 88%;
	}
	.price-list {
		padding: 1em 1em 0 1em;
	}
	.slid h4 {
		font-size: 2.5em;
	}
	.attr-text-right {
		padding-top: 1em;
	}
	.contact-form input[type="text"], .contact-form input[type="email"] {
		width: 47.9%;
	}
	.agile-footer:before {
		top: 138px;
	}
	.w3_agile-footer1.f3 {
		width: 100%;
		float: none;
		padding: 0 2em;
		margin: 2em auto 0;
	}
}
@media screen and (max-width: 667px){
	.w3social-icons ul li a {
		width: 30px;
		height: 30px;
		line-height: 2em;
	}
	.camera_caption h3 {
		font-size: 1.8em;
	}
	li.phone {
		font-size: 1.5em;
	}
	.w3social-icons.footer-w3icons {
		margin: 1em 2em 0;
	}
	.priceing-table-main {
		left: 2%;
		width: 98%;
	}
	.menu .navicon:before, .menu .navicon:after {
		width: 30px;
	}
	.w3ls-section {
		padding: 3em 0;
	}
	.w3l-img2,.w3l-img3,.w3l-img1 {
	    min-height: 317px;
	}
	.about-img {
		margin: 4em 0 2em;
	}
	.w3_agile-attractions-bottom {
		padding: 2em 0 3em;
	}
	.w3l-img2, .w3l-img3 {
		background-position: -220px -22px;
	}
	.w3l-img2 h4, .w3l-img3 h4, .w3l-img1 h4 {
		margin-top: 11em;
	}
	.w3_agile-attractions-bottom {
		padding: 4em 0 3em;
	}
	.time-text-padding-agile {
		width: 75%;
	}
	.time-img {
		width: 25%;
	}
	.price1 {
		min-height: 137px;
	}
	.slid h5 {
		width: 100px;
		height: 100px;
		padding: 0.5em 0;
	}
	.w3l-img3-text {
		margin-top: 17em;
	}
	.w3l-img2 h4, .w3l-img3 h4, .w3l-img1 h4 {
       padding: 0.6em 0 0;
	}
	.slid h5 {
		font-size: 2.5em;
	}
	.gallery-agileinfo .figcaption h4 {
		font-size: 1.6em;
	}
	figure.effect-bubba h4 {
		padding-top: 15%;
	}
	figure.effect-bubba p {
		padding: .8em 0.5em;
	}
	.contact-form input[type="text"], .contact-form input[type="email"] {
		width: 47.6%;
	}
	.agile-footer:before {
		top: 151px;
	}
	.address.address-mdl {
		padding-left: 3em;
	}
}
@media screen and (max-width: 640px){
	.w3social-icons.footer-w3icons {
		margin: 1em 1em 0;
	}
	.camera_caption {
		left: 11%;
	}
	.about-text-left h2 {
		font-size: 2.5em;
	}
	.wthree-service-left p {
       width: 88%;
	}
	.time-text-padding-agile {
		width: 74%;
	}
	ul.park-list1 {
		margin-left: 1.5em;
	}
	.price-gd-bottom {
		padding: 0 0 1em 0em;
	}
	.price-gd-top h3 {
		font-size: 3em;
	}
	.slid h4 {
		font-size: 2.2em;
	}
	.contact-form input[type="text"], .contact-form input[type="email"] {
		width: 47.5%;
	}
	.agile-footer:before {
		top: 125px;
	}
	.map iframe {
		min-height: 250px;
	}
	.address.address-mdl {
		padding-left: 1em;
	}
	ul.park-list li {
		font-size: 1.36em;
	}
	#plans {
		min-height: 46em;
	}
}
@media screen and (max-width: 600px){
	.w3social-icons.footer-w3icons {
		margin: 1em 1em 0 0.5em;
	}
	.w3social-icons ul li a {
      font-size: 1em;
	  width: 28px;
	  height: 28px;
	}
	.camera_caption h3 {
		font-size: 1.7em;
	}
	.service-img.w3-simg5 {
		min-height: 160px;
	}
	.wthree-service-right1.wthree-service-rightgrid {
		margin-top: 5em;
	}
	.wthree-service-left p {
		width: 92%;
	}
	.w3l-img1 {
		width: 89%;
		position: inherit;
		height: 100px;
		margin-bottom: 30em;
	}
	.w3l-img3-text {
		margin-top: -74.5em;
	}
	.w3l-img3, .w3l-img2 {
		position: inherit;
		width: 73%;
		top: 0%;
		 -webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform:rotate(0deg);
		transform: rotate(0deg);		
		background-size: 100%;
	}
	.price-grid {
		width: 27%;
	}
	.w3l-img3, .w3l-img2 {
       margin: 3em 0 0;
	}
	 .w3l-img2 {
		margin-top: 23em;
	 }
	.w3l-img3,.w3l-img2 {
		position: inherit;
		width: 100%;
		top: 0%; 
		background-position: 0px 0px;
		right: 0; 
	}
	div#attractions {
		padding: 3em 0 0em;
	}
	.w3_agile-attractions-bottom {
		padding: 23em 0 3em;
	}
	.agileinfo-about-title h1 {
		font-size: 2.3em;
	}
	ul.park-list li {
		font-size: 1.3em;
	}
	.about-text-left h2 {
		font-size: 2.8em;
	}
	.about-text-left h2 {
		font-size: 2.5em;
	}
	.time-img {
		float: right;
	}
	.attr-text-right {
		padding-top: 0;
	}
	#plans {
		min-height: 49em;
	}
	.time-text-padding-agile {
		padding-left: 1em;
	}
	.price-list {
		padding: 1em 1em 0 1.5em;
	}
	.contact-form input[type="text"], .contact-form input[type="email"] {
		width: 47.3%;
	}
	.agile-footer:before {
		top: 132px;
	}
	.contact-form h5 {
		font-size: 1.8em;
	}
	
}
@media screen and (max-width: 568px){
	.time-text-padding-agile {
		width: 100%;
	}
	.menu .navicon--active:before {
		top: 15px;
	}
	.menu .navicon--active:after {
		top: 19px;
	}
	.agileinfo-about-title h1 {
		font-size: 2em;
	}
	li.phone {
		font-size: 1.2em;
	}
	.menu .navicon {
		top: 12px;
	}
	.w3social-icons ul li {
		margin: 0 0.2em;
	}
	.w3social-icons.footer-w3icons {
		margin: 1em 3em 0;
	}
	.menu .navicon--active:before {
		top: 20px;
	}
	.agileinfo-sleft1 h5 {
		font-size: 1.3em;
	}
	.service-img.w3-simg5 {
		min-height: 135px;
	}
	.wthree-service-right1.wthree-service-rightgrid {
		margin-top: 4em;
	}
	.wthree-service-right {
		margin-top: 2em;
	}
	.about-img {
		margin: 3em 0 2em;
	}
	.w3_agile-attractions-bottom {
		padding: 24em 0 3em;
	}
	.w3ls-section {
		padding: 2.5em 0;
	}
	.datew3-agileits-info {
		width: 82%;
	}
	h3.w3ls-title {
		font-size: 2.3em;
	}
	.attr-text-left {
		width: 43%;
	}
	figure.effect-bubba h4 {
		padding-top: 12%;
	}
	.contact-form h5 {
		font-size: 1.5em;
	}
	.w3_agile-footer1 h5 {
		font-size: 1em;
	}
	.agile-footer:before {
		top: 176px;
	}
	.w3_agile-footer-grids {
		padding: 3em 0 12.5em;
	}
	.agile-footer:before {
		top: 128px;
	}
	.contact-form input[type="text"], .contact-form input[type="email"] {
		width: 47.2%;
	}
	.contact-form h5 {
		font-size: 1.8em;
	}
	.inner-li {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 2em;
	}
	.agile-footer:before {
		top: 386px;
	}
	.w3_agile-footer1.f3{
		text-align: center;
		margin: 0;
	}
	ul.footer-social-icons li {
		margin: 0 1em 0;
	}
}
@media screen and (max-width: 480px){
	.w3social-icons.footer-w3icons {
		margin: 1em 0.5em 0;
	}
	.camera_caption h3 {
		font-size: 1.4em;
	}
	.menu .navicon:before, .menu .navicon:after {
		width: 32px;
	}
	.menu .navicon {
		height: 37px;
		width: 33px;
	}
	.menu .navicon:before {
		box-shadow: #fff 0 13px 0 0; 
	}
	.menu .navicon--active:before {
		box-shadow: transparent 0 0 0 0; 
	}
	.menu .toggle {
		width: 200px;
	}
	.agileinfo-about-title h1 {
		font-size: 2.1em;
	}
	.gallery-w3lstop, .gallery-w3bottom {
		padding: .5em;
		width: 100%;
	}
	.gallery-w3bottom {
		margin: 0; 
	}
	.gallery-agileinfo {
		margin-top: 2em;
	}
	.mis-slider li img {
		width: 45%;
	}
	.mis-stage {
		height: 365px !important;
	}
	.mis-nav-list {
		bottom: 1.5em;
	}
	.attr-text-left {
		width: 56%;
	}
	.priceing-table-main {
		left: 12%;
		width: 70%;
	}
	.price-grid {
		width: 100%;
	}
	.priceing-table-main {
		left: 17%;
	}
	.price-grid {
		width: 88%;
	}
	#plans {
		padding-bottom: 98em;
	}
	h3.w3ls-title {
		font-size: 2.1em;
	}
	figure.effect-bubba h4 {
		padding-top: 13%;
	}
	.datew3-agileits,.datew3-agileits-info {
		width: 100%;
	}
	.datew3-agileits-info{
		margin:1em 0;
	}
	.address {
		width: 100%;
		float: none;
	}
	.address.address-mdl {
		padding: 0;
		margin: 3em 0;
	}
	.contact-form input[type="text"], .contact-form input[type="email"] {
		width: 100%;
	}
	input.email {
		margin: 2em 0 0;
	}
	.w3_agile-footer1 h5 {
		line-height: 1.5;
	}
	.agile-footer:before {
		top: 171px;
	}
	.contact-form {
		padding: 0;
	}
	.w3_agile-footer1.f3 {
       text-align: center;
	   margin:0;
	}
	
	ul.footer-social-icons li {
		margin: 0 1em 0;
	}
	.agile-footer:before {
		top: 396px;
	}
	.w3_agile-footer-grids {
		padding: 3em 0 9.5em;
	}

}
@media screen and (max-width: 414px){
	.agile-logo a img {
		width: 29%;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.w3social-icons.footer-w3icons {
		margin: 1em 1em 0 0em;
	}
	.agileinfo-about-title h1 {
		font-size: 1.6em;
	}
	.agileinfo-sleft1 h5 {
		font-size: 1.1em;
	}
	ul.w3l-services-grid {
		margin-top: 0em;
	}
	.camera_caption h3 {
		font-size: 1.2em;
	}
	.camera_caption {
        top: 52%;
	}
	.about-text-left h2{
		width:57%;
	}
	ul.w3l-services-grid.w3l-services-grid2 {
		margin-left: 2.7em;
	}
	.mis-stage {
		height: 340px !important;
	}
	ul.park-list1 {
		margin-left: 1em;
	}
	ul.park-list li {
		font-size: 1.3em;
	}
	ul.park-list1 li {
		font-size: 1em;
	}
	.time-img {
		width: 31%;
	}
	.datew3-agileits-info h5, .datew3-agileits-info h5 {
		font-size: 1.3em;
	}
	#plans {
		padding-bottom: 101em;
	}
	.slid p {
		width: 80%;
		font-size: 1.2em;
	}
	.w3ls-section {
		padding: 2.5em 0;
	}
	.inner-li,.w3_agile-footer1.f3{
		width: 100%;
		float: none;
		text-align:center;
	}
	ul.footer-social-icons li {
		margin: 0 1em 0;
	}
	.agile-footer:before {
		top: 416px;
	}
}
@media screen and (max-width: 384px){
	li.phone {
		font-size: 1em;
	}
	.camera_caption h3 {
		font-size: 1.1em;
	}
	.wthree-service-left p {
		width: 100%;
	}
	.about-text-left h2 {
		width: 100%;
	}
	.time-text-padding-agile {
		padding-left: 0;
	}
	ul.park-list1 li {
		font-size: 0.9em;
		margin: 1.3em 0;
	}
	.priceing-table-main {
		left: 13%;
	}
	.priceing-table-main {
		left: 12%;
		width: 78%;
	}
	.w3_agile-footer-grids {
		padding: 2em 0 9.5em;
	}
	.agile-logo a img {
		width: 23%;
	}
	.agile-footer:before {
		top: 401px;
	}
	ul.w3l-services-grid {
        margin-left: 1em;
	}
	ul.w3l-services-grid.w3l-services-grid2 {
		margin-left: 1.6em;
	}
	ul.w3l-services-grid li {
       font-size: 1em;
	}
}
@media screen and (max-width: 375px){
	.agileinfo-about-title h1 {
		font-size: 1.8em;
	}
	.mis-slider figcaption span {
		padding-left: 3em;
		padding-right: 2em;
	}
	.agile-footer:before {
		top: 425px;
	}
	ul.park-list li {
		font-size: 1.2em;
	}
	ul.park-list1 li {
		margin: 1.1em 0;
	}
	
}
@media screen and (max-width: 320px){
	
	.menu .navicon {
		top: -26px;
	}
	
	.header-top {
		height: 108px;
	}
	
	.header-top .container {
		padding: 0 3px;
	}
	
	.camera_caption h3 {
		font-size: 1em;
	}
	.agileinfo-about-title span {
		font-size: 1.1em;
	}
	.wthree-service-left p {
		font-size: 0.9em;
	}
	.w3ls-section {
		padding: 2em 0;
	}
	ul.w3l-services-grid {
		margin: 1em 1em 0;
	}
	ul.w3l-services-grid.w3l-services-grid2 {
		margin-top: 0;
		margin-left: 1em;
	}
	h3.w3ls-title {
		font-size: 1.8em;
	}
	ul.park-list li {
		font-size: 1.1em;
	}
	ul.park-list1 li {
		font-size: 0.875em;
	}
	ul.park-list li, ul.park-list1 li {
       letter-spacing: 0px;
	}
	.time-img {
		width: 43%;
	}
	.priceing-table-main {
		left: 5%;
		width: 94%;
	}
	#plans {
		padding-bottom: 105em;
	}
	h3.w3ls-title {
		font-size: 1.7em;
	}
	ul.park-list1 {
		margin-left: 0em;
	}
	.time-img {
		width: 38%;
	}
	ul.park-list li {
		font-size: 0.9em;
		margin: 1em 0;
	}
	.attr-text-left {
		width: 32%;
		min-height: 176px;
	}
	.priceing-table-main {
		left: 4%;
		width: 85%;
	}
	.priceing-table-grids {
		margin: 2em 0 0 0;
	}
	.datew3-agileits-info h5, .datew3-agileits-info h5 {
		font-size: 1.2em;
	}
	.slid h4 {
		font-size: 1.5em;
	}
	.slid p {
		width: 100%;
	}
	.contact-form input[type="submit"], .contact-form input[type="reset"] {
       padding: .8em 2em;
	}
	.attr-text-left {
       min-height: 192px;
	}
	.service-img.w3-simg5 {
		min-height: 95px;
	}
	.service-img.w3-simg1 {
		min-height: 100px;
	}
	.service-img.w3-simg4,.service-img.w3-simg2 {
		min-height: 125px;
	}
	.menu .navicon:before, .menu .navicon:after {
		width: 27px;
	}
	.menu .navicon {
		top: 11px;
	}
	.mis-stage {
		height: 313px !important;
	}
	.w3_agile-footer-grids {
		padding: 3em 0 10.5em;
	}
	.agile-footer:before {
		top: 406px;
	}
	ul.w3l-services-grid li {
		margin: 0.5em 0em 1em 0;
	}
}
/* -- //Responsive code -- */
            