body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Roboto', sans-serif;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus, a:hover {
	text-decoration: none;
}

input[type="button"], input[type="submit"], button.btn, button.btn:hover {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Josefin Sans', sans-serif;
}

p{
	font-size:1em;
	color:#999;
	line-height:1.8em;
	font-family: 'Roboto', sans-serif;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}

img {
	width: 100%;
}

a:focus, a:hover {
	text-decoration: none;
	outline: none;
}

/*-- //Reset-Code --*/
/*-- header --*/ 

li.phone {
    color: #fff;
    font-size: 2em;
    text-transform: capitalize;
    font-weight: 600;
}
/*-- social-icons --*/  
.w3social-icons ul li {
    display: inline-block;
    margin: 0 0.5em;
}
.w3social-icons ul li a {
    color: #fff;
    font-size: 1.1em;
    display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 2.3em;
}
.w3social-icons ul li a:hover {
    color: #fff;
}
.w3social-icons.footer-w3icons {
    float: left;
    margin: 1em 15em 0;
}
.fb{
	background:#3a6bb6;
}
.tw{
	background:#37ebfb;
}
.yt{
	background:#f93648;
}
/*-- //social-icons --*/
.mis-nav-list li.mis-current a, .mis-nav-list li a:hover {
    background: #1aafd0;
    border: 2px solid #00bcd5;
}
.camera_caption {
    display: block;
    position: absolute;
    width: 70%;
    left: 16%;
    top: 44%;
    text-align: center;
}
/*--//banner--*/
/*--menu-navigation--*/

.header-top {
    position: absolute;
    z-index: 99999;
    width: 100%;
}
nav #menuToggle {
    background: #EA7686;
    display: block;
    position: relative;
    height: 40px;
    left: -115px;
    top: 54px;
    width: 46px;
}

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: 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%;
    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: 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 {  
    text-align: center;
}
.w3ls-title h3 {
    font-size: 2em;
    color: #fff;
    display: inline-block;
    padding: .5em 1em; 
    background: rgba(123, 104, 238, 0.58);
}
.w3ls-bottom-text {
    margin-bottom: 3em;
}
.w3ls-bottom-text ul {
    display: inline-block; 
    border: 1px solid #fff;
}
.w3ls-bottom-text li {
    display: inline-block;
    padding: 1.5em;
    border-left: 1px solid #fff;
}
.w3ls-bottom-text li:nth-child(1){
	border:none;
}
.w3ls-bottom-text li h3 {
    font-size: 3em;
    color: #fff;
    font-weight: 800;
}
.w3ls-bottom-text p{
	color:#fff;
}
/*-- //banner-text --*/
.header-top {
     padding: 1em 0 .5em;
    background: rgba(18, 18, 18, 0.45);
}
.social-icons {
    float: left;
}
.social-icons a i {
    width: 32px;
    height: 32px;
    background:#34495e   url(../images/img-sprite.png) no-repeat 0px 0px;
    display: inline-block;
	margin:0 0.2em;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	 border-radius: 6px 6px 5px 10px;
}
.social-icons i.icon:hover {
  background: #34495e   url(../images/img-sprite.png) no-repeat 0px 0px;
      transform: rotateY(360deg);
}
.social-icons i.icon {
    background-position: 0px 0px;
}
.social-icons i.icon1 {
    background-position: -32px 0px;
}
.social-icons i.icon1:hover {
  background: #34495e   url(../images/img-sprite.png) no-repeat -32px 0px;
      transform: rotateY(360deg);
}
.social-icons i.icon2 {
    background-position: -64px 0px;
}
.social-icons i.icon2:hover {
  background: #34495e   url(../images/img-sprite.png) no-repeat -64px 0px;
      transform: rotateY(360deg);
}
.social-icons i.icon3 {
    background-position: -96px 0px;
}
.social-icons i.icon3:hover {
  background: #34495e   url(../images/img-sprite.png) no-repeat -96px 0px;
      transform: rotateY(360deg);
}
.detail {
    float: left;
    margin: 3em 17em;
}
.detail li i {
    padding: 0em 1em 0;
}
.detail ul li {
    display: inline-block;
    font-size: 1em;
    margin: 0 0.5em;
    color: #fff;
}
.indicat span{
	font-size: 1em;
    color: #222;
}
.w3ls-section{
	padding:4em 0;
}

/* ----- services ----*/
ul.w3l-services-grid {
    list-style-type: square;
    float: left;
    margin-left: 2em;
    margin-top: 1.5em;
}
ul.w3l-services-grid li {
    margin: 6px 0;
}
div#attractions h3 {
    color: #fff;
}
.wthree-service-left h4 {
    color: #000;
    font-size: 2em;
    text-transform: capitalize;
}
ul.w3l-services-grid.w3l-services-grid2 {
    float: left;
    margin-left: 4em;
}
ul.w3l-services-grid li {
    color: #00bcd4;
    font-size: 1.1em;
    margin: 1em 2em 1em 0;
    text-transform: capitalize;
}
.wthree-service-left p {
    margin: 2em 0;
    width: 83%;
}
.agileinfo-sleft1 h5 {
    text-transform: capitalize;
    font-size: 1.5em;
    display: inline-block;
    background: #ea4c89;
    padding: 0.5em 1em;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}
.service-img {
    margin-bottom: 1em;
    margin-right: 1em;
}
.service-img.w3-simg1{
	background: url(../images/b5.jpg) no-repeat center;
	min-height:200px;
	background-size:cover;
}
.service-img.w3-simg2{
	background: url(../images/a1.jpg) no-repeat center;
	min-height:200px;
	background-size:cover;
	float:right;
}
.service-img.w3-simg3{
	background: url(../images/b2.jpg) no-repeat center;
	min-height:200px;
	background-size:cover;
}
.service-img.w3-simg4{
	background: url(../images/b3.jpg) no-repeat center;
	min-height:200px;
	background-size:cover;
}
.service-img.w3-simg5{
	background: url(../images/b4.jpg) no-repeat center;
	min-height:200px;
	background-size:cover;
}
.wthree-service-right1{
	padding:0;
}
.wthree-service-right1.wthree-service-rightgrid {
    margin-top: 8em;
}
/* ----- //services ----*/
.about{
background:#3db2e6;
}
div#attractions {
    background:#ea4c89;
    padding: 6em 0 0;
}
h3.w3ls-title {
    color: #00bcd5;
    font-size: 3em;
    text-align: center;
	text-transform:capitalize;
	margin-bottom:1em;
}
.agileinfo-about-title span {
    font-size: 1.3em;
    font-weight: 600;
    text-align: left;
    color: #ea4c89;
    text-transform: uppercase;
}
.agileinfo-sleft1 i {
    margin: 0 0.5em 0 0;
    font-size: 2em;
    color: #00bcd4;
}
.agileinfo-about-title h1 {
    font-size: 2.5em;
    color: #000;
    font-weight: 600;
    margin: 0.1em 0;
    text-transform: uppercase;
}
.agileinfo-about-title {
    border-left: 10px solid #00bcd4;
    padding-left: 1em;
}
.w3_agile-attractions-bottom {
    padding: 2em 0 4em;
}
.about-img {
    margin: 5em 0 11em;
}
.w3l-img1 {
    width: 42%;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    background: url(../images/a2.jpg) no-repeat center;
    min-height: 400px;
    border: 15px solid #fff;
}
.w3l-img1 img{
width: 90%;
padding: 0px;
margin: 0px;
border: 10px solid #fff;
}
.w3l-img3-text {
    margin-top: 23em;
}
.w3l-img2 {
    width: 90%;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 17%;
    left: -74%;
    background: url(../images/a3.jpg) no-repeat center;
    min-height: 400px;
    border: 15px solid #fff;
    -webkit-transform: rotate(-11deg);
    -moz-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    -o-transform: rotate(-11deg);
    transform: rotate(-7deg);
}
.w3l-img2 h4, .w3l-img3 h4, .w3l-img1 h4 {
    background: #fff;
    border: 1px solid #ffffff;
    padding: 0.6em 0;
    margin-top: 18em;
    display: block;
    font-size: 1.7em;
    color: #d61e3a;
    text-transform: capitalize;
    font-family: 'Chewy', cursive;
	text-align:center;
}
.w3l-img2 img{
	width:60%;
	padding:0px;
	margin:0px;
	border: 7px solid #000;
}
.w3l-img3 {
    width: 90%;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 18%;
    right: -74%;
    border: 15px solid #fff;
    background: url(../images/a4.jpg) no-repeat center;
    min-height: 400px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(8deg);
}

.w3l-img3 img{
width:60%;
padding:0px;
margin:0px;
border: 7px solid #000;
}
.about-text {
    padding: 1em 0;
    color: #fff;
}
.time-text-padding-agile{
	 width: 70%;
    float: left;
    padding-left:3em;
}
.about-text-padding-agile {
    padding-top: 0px;
}
.about-text h4{
font-size:26px;
color:#000;
}
.about-text p {
    width: 85%;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
}  
.about-text-left h2 {
    font-size: 3.5em;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    width: 50%;
    padding: 0 0 0 2em;
    line-height: 1.2;
}
.w3ls-about-bottom {
    background: #00bcd4;
}

/* ------ About Ends ------*/ 

/*-- price --*/
#plans {
    background: #000;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
	position: relative;
}
.priceing-table-main {
    position: absolute;
    top: 6%;
    left: 22%;
    width: 59%;
}
h3.title-w3.three {
    color: #fff;
}
.priceing-table-grids {
    width: 100%;
	 margin: 3em 0 0 0;
}
.price-list ul {
    padding: 0px;
    list-style: none;
}
.price-gd-top {
    background:#ea4c89;
    text-align: center;
}
.price-gd-top h4 {
  font-size: 1.4em;
    color: #fff;
    padding: 0.75em 1em;
    background: #d83675;
	letter-spacing: 1px;
	text-transform:capitalize;
}
.price-gd-top h3 {
    padding: 0.15em 0em 0em 0em;
      font-size: 5em;
    color: #fff;
}
.price-gd-top h3 span {
    font-size: 30px;
    vertical-align: top;
}
.price-gd-top h5 {
    font-size: 1.1em;
    color: #fff;
    padding: 0em 3em 0 0em;
    text-align: right;
	    letter-spacing: 1px;
}
.price-gd-bottom {
    background: rgba(255, 255, 255, 0.13);
    padding: 1em 0em;
}
.price-gd-top.pric-clr2 h4 {
       background: #6ba52c;
}
.price-gd-top.pric-clr2 {
    background:#8aba56;
}
.price-selet.pric-sclr2 a {
     background: #6ba52c;
}
.price-gd-top.pric-clr3 {
	background:#ff8833;
}
.price-gd-top.pric-clr3 h4 {
    background: #ec741f;
}
.price-gd-top.pric-clr4 {
	background:#00b6e3;
}
.price-gd-top.pric-clr4 h4 {
	background: #049dc3;
}
.price-selet.pric-sclr4 a {
    background: #049dc3;
}
.price-selet.pric-sclr3 a {
    background: #ec741f;
}
.price-list h4 {
    font-size: 1.5em;
    margin-bottom: 1em;
    color: #fff;
}
.price-list ul li {
    padding: 0.5em 0em;
    font-size: 0.9em;
    color: #2b2b2b;
    display: inline-block;
}
.price-selet {
    padding: 1em 0em;
    text-align: center;
}
.price-list i {
    color: #fff;
}
.price-selet a {
    font-size: 1.1em;
    color: #fff;
    display: block;
}
.price-selet a {
    font-size: 1em;
    color: #ffffff;
    display: inline-block;
    padding: 0.5em 2em;
    background: #d83675;
    text-transform: capitalize;
    text-decoration: none;
}
.price-block {
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    margin-bottom: 2em;
}
.price-block:hover,.w3layouts-pricing:hover,.w3-agileits-vpn-grid:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 1;
}
h6.bed{
	color:#ea4c89;
	font-size: 3em;
    margin: 2px 0;
}
h6.bed.two{
	color:#8aba56;
}
h6.bed.three{
	color:#ff8833;
}
h6.bed.four{
	color:#00b6e3;
}
.price1 {
    background: url(../images/p1.jpg) no-repeat center;
    background-size: cover;
    min-height: 218px;
	padding:0;
}
.price1 h4 {
    color: #000;
    background: #fff;
    display: inline-block;
    padding: 0.6em 1em;
    margin: 1em 0 0;
    font-size: 1.5em;
    text-transform: capitalize;
}
.price2{
	 background: url(../images/p2.jpg) no-repeat center;
	 background-size: cover;
}
.price3{
	 background: url(../images/p3.jpg) no-repeat center;
	 background-size: cover;
}
.price-list {
    padding: 2em 2em 4.1em;
}
.price-list p{
	color:#fff;
	font-size:1em;
	text-align:left;
}
/* -- pricing -- */
/*-- gallery --*/ 
.gallery-agileinfo {
    margin-top: 4em;
}
.gallery-agileinfo .figcaption h4 {
    color: #fff;
    font-size:2.5em;
    text-align: center;
}
.gallery-agileinfo p {
    color: rgba(255, 255, 255, 0.8);
}
.baner-bottom img,.baner-top img{
	width:100%;
 }
.gallery-agileinfo figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	width:100%;
}
.gallery-agileinfo figure img {
	position: relative;
	display: block;
	width:100%;
}
.gallery-w3bottom {
    margin: 2.5em 0;
}
.gallery-agileinfo figure .figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
} 
.gallery-agileinfo figure .figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba {
    background: #000;
}
figure.effect-bubba:hover img {
	opacity: 0.3;
}
figure.effect-bubba .figcaption::before,
figure.effect-bubba .figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;	
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba .figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1); 
	-o-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba .figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-o-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h4 {
	padding-top:22%;
	-webkit-transition: transform 0.35s;
	-moz-transition: transform 0.35s;
	-o-transition: -o-transform 0.35s;
	-ms-transition: -ms-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	-moz-transform: translate3d(0,-20px,0);
	-o-transform: translate3d(0,-20px,0);
	-ms-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
} 
figure.effect-bubba p {
	padding: 12px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	-moz-transform: translate3d(0,20px,0);
	-o-transform: translate3d(0,20px,0);
	-ms-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover .figcaption::before,
figure.effect-bubba:hover .figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
} 
figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*-- //gallery --*/
/*-- slid --*/
.slid {
    background: url(../images/b41.jpg)no-repeat center 0px;
    background-size: cover;
    padding: 5em 0;
    text-align: center;
}
.slid h4 {
    font-size: 3em;
    color: #fff;
	text-transform:capitalize;
}
.slid h5 {
    font-size: 3.5em;
    color: #fff;
    font-weight: 600;
    margin: 0.5em 0;
    display: inline-block;
    background: #00bcd4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
    border-radius: 50%;
    width: 145px;
    height: 145px;
    padding: 0.6em 0;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.slid h5 span {
    display: block;
    font-size: .45em;
    margin-top: 5px;
    letter-spacing: 2px;
}
.slid p {
    color: #fff;
    width: 65%;
    font-size: 1.5em;
    text-transform: capitalize;
    margin: 0 auto;
}
.slid:hover h5 {
    background: #ea4c89;
	-webkit-transform: rotatez(360deg);
	-moz-transform: rotatez(360deg);
	-o-transform: rotatez(360deg);
	-ms-transform: rotatez(360deg);
    transform: rotatez(360deg);
}
/*-- //slid --*/
/*-- testimonials --*/
.mis-slider li img {
    width: 60%;
}
.mis-slider li img {
    border-radius:50%;
	border:none;
}
.mis-slider figcaption span:before {
    font-size: 1.5em;
    color: #ffb900;
}
.mis-nav-list li.mis-current a, .mis-nav-list li a:hover {
    background: #1aafd0;
}
.mis-nav-list li a {
    opacity: .7;
    -webkit-box-shadow: inset 0 0 4px #ffffff;
    box-shadow: inset 0 0 4px 2px #ffffff;
}
/*-- //testimonials --*/
/*--contact--*/
.contact{
	background:url(../images/contact.jpg) no-repeat center;
	background-size:cover;
 }
 .contact-form {
    padding: 1em 0 0em;
}
.map iframe {
  width: 100%;
  min-height: 350px;
  border: none;
}
.contact-form h5 {
    font-size: 2em;
    color: #fff;
	text-transform:capitalize;
}
.contact-right p {
    font-size: 1em;
    color: #555;
    margin: 1em 0 3em;
	font-weight:500;
}
.address.address-mdl {
    margin: 2em 0;
}
.address p {
    font-size: 1.1em;
    color: #e1e6e9;
    margin-top: 1em;
	font-weight:500;
}
.address p i.glyphicon {
    font-size: 1em;
    color: #faee7a;
    margin-right: 0.5em;
}
.address p a {
    color: #e1e6e9;
}
.address p a:hover{
    color: #79302a;
}
form.form_w3layouts {
    margin: 2em 0 0;
}
.contact-form input[type="text"],.contact-form input[type="email"] {
    width: 47.7%;
    color: #fff;
    background: none;
    outline: none;
    font-size: 1em;
    padding: 0.8em;
    border: solid 1px #fff;
    -webkit-appearance: none;
    display: inline-block;
}
input.email {
    margin: 0 0 0 1.7em;
}
.contact-form textarea {
    resize: none;
    width: 100%;
    background: none;
    color:#fff;
    font-size: 1em;
    outline: none;
    padding: .6em .8em;
    border: solid 1px #fff;
    min-height: 9em;
    -webkit-appearance: none;
    margin-top: 2em;
}
.contact-form ::-webkit-input-placeholder {
   color: #fff;    
} 
.contact-form :-moz-placeholder { /* Firefox 18- */
   color: #fff; 
} 
.contact-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
} 
.contact-form :-ms-input-placeholder {  
   color:#fff;
}
.contact-form input[type="submit"], .contact-form input[type="reset"] {
    border: none;
    outline: none;
    color: #fff;
    padding: .8em 3em;
    font-size: 1em;
    margin: 1em 1em 0 0;
    -webkit-appearance: none;
    background: #ea4c89;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.contact-form input[type="submit"]:hover, .contact-form input[type="reset"]:hover {
    background: #ffffff;
    color: #00bcd5;
}
/*--//contact--*/
/*-- footer --*/
.agile-footer{
	position:relative;
}
.agile-footer:before {
    content: "";
    height: 420px;
    top: 60px;
    position: absolute;
    background: url(../images/park2.png) no-repeat center;
    width: 100%;
}
.footer-nav li {
    list-style-type: none;
    display: inline-block;
    padding: 1em 1em;
    margin: 0px 1em;
    border-bottom: 2px solid rgba(226, 222, 222, 0);
}
ul.footer-nav,.agileits_w3layouts-copyright {
	text-align:center;
    border: 1px solid #e2dede;
    border-width: 1px 0;
}
ul.footer-nav li a {
    color: #000;
    font-size: 1.1em;
}
ul.footer-nav li a:hover {
    color: #d53362;
}
.footer-nav li:hover {
    border-bottom: 2px solid #0f9494;
}
ul.footer-nav li a.active {
    color: #d53362;
    font-weight: 600;
}
.w3_agile-footer-grids {
    padding: 3em 0 20.7em;
}
.w3_agile-footer1.f1 h6 a {
    color: #0f9494;
    font-size: 3.5em;
}
.w3_agile-footer1 h5.f1 {
    margin: 1.1em 0 0.5em;
}
.w3_agile-footer1 h5 {
    text-transform: uppercase;
    font-size: 1.1em;
    color: #d53362;
    font-weight: 600;
    margin: 0 0 1.5em;
}
i.fa.icon1.fa-facebook.icon {
    color: #3a6bb6;
}
i.fa.icon2.fa-twitter.icons {
    color: #37eefc;
}
i.fa.icon4.fa-youtube {
    color: #f93648;
}
ul.w3ls-footer-bottom-list li {
    list-style-type: none;
    margin: 0.5em 0;
	text-transform:capitalize;
}
ul.w3ls-footer-bottom-list li a,ul.footer-social-icons li a{
	color:#777;
}
ul.footer-social-icons li {
	color:#000;
	margin:0 2em 0 0;
	list-style-type:none;
	display:inline-block;
}
.agileits_w3layouts-copyright {
    padding: 2em 1em 0;
    text-align: center;
}
.agileits_w3layouts-copyright p {
    color: #000;
	font-weight:600;
	letter-spacing:1px;
}
.agileits_w3layouts-copyright p a {
    color: #0f9494;
}
.agileits_w3layouts-copyright p a:hover {
    color:#d53362;
}

/*-- //footer --*/
/*-- news --*/ 
.wthree-news-grids {
    margin-top: 2em;
}
.datew3-agileits-info {
    padding-left: 2em;
} 
.datew3-agileits img.img-responsive {
    width: 155px;
    height: inherit;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
	overflow:hidden;
}
.wthree-news-grids:hover .datew3-agileits img.img-responsive {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
    transform: scale(1.2);
}
.datew3-agileits-info h5,.datew3-agileits-info h5 {
    font-size: 1.5em;
    font-weight: 600;
    margin: 0.8em 0 0;
    color: #ea4c89;
}
.datew3-agileits-info h5 a {
    color: #673ab7;
    text-decoration: none;
}
.datew3-agileits-info h5 a:hover {
    color: #000;
}
.datew3-agileits-info h6 {
    font-size: 1.1em;
    color: #333;
    margin-top: 1em;
    letter-spacing: 3px;
}
.datew3-agileits-info p {
    margin: 1em 0 0;
    width: 42%;
}
.datew3-agileits.datew3-agileits-fltrt {
    float: right;
}
.news-right h4 {
    color: #000;
    font-size: 2.2em;
    font-weight: 300;
    margin-bottom: 1em;
}
.news-right {
    padding-left: 4em;
}
.achievesw3-agile {
    background: #673ab7;
    padding: 2em 2em;
    display: inline-block;
}
.achievesw3-agile ul li {
    display: block;
    margin: 1.3em 1em;
}
.achievesw3-agile ul li a{
    font-size:1em;
	color:#fff;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
}
.achievesw3-agile ul li a:hover{ 
	color:#000;
}
.datew3-agileits-info.datew3-agileits-info-fltlft p {
    width: 61%;
}
.achievesw3-agile ul li a i.fa {
    margin-right: 0.8em;
}
/*-- //news --*/
/*-- menu-navigation --*/
.menu {
    position: relative;
    z-index: 9999;
	float: right;
}
.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: #fff;
	-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;
}

.menu .navicon:before {
	box-shadow: #fff 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;
    right: 8px;
    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;
    margin: 10px auto;
    text-align: center;
}
.menu .toggle-menu li a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    text-align: center;
    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 --*/
.time-img {
    width: 30%;
    float: left;
    background: url(../images/sticky3.png) no-repeat center;
    background-size: cover;
    min-height: 300px;
}
.attr-text-left {
    background: url(../images/sticky1.png) no-repeat center;
    background-size: cover;
    min-height: 372px;
}
.w3ls-about-bottom{
	padding:4em 0
}
.attr-text-right {
    padding-top: 2em;
	padding-left:0em;
}
.attr-text-left h4 {
    color: #f9f9f9;
    padding: 2em 0 1em 4em;
    font-size: 3em;
    text-transform: capitalize;
}
ul.park-list,ul.park-list1 {
    padding: 7em 0 0;
    list-style-type: none;
	float:left;
}
ul.park-list1 {
    float: right;
    margin-right: 5em;
}
ul.park-list li ,ul.park-list1 li{
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 600;
    margin: 1em 0;
	letter-spacing:1px;
	font-family: 'Josefin Sans', sans-serif;
}
ul.park-list1 li{
	color:#faee7a;
}
ul.park-list li {
    font-size: 1.5em;
    margin: 0.5em 0;
	text-transform:capitalize;
}
.datew3-agileits-info h5 {
    text-transform: capitalize;
}
div#contact h3 {
    color: #fff;
}
/*.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 --*/
form ul {
	padding:0;
}
.payment-online-form-left h4 {
    font-size: 2em;
    color: #bb3756;
    padding: 0.5em 0;
    text-align: left;
    font-weight: 300;
	border-top: 1px solid rgba(144, 149, 170, 0.22);
    margin-top: 5%;
}
.payment-online-form-left span{
	vertical-align: middle;
	margin-right: 10px;
}
.col_checkbox input[type="radio"] {
    cursor: pointer;
}
.payment-online-form-left form{
	padding:0 3%;
}
.payment-online-form-left ul li {
	display: inline-block;
    width: 47%;
}
.payment-online-form-left ul li:first-child{
	margin-right: 1.5em;
}
.payment-online-form-left input.text-box-dark{
    padding: 0.8em 1em;
    color: #999;
    width: 100%;
    margin: 0.5em 0;
    border: 1px solid;
    outline: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.5s;
    font-size: 0.9em;
    border-color: #ddd;
    -webkit-appearance: none;
}
.payment-online-form-left select.form-control {
    height: inherit;
    box-shadow: none;
    padding: 0.6em 1em;
    color: #999;
    font-size: .9em;
	border-color: #ddd;
	margin: .5em 0;
}
.payment-online-form-left label {
    font-size: .9em;
    color: #999;
    text-align: left;
    display: block;
    margin-top: .5em;
    font-weight: 400;
}
.payment-online-form-left input.text-box-dark:active, .payment-online-form-left input.text-box-dark:hover {
    color: #333;
    border-color: #999;
}
.shipping{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat -111px -26px;
}
.payment{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat -152px -30px;
}
.payment-date-section{
	background: url(../images/calender.png) no-repeat #fff 50%;
}
.payment-sendbtns {
    margin: 1.2em 0 1em;
    text-align: right;
}
.payment-sendbtns input[type="reset"], .payment-sendbtns input[type="submit"] {
    background: #bb3756;
    padding: 0.6em 2em;
    border: 1px solid;
    color: #FFF;
    cursor: pointer;
    font-size: 1em;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    outline: none;
}
.payment-sendbtns input[type="reset"]:hover{
	color:#bb3756;
	background:none;
}
.payment-sendbtns input[type="submit"]{
	background:#03a9f4;  
}
.payment-sendbtns input[type="submit"]:hover{ 
	color:#03a9f4;
	background:none;
}
.payment-online-form-left .payment-sendbtns li { 
    width: inherit;
}
.payment-online-form-left .payment-type li { 
    margin: 1em 1em 1em 0;
    width: inherit;
}
.payment-online-form-left ul li.w3ls-address {
    width: 100%;
    margin-right: 0;
}
.payment-online-form-right{
	background: #2B2937;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 4px solid #1A1822;
} 
.visa, .paypal {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/icon.png) no-repeat -32px -28px;
    vertical-align: middle;
    margin-left: 0.5em;
}
.paypal{
	background-position:-71px -26px;
} 
.payment-type { 
    text-align: left;
}
#small-dialog,#small-dialog2{
    background: #fff;
    padding:4em 2em;
    max-width: 629px;
    margin: 40px auto;
    position: relative;
    text-align: center;
    border: 10px solid #00bcd4;
} 
/*-- start state --*/
.my-mfp-zoom-in #small-dialog,.my-mfp-zoom-in #small-dialog2 {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog,.my-mfp-zoom-in.mfp-ready #small-dialog2 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog,.my-mfp-zoom-in.mfp-removing #small-dialog2 {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/**
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80); }
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; 
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; 
}
.mfp-align-top .mfp-container:before {
	display: none; 
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; 
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; 
}
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none; 
}

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }
.mfp-content iframe {
    width: 100%;
    min-height: 450px;
    border: none;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
	color: #cccccc; }

.mfp-preloader a:hover {
	color: white; }

.mfp-s-ready .mfp-preloader {
	display: none; }

.mfp-s-error .mfp-content {
	display: none; }
 
.mfp-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 2em;
    outline: none;
    border: none;
    background: #ea4c89;
    text-align: center;
    cursor: pointer;
}
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
 
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; 
}
/*-- //animate popup --*/ 
.w3ls-submit {
    text-align: center;
    margin-top: 2.5em;
} 
.w3ls-submit input[type="submit"] {
    font-size: 1em;
    color: #fff;
    border: 3px solid #ea4c89;
    outline: none;
    padding: .8em 5em;
    -webkit-appearance: none;
    transition: .5s all;
    background:#ea4c89;
    display: inline-block;
}
.w3ls-submit input[type="submit"]:hover {
    background:#00bcd4;
	border-color: #00bcd4;
} 
.date {
    background: url(../images/date-icon.png) no-repeat 95.5% 45% #fff !important;
    cursor: pointer;
}
/*-- bottom-to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 32px;
    height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //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){
	.agile-logo a img {
		width: 30%;
	}
	.wthree-service-left p {
		margin: 2em 0 1em;
	}
	.menu .navicon {
		top: -26px;
	}
	.camera_caption {
		top: 64%;
	}
	.header-top {
		height: 108px;
	}
	.w3social-icons.footer-w3icons {
		margin: 1em 0em 0 0em;
	}
	.header-top .container {
		padding: 0 3px;
	}
	.w3social-icons ul li {
		margin: 0 0.1em;
	}
	.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 -- */
            