/*--CANDID--*/

/*--Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
 --*/
/*-- Reset Code --*/
body {
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: "Open Sans", 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;
  outline: none;
}
input[type="button"],
input[type="submit"],
button.btn {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Poiret One", cursive;
}
ul {
  margin: 0;
  padding: 0;
}
label {
  margin: 0;
}
.text-center {
  text-align: center;
}
/*-- //Reset-Code --*/
p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 2;
  font-size: 1em;
  color: #888;
}
/*-- header styling starts here --*/
.agileits_main {
  background: url(../images/1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.w3_agile_logo {
  padding: 4em 0 0;
}
.w3_agile_logo h1 a {
  font-size: 1.5em;
  letter-spacing: 6px;
  color: #fff;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Dancing Script", cursive;
}
/*-- banner --*/
.banner_text_w3layouts {
  text-align: center;
  padding: 16.5em 0;
}
.banner_text_w3layouts h3 {
  color: #fff;
  font-size: 4em;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 2px;
}
.banner_text_w3layouts span {
  width: 38%;
  height: 1px;
  background: rgba(255, 255, 255, 0.29);
  display: inline-block;
  margin: 1.5em 0 0.5em;
}
.banner_text_w3layouts p {
  color: #fff;
  font-size: 1.3em;
  margin: 0.5em;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-weight: 300;
}
.w3-button a {
  color: #fff;
  padding: 0.8em 2em;
  text-decoration: none;
  margin: 0;
  font-size: 1em;
  border: 2px solid #ffc107;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
}
.w3-button a:hover {
  color: #ffc107;
  border-color: #fff;
}
.w3-button {
  position: relative;
  margin: 0;
  padding: 1em;
  z-index: 1;
}
/*-- slider --*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  top: 10%;
  text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  bottom: 50%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  background: url(../images/prev.png) right 0px;
  width: 25px;
  height: 35px;
  background-size: cover;
}
.callbacks_nav:hover {
  opacity: 0.3;
}
.callbacks_nav.next {
  left: auto;
  background: url(../images/next.png) left 0px;
  right: 0;
  background-size: cover;
}
.callbacks_nav.prev {
  right: auto;
  left: 0;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span {
  float: left;
}
#slider3-pager span {
  width: 100px;
  height: 15px;
  background: #fff;
  display: inline-block;
  border-radius: 30em;
  opacity: 0.6;
}
#slider3-pager .rslides_here a {
  background: #fff;
  border-radius: 30em;
  opacity: 1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li {
  display: inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs {
  list-style: none;
  position: absolute;
  top: 90%;
  left: 48%;
  padding: 0;
  margin: 0;
  display: block;
  z-index: 999;
}
.slider-top span {
  font-weight: 600;
}
.callbacks_tabs li {
  display: none;
  margin: 0;
}
.callbacks_tabs a {
  visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.14);
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
}
.callbacks_here a:after {
  background: #ff5301;
  border: 2px solid #ff5301;
}
/*-- //slider --*/
/*-- header --*/
.navbar-inverse {
  background: rgba(0, 0, 0, 0.44);
  border: none;
  margin: 0;
  border-radius: 0px;
}

.top-nav ul li a {
  padding: 1.8em;
  margin: 0 1em;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 1px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
/*-- menu --*/
span.menu {
  display: none;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
.linkHoverEffect_11 a {
  margin: 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.linkHoverEffect_11 a span::before {
  background: transparent;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 2px solid #e8870b;
  border-left: 2px solid #e8870b;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.linkHoverEffect_11 a span::after {
  background: transparent;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 2px solid #e8870b;
  border-bottom: 2px solid #e8870b;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.linkHoverEffect_11 a::before {
  background: transparent;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-right: 2px solid #e8870b;
  border-top: 2px solid #e8870b;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.linkHoverEffect_11 a::after {
  background: transparent;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 2px solid #e8870b;
  border-bottom: 2px solid #e8870b;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.top-nav .linkHoverEffect_11 li a:hover,
.top-nav .linkHoverEffect_11 li.agile_active a {
  color: #e8870b;
}
.linkHoverEffect_11 a:hover::before,
li.agile_active a::before {
  opacity: 1;
  right: 6px;
  top: 6px;
}
.linkHoverEffect_11 a:hover::after,
li.agile_active a::after {
  opacity: 1;
  left: 6px;
  bottom: 6px;
}
.linkHoverEffect_11 a:hover span::before,
li.agile_active a span::before {
  opacity: 1;
  left: 6px;
  top: 6px;
}
.linkHoverEffect_11 a:hover span::after,
li.agile_active a span::after {
  opacity: 1;
  right: 6px;
  bottom: 6px;
}
/*-- //header --*/
/*-- home --*/
.home_grids_w3,
.grid_w3l {
  padding: 0;
}
.gallery_grid {
  margin: 2em 0 0;
}
.grid_w3l img {
  width: 100%;
}
.img1,
.img2,
.img3,
.img4,
.img5,
.img6 {
  padding: 0;
  background-size: cover !important;
}
.img1 {
  background: url(../images/4b.jpg) center;
}
.img2 {
  background: url(../images/5b.jpg) center;
}
.img3 {
  background: url(../images/6b.jpg) center;
}
.img4 {
  background: url(../images/7b.jpg) center;
}
.img5 {
  background: url(../images/6.jpg) center;
}
.img6 {
  background: url(../images/7.jpg) center;
}
.img_text_w3ls {
  padding: 9.15em 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  background: rgba(78, 54, 54, 0.85);
}
.img5 .img_text_w3ls,
.img1 .img_text_w3ls {
  background: rgba(40, 141, 145, 0.69);
}
.img2 .img_text_w3ls,
.img3 .img_text_w3ls,
.img6 .img_text_w3ls {
  background: rgba(0, 51, 102, 0.6);
}
.img4 .img_text_w3ls {
  background: rgba(51, 102, 153, 0.6);
}
.img_text_w3ls h4 {
  color: #fff;
  font-size: 3em;
  margin: 0;
  font-weight: 700;
  letter-spacing: 2px;
}
.img_text_w3ls span {
  width: 30%;
  height: 1px;
  background: rgba(255, 255, 255, 0.29);
  display: inline-block;
  margin: 1.5em 0 0.5em;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.img-grid:hover .img_text_w3ls span {
  width: 50%;
}
.img_text_w3ls p {
  color: #fff;
  font-size: 1em;
  margin: 0.5em;
  letter-spacing: 2px;
  font-weight: 400;
}
.img-grid:hover .img_text_w3ls {
  background: rgba(43, 91, 162, 0.2);
}
/*-- //home --*/
/*-- about --*/
.about_agileinfo,
.gallery_wthree,
.team,
.subscribe,
.w3layouts-section {
  padding: 5em 0;
}
h3.title {
  font-size: 2.6em;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
  padding: 0 0 1em;
  line-height: 1;
}
.about_agileinfo h3,
.team h3 {
  color: #000;
}
.about_agileits {
  background: url(../images/5.jpg) center;
  background-size: cover;
  min-height: 300px;
}
.about_main h4 {
  font-size: 2em;
  color: #000;
  font-weight: 600;
}
.about_text_w3l {
  padding: 0em 2em;
}
.about_text_w3l h4 {
  font-size: 1.5em;
  color: #000;
  font-weight: 600;
  padding-bottom: 1em;
}
/*-- //about --*/
/*-- map --*/
.map iframe {
  width: 100%;
  height: 400px;
}
/*-- //map --*/

/*-- section --*/
.w3layouts-section {
  text-align: center;
  background: -webkit-linear-gradient(rgba(76, 76, 76, 0.6), rgb(18, 18, 18)),
    url(../images/6.jpg) no-repeat center fixed;
  background: -moz-linear-gradient(rgba(76, 76, 76, 0.6), rgb(18, 18, 18)),
    url(../images/6.jpg) no-repeat center fixed;
  background: -ms-linear-gradient(rgba(76, 76, 76, 0.6), rgb(18, 18, 18)),
    url(../images/6.jpg) no-repeat center fixed;
  background: linear-gradient(rgba(76, 76, 76, 0.6), rgb(18, 18, 18)),
    url(../images/6.jpg) no-repeat center fixed;
  background-size: cover;
}
.w3layouts-section p {
  margin: 1em auto 1em;
  width: 70%;
  color: #fff;
}
/*-- //section --*/
/*-- team --*/
.team.agileits-w3layouts {
  background: #fff;
}
.team-grid {
  text-align: left;
  padding: 0 2.5em;
}
.team .img-w3l {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.team h5 {
  font-size: 1.6em;
  margin: 0.8em 0 0.4em;
  color: #00bcd4;
  font-weight: 600;
  letter-spacing: 2px;
}
.team-grid:hover .img-w3l {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.team-grid .social-icons {
  margin-top: 1em;
}
.modal-body p {
  margin: 1em 0 0 0;
  font-size: 0.875em;
  color: #999999;
  line-height: 1.8em;
}
h2.modal-title {
  color: #212121;
  font-size: 3em;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Dancing Script", cursive;
}
.modal-body img {
  width: 100%;
}
.modal-content .modal-body p {
  margin: 25px 0 10px;
  color: #999;
  font-size: 1em;
}
/*-- //team --*/
/*-- Contact --*/
.contact-left-w3ls {
  padding: 0;
}
.contact-w3-agileits {
  background: #124042;
}
.contact-right-w3l h3:before {
  width: 35%;
}
.contact-left-w3ls .glyphicon {
  font-size: 1.5em;
  padding: 0.3em 0;
  color: #00bcd4;
}
.contact-left-w3ls p {
  color: #fff;
  font-size: 0.85em;
  letter-spacing: 1px;
}
.contact-left-w3ls a {
  color: #fff;
}
.contact-left-w3ls a:hover {
  color: #e8870b;
}
.contact-left-w3ls h4 {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
.contact-right-w3l input[type="text"],
.contact-right-w3l input[type="email"] {
  font-size: 1em;
  border: 1px solid #fff;
  background: transparent;
  outline: none;
  padding: 0.7em;
  width: 48.5%;
  margin-bottom: 1em;
  color: #fff;
}
.contact-right-w3l input[type="text"]:nth-child(1),
.contact-right-w3l input[type="email"] {
  margin-right: 2%;
}
.contact-right-w3l textarea {
  width: 100%;
  padding: 0.7em;
  outline: none;
  resize: none;
  height: 100px;
  border: 1px solid #fff;
  font-size: 1em;
  background: transparent;
  color: #fff;
}
.contact-right-w3l input[type="submit"] {
  background: #00bcd4;
  color: #fff;
  padding: 0.9em 1.8em;
  margin-top: 1.3em;
  border: 1px solid #00bcd4;
  outline: none;
  font-size: 0.9em;
}
.contact-right-w3l input[type="submit"]:hover {
  background: transparent;
  color: #00bcd4;
}
.contact-right-w3l {
  padding: 5em 12em;
  border-right: 1px solid rgba(255, 255, 255, 0.29);
}
.contact-grid-agileinfo {
  padding: 3em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
}
.visit {
  border: none;
}
.contact-main ::-webkit-input-placeholder {
  color: #fff;
}
.contact-main :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.contact-main ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.contact-main :-ms-input-placeholder {
  color: #fff;
}
/*-- //contact --*/
/*-- subscribe --*/
.subscribe {
  background: url(../images/12.jpg) center;
  background-size: cover;
  background-attachment: fixed;
}
.subscribe-wthree input[type="email"] {
  width: 69.3%;
  padding: 0.8em 1em;
  font-size: 1em;
  font-weight: 400;
  border: none;
  outline: none;
  margin: 0;
  -webkit-appearance: none;
  background: #fff;
  color: #000;
}
.subscribe-wthree input[type="submit"] {
  background: #e8870b;
  cursor: pointer;
  border: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  text-transform: uppercase;
  padding: 0.8em 1em;
  text-align: center;
  -webkit-appearance: none;
  outline: none;
  width: 30%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.subscribe-wthree input[type="submit"]:hover {
  background: #00bcd4;
}
.subscribe-wthree {
  width: 50%;
  margin: 0 auto;
}
/*-- //subscribe --*/
/*-- footer --*/
.footer {
  background: url(../images/banner1.jpg) no-repeat center bottom fixed;
  background-size: cover;
  padding: 5em 0 0;
}
.footer h3.w3ltitle {
  color: #fff;
  text-align: center;
}
.footer-agileinfo {
  margin-top: 4em;
}
.footer-left {
  text-align: right;
  padding-right: 2em !important;
}
.footer-left h5 {
  font-size: 1.5em;
  letter-spacing: 2px;
  font-family: "Abel", sans-serif;
}
.footer-left h5 a {
  color: #fff;
}
.footer-left h5 a:hover {
  color: #fff;
}
.footer-left .w3ls-more {
  margin-top: 4em;
  border: 1px solid #fff;
  background: none;
}
.footer-left .w3ls-more:hover {
  background-color: #ff2f68;
}
/*-- copy-right --*/
.copy-right {
  padding: 2em 0;
  text-align: center;
  background: #000;
}
.copy-right p {
  color: #fff;
  padding: 1em 0 0;
}
.copy-right a {
  color: #fff;
}
.copy-right a:hover {
  color: #00bcd4;
}
/*-- social-icons --*/
.social-icons ul li {
  display: inline-block;
  font-size: inherit;
  text-align: center;
  margin: 0;
}
.social-icons ul li a.fa {
  font-size: 1em;
  color: #fff;
  line-height: 2.6em;
  border-radius: 50px;
}
.icon-border {
  position: relative;
}
.icon {
  vertical-align: top;
  overflow: hidden;
  margin: 0 4px;
  width: 35px;
  height: 35px;
}
.social-icons ul li a.fa:hover {
  color: #3b5998;
}
a.fa.fa-google-plus.icon.icon-border.googleplus:hover {
  color: #d34836;
}
a.fa.fa-twitter.icon.icon-border.twitter:hover {
  color: #4099ff;
}
a.fa.fa-dribbble.icon.icon-border.dribbble:hover {
  color: #ec4a89;
}
.icon-border::before,
.icon-border::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.icon-border::before {
  z-index: 1;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  border-radius: 50%;
}
/* facebook */
.icon-border.facebook::before {
  -webkit-box-shadow: inset 0 0 0 48px #3b5998;
  -moz-box-shadow: inset 0 0 0 48px #3b5998;
  -o-box-shadow: inset 0 0 0 48px #3b5998;
  -ms-box-shadow: inset 0 0 0 48px #3b5998;
  box-shadow: inset 0 0 0 48px #3b5998;
}
.icon-border.facebook:hover::before {
  -webkit-box-shadow: inset 0 0 0 4px #3b5998;
  -moz-box-shadow: inset 0 0 0 4px #3b5998;
  -o-box-shadow: inset 0 0 0 4px #3b5998;
  -ms-box-shadow: inset 0 0 0 4px #3b5998;
  box-shadow: inset 0 0 0 4px #3b5998;
}
/* twitter */
.icon-border.twitter::before {
  -webkit-box-shadow: inset 0 0 0 48px #4099ff;
  -moz-box-shadow: inset 0 0 0 48px #4099ff;
  -o-box-shadow: inset 0 0 0 48px #4099ff;
  -ms-box-shadow: inset 0 0 0 48px #4099ff;
  box-shadow: inset 0 0 0 48px #4099ff;
}
.icon-border.twitter:hover::before {
  -webkit-box-shadow: inset 0 0 0 4px #4099ff;
  -moz-box-shadow: inset 0 0 0 4px #4099ff;
  -o-box-shadow: inset 0 0 0 4px #4099ff;
  -ms-box-shadow: inset 0 0 0 4px #4099ff;
  box-shadow: inset 0 0 0 4px #4099ff;
}
/* google plus */
.icon-border.googleplus::before {
  -webkit-box-shadow: inset 0 0 0 48px #d34836;
  -moz-box-shadow: inset 0 0 0 48px #d34836;
  -o-box-shadow: inset 0 0 0 48px #d34836;
  -ms-box-shadow: inset 0 0 0 48px #d34836;
  box-shadow: inset 0 0 0 48px #d34836;
}
.icon-border.googleplus:hover::before {
  -webkit-box-shadow: inset 0 0 0 4px #d34836;
  -moz-box-shadow: inset 0 0 0 4px #d34836;
  -o-box-shadow: inset 0 0 0 4px #d34836;
  -ms-box-shadow: inset 0 0 0 4px #d34836;
  box-shadow: inset 0 0 0 4px #d34836;
}
/* dribbble */
.icon-border.dribbble::before {
  -webkit-box-shadow: inset 0 0 0 48px #ec4a89;
  -moz-box-shadow: inset 0 0 0 48px #ec4a89;
  -o-box-shadow: inset 0 0 0 48px #ec4a89;
  -ms-box-shadow: inset 0 0 0 48px #ec4a89;
  box-shadow: inset 0 0 0 48px #ec4a89;
}
.icon-border.dribbble:hover::before {
  -webkit-box-shadow: inset 0 0 0 4px #ec4a89;
  -moz-box-shadow: inset 0 0 0 4px #ec4a89;
  -o-box-shadow: inset 0 0 0 4px #ec4a89;
  -ms-box-shadow: inset 0 0 0 4px #ec4a89;
  box-shadow: inset 0 0 0 4px #ec4a89;
}
/* rss */
.icon-border.rss::before {
  -webkit-box-shadow: inset 0 0 0 48px #ee802f;
  -moz-box-shadow: inset 0 0 0 48px #ee802f;
  -o-box-shadow: inset 0 0 0 48px #ee802f;
  -ms-box-shadow: inset 0 0 0 48px #ee802f;
  box-shadow: inset 0 0 0 48px #ee802f;
}
.icon-border.rss:hover::before {
  -webkit-box-shadow: inset 0 0 0 4px #ee802f;
  -moz-box-shadow: inset 0 0 0 4px #ee802f;
  -o-box-shadow: inset 0 0 0 4px #ee802f;
  -ms-box-shadow: inset 0 0 0 4px #ee802f;
  box-shadow: inset 0 0 0 4px #ee802f;
}
/*-- social-icons --*/
/*-- slider-up-arrow --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 3%;
  right: 3%;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: 100%;
  background: url("../images/move-up.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);
}
/*-- //slider-up-arrow --*/
/* -- Responsive code -- */
@media screen and (max-width: 1280px) {
  .contact-right-w3l {
    padding: 5em 10em;
  }
}
@media screen and (max-width: 1080px) {
  .contact-right-w3l {
    padding: 5em 7em;
  }
  .grid-c.grid_w3l {
    margin-right: 0.9em;
  }
  .sub_grid.gallery_w3l,
  .grid-2 {
    margin-top: 0.9em;
  }
  .contact-grid-agileinfo {
    padding: 2.9em;
  }
  .grid-1 .w3agile-text h5 {
    padding: 4.05em 0;
  }
  .grid-1.grid-b.grid_w3l h5,
  .grid-1.grid-d.grid_w3l h5 {
    padding: 4.42em 0;
  }
  .subscribe-wthree input[type="email"] {
    width: 69%;
  }
  .img_text_w3ls h4 {
    font-size: 2.5em;
    letter-spacing: 1px;
  }
  .img_text_w3ls {
    padding: 9.42em 0;
  }
  .about_agileits {
    min-height: 320px;
  }
  .grid_w3 {
    padding: 0 0.42em;
  }
}
@media screen and (max-width: 1024px) {
  .contact-right-w3l {
    padding: 2.3em 7em;
  }
  .contact-right-w3l input[type="text"]:nth-child(1),
  .contact-right-w3l input[type="text"]:nth-child(3) {
    margin-right: 1.9%;
  }
  .contact-grid-agileinfo {
    padding: 2.1em;
  }
  .contact-icon-wthree {
    padding: 0;
  }
  .banner_text_w3layouts {
    padding: 12.5em 0;
  }
  .banner_text_w3layouts h3 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 991px) {
  .top-nav ul li a {
    padding: 1.5em;
  }
  .banner_text_w3layouts h3 {
    font-size: 3.8em;
  }
  .about_agileits {
    min-height: 450px;
  }
  .grid-c.grid_w3l {
    margin-right: 0.7em;
  }
  .sub_grid.gallery_w3l,
  .grid-2 {
    margin-top: 0.7em;
  }
  .grid_w3 {
    padding: 0 0.4em;
  }
  .grid-1 .w3agile-text h5 {
    padding: 3em 0;
  }
  .grid-1.grid-b.grid_w3l h5,
  .grid-1.grid-d.grid_w3l h5 {
    padding: 3.24em 0;
  }
  .w3layouts-section p {
    width: 80%;
  }
  .contact-right-w3l {
    padding: 2em 7em;
  }
  .contact-grid-agileinfo {
    padding: 2em;
  }
  .subscribe-wthree {
    width: 57%;
    margin: 0 auto;
  }
  .contact-right-w3l input[type="text"],
  .contact-right-w3l input[type="email"] {
    width: 48.4%;
  }
}
@media screen and (max-width: 900px) {
  .contact-right-w3l {
    padding: 2em 5em;
  }
}
@media screen and (max-width: 800px) {
  .img_text_w3ls {
    padding: 9.71em 0;
  }
  .img_text_w3ls h4 {
    font-size: 2em;
  }
  .contact-right-w3l {
    padding: 2em 3em;
  }
  .w3layouts-section p {
    width: 86%;
  }
  .banner_text_w3layouts h3 {
    font-size: 3.3em;
  }

  .w3agile-text.w3agile-text-small h5,
  .grid_w3l .w3agile-text h5 {
    padding: 3em 0;
  }
  .grid-1 .w3agile-text h5 {
    padding: 2.9em 0;
  }
}
@media screen and (max-width: 768px) {
  .w3layouts-section p {
    margin: 0.5em auto 1em;
  }
  .contact-right-w3l {
    padding: 2em;
  }
  .about_agileinfo,
  .gallery_wthree,
  .team,
  .subscribe,
  .w3layouts-section {
    padding: 4em 0;
  }
  .top-nav ul li a {
    text-align: center;
    padding: 1.4em;
    display: inline-block;
  }
  .grid-1 .w3agile-text h5 {
    padding: 2.96em 0;
  }
  .w3agile-text.w3agile-text-small h5,
  .grid_w3l .w3agile-text h5 {
    padding: 3.25em 0;
  }
}
@media screen and (max-width: 1300px) {
  .top-nav ul li a {
    text-align: center;
    padding: 1.4em;
    display: inline-block;
  }
  div#bs-example-navbar-collapse-1 {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
    top: 100%;
  }
  .navbar-nav {
    float: none;
    text-align: center;
    margin: 0;
  }
}

@media screen and (max-width: 900px) {
  .w3_agile_logo {
    padding: 2.5em 0 0;
  }
  .banner_text_w3layouts {
    padding: 10em 0;
  }
  .banner_text_w3layouts h3 {
    font-size: 3em;
  }
  .img_text_w3ls h4 {
    font-size: 1.8em;
  }
  .img_text_w3ls {
    padding: 10.2em 0;
  }
  .img_text_w3ls p {
    font-size: 1.1em;
  }
  .img_text_w3ls {
    padding: 10.2em 0;
  }
  .grid-1 .w3agile-text h5 {
    padding: 2.8em 0;
  }
  .w3agile-text.w3agile-text-small h5,
  .grid_w3l .w3agile-text h5 {
    padding: 3.08em 0;
  }
  .subscribe-wthree {
    width: 58%;
  }
}
@media screen and (max-width: 667px) {
  .banner_text_w3layouts {
    padding: 8em 0;
  }
  .about_agileits,
  .about_text_w3l,
  .img1,
  .img2,
  .img3,
  .img4,
  .img5,
  .img6,
  .team-grid,
  .grid-1,
  .contact-right-w3l,
  .contact-left-w3ls {
    width: 100%;
  }
  .about_text_w3l {
    padding: 2em 2em 0;
  }
  .grid-c.grid_w3l {
    margin-bottom: 0.7em;
  }
  .w3agile-text.w3agile-text-smal1 {
    padding: 0;
  }
  .grid-1.grid-b.grid_w3l h5,
  .grid-1.grid-d.grid_w3l h5 {
    padding: 6.15em 0;
  }
  .grid-1.grid-c.grid_w3l .w3agile-text h5 {
    padding: 6.13em 0;
  }
  .gallery_grid {
    margin: 0;
  }
  .grid-1 .w3agile-text h5 {
    padding: 2.46em 0;
  }
  .team-grid {
    margin: 0 0 3em;
  }
  .subscribe-wthree {
    width: 64%;
  }
  .contact-right-w3l {
    padding: 2em 4em;
    border: none;
  }
  .contact-icon-wthree {
    text-align: center;
  }
  .contact-grid-agileinfo {
    padding: 1.5em 0;
  }
  .contact-left-w3ls {
    padding: 0 4em 2em;
  }
}
@media screen and (max-width: 640px) {
  .subscribe-wthree {
    width: 67%;
  }
  .grid-1 .w3agile-text h5 {
    padding: 3.04em 0;
    font-size: 2em;
  }
  .grid-1.grid-c.grid_w3l .w3agile-text h5 {
    padding: 5.83em 0;
  }
  .grid-1.grid-b.grid_w3l h5,
  .grid-1.grid-d.grid_w3l h5 {
    padding: 5.83em 0;
  }
  .img_text_w3ls {
    padding: 7em 0;
  }
}
@media screen and (max-width: 600px) {
  .banner_text_w3layouts h3 {
    font-size: 2.8em;
  }
  .w3_agile_logo {
    padding: 3em 0 0;
  }
  .banner_text_w3layouts {
    padding: 4em 0;
  }
  .team-grid.t3 {
    margin-bottom: 0;
  }
  .subscribe-wthree {
    width: 72%;
  }
  .team-grid:hover .img-w3l {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .about_text_w3l {
    padding: 2em 2em 0;
  }
  .grid-1 .w3agile-text h5 {
    padding: 2.79em 0;
  }
  .grid-1.grid-c.grid_w3l .w3agile-text h5 {
    padding: 5.38em 0;
  }
  .grid-1.grid-b.grid_w3l h5,
  .grid-1.grid-d.grid_w3l h5 {
    padding: 5.39em 0;
  }
  .about_agileits {
    min-height: 300px;
  }
}
@media screen and (max-width: 568px) {
  .banner_text_w3layouts h3 {
    font-size: 2.5em;
  }
  .banner_text_w3layouts {
    padding: 3.2em 0;
  }
  .subscribe-wthree {
    width: 77%;
  }
  .banner_text_w3layouts span {
    margin: 1.5em 0 0.3em;
  }
  .grid-1 .w3agile-text h5 {
    padding: 2.6em 0;
  }
  .grid-1.grid-c.grid_w3l .w3agile-text h5 {
    padding: 5.03em 0;
  }
  .grid-1.grid-b.grid_w3l h5,
  .grid-1.grid-d.grid_w3l h5 {
    padding: 5.02em 0;
  }
}
@media screen and (max-width: 480px) {
  .banner_text_w3layouts h3 {
    font-size: 2.1em;
    letter-spacing: 1px;
  }
  .banner_text_w3layouts p {
    font-size: 1.1em;
  }
  .contact-right-w3l {
    padding: 2em 3em;
  }
  .subscribe-wthree {
    width: 92%;
  }
  .grid-1 .w3agile-text h5 {
    padding: 2.04em 0;
  }
  .grid-1.grid-c.grid_w3l .w3agile-text h5 {
    padding: 4.05em 0;
  }
  .grid-1.grid-b.grid_w3l h5,
  .grid-1.grid-d.grid_w3l h5 {
    padding: 4.05em 0;
  }
  .team-grid {
    padding: 0 2em;
    margin: 0;
  }
  .team-grid.t2 {
    margin: 3em 0;
  }
}
@media screen and (max-width: 414px) {
  .contact-right-w3l input[type="text"],
  .contact-right-w3l input[type="email"] {
    width: 100%;
  }
  .subscribe-wthree input[type="email"] {
    width: 68%;
  }
  .grid-1 .w3agile-text h5 {
    padding: 2.18em 0;
    font-size: 1.6em;
  }
  .grid-1.grid-c.grid_w3l .w3agile-text h5,
  .grid-1.grid-b.grid_w3l h5,
  .grid-1.grid-d.grid_w3l h5 {
    padding: 4.28em 0;
  }
  .img_text_w3ls {
    padding: 4em 0;
  }
  .img_text_w3ls p {
    font-size: 0.85em;
    margin: 0.5em 0;
    letter-spacing: 1px;
  }
  .img_text_w3ls span {
    margin: 1.2em 0 0;
  }
}
@media screen and (max-width: 384px) {
  .w3_agile_logo h1 a {
    font-size: 1.4em;
  }
  .banner_text_w3layouts h3 {
    font-size: 2em;
  }
  .grid_w3,
  .grid-c.grid_w3l {
    width: 100%;
  }
  .grid-c.grid_w3l {
    margin: 0.7em 0;
  }
  h3.title {
    font-size: 2.3em;
  }
  .subscribe-wthree input[type="email"],
  .subscribe-wthree input[type="submit"] {
    width: 100%;
  }
  .subscribe-wthree input[type="submit"] {
    margin: 1em 0 0;
  }
  .grid-1 .w3agile-text h5 {
    padding: 4em 0;
    font-size: 1.8em;
  }
  .grid-1.grid-c.grid_w3l .w3agile-text h5,
  .grid-1.grid-b.grid_w3l h5,
  .grid-1.grid-d.grid_w3l h5 {
    padding: 7.54em 0;
  }
}
@media screen and (max-width: 375px) {
  .grid-1 .w3agile-text h5 {
    padding: 3.88em 0;
  }
  .grid-1.grid-c.grid_w3l .w3agile-text h5,
  .grid-1.grid-b.grid_w3l h5,
  .grid-1.grid-d.grid_w3l h5 {
    padding: 7.31em 0;
  }
}
@media screen and (max-width: 320px) {
  .banner_text_w3layouts h3 {
    font-size: 1.5em;
  }
  .grid-1 .w3agile-text h5 {
    padding: 3.12em 0;
  }
  .grid-1.grid-c.grid_w3l .w3agile-text h5,
  .grid-1.grid-b.grid_w3l h5,
  .grid-1.grid-d.grid_w3l h5 {
    padding: 5.95em 0;
  }
  .about_agileinfo,
  .gallery_wthree,
  .team,
  .subscribe {
    padding: 3em 0;
  }
}

/* -- //Responsive code -- */

/*--FETCH VILLA--*/

/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html,
body {
  font-size: 100%;
  font-family: "Lato", sans-serif;
  background: #ffffff;
  margin: 0px !important;
}
p {
  margin: 0;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
ul,
label {
  margin: 0;
  padding: 0;
}
body p {
  font-family: "Lato", sans-serif;
}
body a:hover {
  text-decoration: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
input[type="submit"],
.w3l_header_left ul li a,
.related-post-right h4 a,
.comments-grid-right h4 a,
.reply a,
.w3_single_grid_left_grid ul li a,
ul.contact_info li a,
.w3ls_services_bottom_grid_grid_pos,
.footer-copy p a,
.w3l_services_grid h4 a,
.agileinfo_footer_grid ul li a,
.wthree_service_breadcrumb_left ul li a {
  transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
}
/*--/pop--*/
.discount {
  text-align: center;
}
.modal-header.one {
  border: none;
  background: #ffdf56;
  padding: 1em 2em 1em 2em;
}
.modal-body.about h4 {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  color: #202020;
  text-transform: uppercase;
  margin-top: 19px;
}
.modal-body.about p {
  font-size: 1em;
  color: #555;
  line-height: 1.9em;
  margin-top: 0.5em;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.modal-body.about {
  padding: 2em 2em;
}
.discount.one h3 {
  color: #fff;
  text-transform: uppercase;
}
/*--//pop--*/
/*-- header --*/
.top-main {
  position: relative;
}
.w3l_header_left {
  float: left;
  padding: 0.7em 0 0.8em 13em;
  width: 50%;
  background: #202020;
}
.w3l_header_left ul li {
  display: inline-block;
  margin-right: 2em;
  font-size: 14px;
  color: #999;
}
.w3l_header_left ul li span {
  padding-right: 1em;
  color: #ffdf56;
}
.w3l_header_left ul li a {
  color: #999;
  text-decoration: none;
}
.w3l_header_left ul li a:hover {
  color: #999;
}
.w3l_header_right {
  float: right;
  width: 50%;
  background: #ffdf56;
  padding: 0.3em 0em 0.4em 24em;
}
/*-- social-icons --*/
ul.top-links li {
  margin-left: 5px;
  display: inline-block;
}
ul.top-links li a i.fa {
  color: #000;
  background-color: #fff;
  width: 35px;
  height: 35px;
  font-size: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  line-height: 36px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
ul.top-links li a i.fa:hover {
  color: #fff;
  background-color: #202020;
}
/*-- //social-icons --*/
/*-- nav-effect --*/
.cl-effect-1 a::before,
.cl-effect-1 a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
  margin-right: 10px;
  content: "[";
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.cl-effect-1 a::after {
  margin-left: 10px;
  content: "]";
  /*-- w3layouts --*/
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after,
.navbar-nav li.active a::before,
.navbar-nav li.active a::after,
.navbar-nav li.active a:focus::before,
.navbar-nav li.active a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
/*-- //nav-effect --*/
.header {
  border-bottom: 1px solid #eaeaea;
}
.navbar-default {
  background: none;
  border: none;
}
.navbar {
  margin-bottom: 0;
  postion: center;
}
.navbar-collapse {
  padding: 0;
  box-shadow: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}
.navbar-nav {
  float: left;
  margin: 0.5em 0 0 7em;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #202020;
}
.navbar-brand {
  padding: 0 0 0 3.5em;
  line-height: 70px;
  font-size: 0.7em;
  background: url(../images/logo.png) no-repeat 1px 0px;
  height: 63px;
  font-family: "Lato", sans-serif;
  color: #202020;
  font-weight: bold;
}

/*-- agileits --*/
.logo h1 {
  text-transform: uppercase;
  font-weight: bold;
}
span.one {
  font-family: "Tangerine", cursive;
  font-size: 2.8em;
  color: #ffdf56;
  display: inline-block;
  font-weight: bold;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #ffdf56;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffdf56 !important;
}
.navbar-nav > li > a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px 10px 0;
  color: #444 !important;
  font-weight: 700;
}
.header-bottom {
  position: relative;
  padding: 1em 0;
}
/*-- search --*/
.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.cd-main-header {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-main-content.nav-is-visible,
.cd-main-header.nav-is-visible {
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
.nav-on-left .cd-main-content.nav-is-visible,
.nav-on-left .cd-main-header.nav-is-visible {
  -webkit-transform: translateX(260px);
  /*-- w3layouts --*/
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
  transform: translateX(260px);
}
.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: -55px;
  right: 0;
}
.cd-header-buttons li {
  display: inline-block;
}
.cd-search-trigger,
.cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
  /* search icon */
  content: "";
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-search-trigger::before {
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*-- agileits --*/
  border: 3px solid #202020;
}
.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #202020;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cd-search-trigger span::before,
.cd-search-trigger span::after {
  /* close icon */
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #202020;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  -moz-opacity: 0;
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  -moz-opacity: 1;
  opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-search input {
  border-radius: 0;
  border: none;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  padding: 0 5%;
  -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 1.5em;
  padding: 1em 2em;
  color: #fff;
}
.cd-search input::-webkit-input-placeholder {
  color: #fff !important;
}
.cd-search input::-moz-placeholder {
  color: #fff !important;
}
.cd-search input:-moz-placeholder {
  color: #fff !important;
}
.cd-search input:-ms-input-placeholder {
  color: #fff !important;
}
.cd-search input:focus {
  outline: none;
}
.cd-search.is-visible {
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
/*-- //header --*/

.baner-info {
  padding-top: 14em;
  margin: 0 auto;
  text-align: center;
}
.baner-info h3 {
  text-align: center;
  font-size: 2.8em;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.baner-info h3 span {
  color: #ffdf56;
}
.baner-info h4 {
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  margin-top: 1em;
}
span.simply-word {
  font-size: 18px;
  font-weight: 500;
  margin-left: 5px;
  text-transform: uppercase;
  color: #ffdf56;
}
.baner-info span img {
  margin: 1em auto 0;
  text-align: center;
}
/*-- //Countdown-Timer --*/

body {
  font-size: 100%;
  font-family: "Lato", sans-serif;
  background: #ffffff;
  margin: 0px !important;
}
p {
  margin: 0;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
ul,
label {
  margin: 0;
  padding: 0;
}
body p {
  font-family: "Lato", sans-serif;
}
body a:hover {
  text-decoration: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
input[type="submit"],
.w3l_header_left ul li a,
.related-post-right h4 a,
.comments-grid-right h4 a,
.reply a,
.w3_single_grid_left_grid ul li a,
ul.contact_info li a,
.w3ls_services_bottom_grid_grid_pos,
.footer-copy p a,
.w3l_services_grid h4 a,
.agileinfo_footer_grid ul li a,
.wthree_service_breadcrumb_left ul li a {
  transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
}
/*--/pop--*/
.discount {
  text-align: center;
}
.modal-header.one {
  border: none;
  background: #ffdf56;
  padding: 1em 2em 1em 2em;
}
.modal-body.about h4 {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  color: #202020;
  text-transform: uppercase;
  margin-top: 19px;
}
.modal-body.about p {
  font-size: 1em;
  color: #555;
  line-height: 1.9em;
  margin-top: 0.5em;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.modal-body.about {
  padding: 2em 2em;
}
.discount.one h3 {
  color: #fff;
  text-transform: uppercase;
}
/*--//pop--*/
/*-- header --*/
.top-main {
  position: relative;
}
.w3l_header_left {
  float: left;
  padding: 0.7em 0 0.8em 13em;
  width: 50%;
  background: #202020;
}
.w3l_header_left ul li {
  display: inline-block;
  margin-right: 2em;
  font-size: 14px;
  color: #999;
}
.w3l_header_left ul li span {
  padding-right: 1em;
  color: #ffdf56;
}
.w3l_header_left ul li a {
  color: #999;
  text-decoration: none;
}
.w3l_header_left ul li a:hover {
  color: #999;
}
.w3l_header_right {
  float: right;
  width: 50%;
  background: #ffdf56;
  padding: 0.3em 0em 0.4em 24em;
}
/*-- social-icons --*/
ul.top-links li {
  margin-left: 5px;
  display: inline-block;
}
ul.top-links li a i.fa {
  color: #000;
  background-color: #fff;
  width: 35px;
  height: 35px;
  font-size: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  line-height: 36px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
ul.top-links li a i.fa:hover {
  color: #fff;
  background-color: #202020;
}
/*-- //social-icons --*/
/*-- nav-effect --*/
.cl-effect-1 a::before,
.cl-effect-1 a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
  margin-right: 10px;
  content: "[";
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.cl-effect-1 a::after {
  margin-left: 10px;
  content: "]";
  /*-- w3layouts --*/
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after,
.navbar-nav li.active a::before,
.navbar-nav li.active a::after,
.navbar-nav li.active a:focus::before,
.navbar-nav li.active a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
/*-- //nav-effect --*/
.header {
  border-bottom: 1px solid #eaeaea;
}
.navbar-default {
  background: none;
  border: none;
}
.navbar {
  margin-bottom: 0;
}
.navbar-collapse {
  padding: 0;
  box-shadow: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}
.navbar-nav {
  float: left;
  margin: 0.5em 0 0 7em;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #202020;
}
.navbar-brand {
  padding: 0 0 0 3.5em;
  line-height: 70px;
  font-size: 0.7em;
  background: url(../images/logo.png) no-repeat 1px 0px;
  height: 63px;
  font-family: "Lato", sans-serif;
  color: #202020;
  font-weight: bold;
}

/*-- agileits --*/
.logo h1 {
  text-transform: uppercase;
  font-weight: bold;
}
span.one {
  font-family: "Tangerine", cursive;
  font-size: 2.8em;
  color: #ffdf56;
  display: inline-block;
  font-weight: bold;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #ffdf56;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffdf56 !important;
}
.navbar-nav > li > a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px 10px 0;
  color: #444 !important;
  font-weight: 700;
}
.header-bottom {
  position: relative;
  padding: 1em 0;
}
/*-- search --*/
.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.cd-main-header {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-main-content.nav-is-visible,
.cd-main-header.nav-is-visible {
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
.nav-on-left .cd-main-content.nav-is-visible,
.nav-on-left .cd-main-header.nav-is-visible {
  -webkit-transform: translateX(260px);
  /*-- w3layouts --*/
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
  transform: translateX(260px);
}
.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: -55px;
  right: 0;
}
.cd-header-buttons li {
  display: inline-block;
}
.cd-search-trigger,
.cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
  /* search icon */
  content: "";
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-search-trigger::before {
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*-- agileits --*/
  border: 3px solid #202020;
}
.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #202020;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cd-search-trigger span::before,
.cd-search-trigger span::after {
  /* close icon */
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #202020;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  -moz-opacity: 0;
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  -moz-opacity: 1;
  opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-search input {
  border-radius: 0;
  border: none;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  padding: 0 5%;
  -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 1.5em;
  padding: 1em 2em;
  color: #fff;
}
.cd-search input::-webkit-input-placeholder {
  color: #fff !important;
}
.cd-search input::-moz-placeholder {
  color: #fff !important;
}
.cd-search input:-moz-placeholder {
  color: #fff !important;
}
.cd-search input:-ms-input-placeholder {
  color: #fff !important;
}
.cd-search input:focus {
  outline: none;
}
.cd-search.is-visible {
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
/*-- //header --*/

.baner-info {
  padding-top: 14em;
  margin: 0 auto;
  text-align: center;
}
.baner-info h3 {
  text-align: center;
  font-size: 2.8em;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.baner-info h3 span {
  color: #ffdf56;
}
.baner-info h4 {
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  margin-top: 1em;
}
span.simply-word {
  font-size: 18px;
  font-weight: 500;
  margin-left: 5px;
  text-transform: uppercase;
  color: #ffdf56;
}
.baner-info span img {
  margin: 1em auto 0;
  text-align: center;
}
/*-- //Countdown-Timer --*/
/*--/price--*/

.price-section {
  padding: 4em 0 8em 0;
}
.price {
  padding: 3em 2em;
  background-color: #f7f7f7;
  margin: 3em 0 0 0;
}
.plat {
  margin-top: 3em;
}
.price h3 {
  text-align: center;
  font-size: 1.6em;
  text-transform: uppercase;
  margin-bottom: 1.2em;
  color: #202020;
}
.price-top h4,
.price-top1 h4 {
  font-size: 1em;
  color: #ffdf56;
  margin: 0 0 0.5em;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
select#country,
select#country1,
select#country2,
select#country3 {
  width: 100%;
  padding: 13px 10px 13px 45px;
  border: 1px solid #cfcfcf;
  color: #999;
  font-size: 14px;
  outline: none;
  position: relative;
}
.section_room span,
.keywords span {
  position: absolute;
  color: #727272;
  z-index: 9999;
  top: 1em;
  left: 1em;
}

.section_room,
.keywords {
  position: relative;
}
.section_room:nth-child(2),
.reservation-grids:nth-child(4) {
  margin: 1em 0;
}
.reservation-grid-left {
  float: left;
  width: 48%;
}
.reservation-grid-right {
  float: right;
  width: 48%;
}
.keywords input[type="text"] {
  width: 100%;
  padding: 13px 10px 13px 45px;
  border: 1px solid #cfcfcf;
  color: #999;
  font-size: 14px;
  outline: none;
  background: #fff;
  margin-bottom: 1em;
}
.keywords input[type="submit"] {
  width: 100%;
  padding: 15px 0;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  outline: none;
  background: #202020;
}
.keywords input[type="submit"]:hover {
  background: #ffdf56;
}

.carousel-indicators {
  position: absolute;
  bottom: -58px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 1px 3px;
  text-indent: -999px;
  cursor: pointer;
  background: #202020;
  border: 2px solid #202020;
  border-radius: 10px;
}
.carousel-indicators .active {
  background-color: #ffdf56;
  border: 2px solid #ffdf56;
  margin: 1px 3px !important;
  width: 14px;
  height: 14px;
}
.serv-w3ls1 {
  position: relative;
}
span.four {
  background-color: #ffdf56;
  font-size: 1em;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  position: absolute;
  top: 38%;
  right: 0px;
}

.rent-bottom {
  padding: 1.5em 1.5em;
  background: #f7f7f7;
}
.rent-bottom h4 {
  color: #202020;
  font-size: 1.2em;
  text-transform: uppercase;
}
.rent-bottom h5 {
  color: #444;
  font-size: 1em;
  margin: 0.5em 0;
}
.rent-bottom p {
  font-size: 0.9em;
  color: #666;
  line-height: 1.8em;
}
h6.area {
  float: left;
  color: #555;
  font-size: 0.9em;
}
.r-icons {
  float: right;
}
.r-icons ul.icons-right li {
  display: inline-block;
  margin-left: 5px;
}
ul.icons-right i {
  color: #ffdf56;
  margin: 0 4px;
  font-size: 1.1em;
}

.rent-icons {
  margin-top: 1em;
  border-top: 1px solid #ddd;
  padding-top: 1em;
}
/*--//price--*/
/*--/featured-section--*/
.featured-section {
  padding: 5em 0;
  background: #f4f4f4;
}
h3.tittle {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
}
h3.tittle span {
  color: #ffdf56;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  list-style-type: none;
}
.nbs-flexisel-inner {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
.nbs-flexisel-item {
  float: left;
  position: relative;
  line-height: 0px;
}
.nbs-flexisel-item > img {
  cursor: pointer;
  position: relative;
}
.project-fur {
  border: 1px solid #cacaca;
  margin: 0 15px;
  position: relative;
}
span.five {
  background-color: #1c1d1b;
  font-size: 1em;
  color: #fff;
  display: block;
  padding: 1em 1em;
  position: absolute;
  top: 21%;
  right: 0px;
}
.fur {
  padding: 1em 0em;
}
.fur1 {
  padding: 0 1.5em 1em;
}
.fur1 span {
  font-size: 0.9em;
  color: #202020;
  display: block;
  line-height: 1.5em;
  padding: 0.2em 0;
}
span.fur-money {
  color: #666;
  font-size: 0.9em;
}
.fur1 h6 {
  color: #202020;
  font-size: 1em;
  margin: 0.3em 0;
}
.fur1 h6 a {
  color: #ffdf56;
  text-decoration: none;
  font-size: 1em;
}
.fur1 h6 a:hover {
  color: #000;
}
.fur2 {
  border-top: 1px solid #ddd;
  padding: 1em 1.5em 0em;
}
.fur2 span {
  font-size: 0.9em;
  color: #202020;
  display: block;
  line-height: 1.5em;
  font-size: 0.9em;
  text-align: center;
}
.future {
  padding: 5em 0;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  list-style-type: none;
}
.nbs-flexisel-inner {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
.nbs-flexisel-item {
  float: left;
  position: relative;
  line-height: 0px;
}
.nbs-flexisel-item > img {
  cursor: pointer;
  position: relative;
}
/*---- Navigation ---*/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 32px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
}
.nbs-flexisel-nav-left {
  left: 0px;
  background: url(../images/left.png) no-repeat -0px 0px;
}
.nbs-flexisel-nav-right {
  right: 0px;
  background: url(../images/right.png) no-repeat -0px 0px;
}
/*--//--*/
#team {
  padding: 5em 0;
}

.ab-text {
  text-align: center;
  margin-top: 2em;
}
.ab-text p {
  color: #555;
  line-height: 1.9em;
  font-size: 1em;
  margin: 1em 0;
  text-align: left;
}
.ab-left {
  float: left;
}
.ab-right {
  float: right;
}
.h-f {
  width: 49%;
  float: left;
  margin-right: 1%;
}
.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
}
.hf-text {
  text-align: center;
  background-color: #fff;
  padding-bottom: 1em;
}
.hf-text h5 {
  font-size: 2em;
  font-weight: 400;
  color: #011750;
  line-height: 1.8em;
}
.hf-text p {
  color: #d00030;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
}
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 0.9em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-errors: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h4 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid figure h4 span {
  font-weight: bold;
  color: #ffdf56;
}
.grid figure h4,
.grid figure p {
  margin: 0;
}
figure.effect-jazz {
  background: -webkit-linear-gradient(-65deg, #000 0%, #000 100%);
  background: linear-gradient(-65deg, #000 0%, #000 100%);
}

figure.effect-jazz img {
  opacity: 0.8;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazz figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
figure.effect-jazz h2,
figure.effect-jazz p {
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
figure.effect-jazz h4 {
  padding-top: 57%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  color: #fff;
  font-weight: bold;
  font-size: 1.8em;
}
figure.effect-jazz p {
  padding: 0em 2em;
  text-transform: none;
  font-size: 1em;
  opacity: 0;
  line-height: 1.8em;
}
figure.effect-jazz:hover img {
  opacity: 0.5;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
figure.effect-jazz:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
figure.effect-jazz:hover h4,
figure.effect-jazz:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.start {
  text-align: left;
  margin-top: 1.5em;
}
.start a {
  padding: 13px 20px;
  background: #202020;
  font-size: 0.9em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

ul.top-links.two {
  margin: 1em 0;
}
h4.tittle {
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #202020;
  text-transform: uppercase;
}
/*--//featured-section--*/
/*-- Tabs --*/

.tabs {
  margin: 30px 0;
}

.sap_tabs {
  clear: both;
}

.tab_box {
  background: #fd926d;
  padding: 2em;
}

.top1 {
  margin-top: 2%;
}

.resp-tabs-list {
  list-style: none;
  text-align: center;
  border-bottom: 1px ridge #777;
  width: 99%;
  margin: 0 auto 5px;
}

.resp-tab-item {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 33.3%;
  float: left;
  padding: 10px 0;
}

.resp-tab-item span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
}

.resp-tab-active {
  text-shadow: none;
  color: #fff;
  border: 1px solid #ffdf56;
  background: #ffdf56;
}
.resp-tabs-container {
  padding: 0px;
  clear: left;
}

h3.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 20px 0;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.resp-tab-item label {
  margin-right: 8px;
}

.resp-tab-content p {
  line-height: 30px;
  color: #aaa;
  padding: 0 5px;
}
.agitsworkw3ls-grid {
  background: #202020;
  padding: 7.24em 1em;
}
/*-- //Tabs --*/
.info-imgs ul li {
  float: left;
  width: 50%;
  list-style: none;
}
.info-imgs ul li img {
  width: 100%;
}
.agitsworkw3ls-grid-2 {
  padding: 0;
}
h3.tittle.two {
  text-align: left;
  color: #fff;
}
/*-- /contact --*/
#contact {
  background: #222;
  padding: 4em 0;
}
#contact h2 {
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}
p.para {
  text-align: center;
  margin: 1em auto 0;
  font-size: 1em;
  color: #999;
  width: 60%;
  line-height: 1.9em;
}
.contact-w3ls ul.social-icons1 {
  list-style: none;
  margin: 1.5em auto;
  text-align: center;
}
.contact-w3ls ul.social-icons1 li {
  display: inline-block;
  margin-right: 3px;
}
.contact-w3ls ul.social-icons1 li a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
}
.contact-w3ls ul.social-icons1 li a i.fa {
  font-size: 21px;
  line-height: 48px;
  width: 50px;
  height: 50px;
  border: 1px solid #999;
  text-align: center;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  color: #fff;
}
.contact-w3ls ul.social-icons1 li a i.fa:hover {
  background-color: #ffdf56;
  border: 1px solid #ffdf56;
  color: #fff;
}
.contact-w3ls ul.social-icons1 li a:hover {
  color: #fff;
}
/*-- /contact section --*/
/*-- gallery --*/
.agile_gallery_grids {
  margin: 2em 0 0;
}
.demo > li {
  float: left;
  list-style-type: none;
  margin: 10px;
}
.demo > li img {
  width: 265px;
  cursor: pointer;
}
/*jquery.picEyes*/

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img {
  max-height: 500px;
}

.pictures_eyes_in .prev,
.pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/left1.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/right1.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img {
  height: 50px;
}

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}
.gallery-grid1 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gallery-grid1 .p-mask,
.row .product .vm-product-media-container .p-mask {
  opacity: 0;
  visibility: hidden;
  background: rgba(25, 24, 24, 0.8);
  bottom: 0%;
  position: absolute;
  padding: 1.3em 1.3em;
  width: 100%;
  -webkit-transform: translate3d(0px, 100%, 0px);
  -moz-transform: translate3d(0px, 100%, 0px);
  -ms-transform: translate3d(0px, 100%, 0px);
  -o-transform: translate3d(0px, 100%, 0px);
  transform: translate3d(0px, 100%, 0px);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-align: left;
  border-bottom: 6px solid #ffdf56;
}
.gallery-grid1 .p-mask .p-desc {
  color: #a3a3a3;
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1em;
}
.gallery-grid1:hover .p-mask,
.row .product:hover .p-mask {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.p-mask h4 {
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  line-height: 1.8em;
  text-transform: uppercase;
  font-weight: bold;
}
.p-mask p {
  margin: 0;
  color: #f5f5f5;
  line-height: 1.8em;
}
.p-mask span {
  color: #ffdf56;
}
#gallery {
  padding: 5em 0;
  background: #f5f5f5;
}
.pictures_eyes_in {
  position: relative;
  text-align: center;
}
/*-- //gallery --*/
/*-- footer section --*/
.footer {
  background-color: #000;
  padding: 50px 0;
  text-align: center;
}
.footer p {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 30px;
}
.footer p a {
  color: #fff;
  text-decoration: none;
}
.footer p a:hover {
  color: #ffdf56;
}
.footer h2 {
  color: #fff;
  font-size: 2em;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}
.footer p.para {
  color: #898989;
  font-size: 14px;
  margin: 1em auto 2em;
  text-align: center;
  line-height: 1.8em;
  width: 60%;
}
.footer-grid p {
  color: #898989;
  font-size: 14px;
  margin: 0;
  line-height: 1.8em;
  text-align: left;
}
.footer-grid p a {
  color: #898989;
  display: block;
  margin: 1em 0;
  text-align: left;
}
.footer-grid p a:hover {
  color: #fff;
}
.footer-contact input[type="text"] {
  outline: none;
  border: none;
  background: #fff;
  padding: 14px 15px;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
}
.footer-contact input[type="submit"] {
  outline: none;
  background: #ffdf56;
  color: #fff;
  font-size: 1em;
  width: 18.3%;
  padding: 12px 0 14px;
  margin-left: 0.5em;
  border: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.footer-contact input[type="submit"]:hover {
  color: #fff;
  background: #5fa529;
}
.footer-contact {
  width: 65%;
  margin: 3em auto 3em;
}
h3.follow {
  color: #fff;
  margin: 2em 0 0 0;
  border-top: 1px solid #444;
  padding-top: 1em;
}
#contact h2 {
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
}
.footer-grid ul li {
  color: #fff;
  margin: 0 0 1em;
  background: url(../images/img-sp.png) no-repeat -80px -132px;
  list-style-type: none;
  padding-left: 3em;
}
.footer-grid ul li a {
  font-size: 14px;
  color: #999;
  text-decoration: none;
}
.footer-grid ul li a:hover {
  color: #fff;
}
.footer-copy {
  margin: 2em 0 0;
  padding: 2em 0;
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
}
.footer-copy p {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 14px;
  line-height: 1.8em;
}
.footer-copy p a {
  color: #00b6ff;
  text-decoration: none;
}
.footer-copy p a:hover {
  color: #fff;
}
.footer1 {
  margin: 0 !important;
}
.footer-grid1-left {
  float: left;
  width: 35%;
}
.footer-grid1-right {
  float: right;
  width: 60%;
}
.footer-grid1-right a {
  font-size: 1em;
  color: #999;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  display: block;
  margin: 0 0 0.5em;
}
.footer-grid {
  text-align: left;
}
.footer-grid1-right a:hover {
  color: #fff;
}
.m1 a {
  color: #f25086;
}
.m1 a:hover {
  color: #fff;
}
.footer-grid1:nth-child(2) {
  margin: 1em 0;
}
.footer-grid p span {
  padding-left: 1em;
  left: -0.5em;
  color: #fff;
}
.footer-grid-instagram {
  float: left;
  width: 50%;
}
.w3agile_footer_copy p {
  color: #999;
  line-height: 1.8em;
  text-align: center;
  letter-spacing: 1px;
}
.w3agile_footer_copy p a {
  color: #ffdf56;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 22px;
  border: none;
  text-indent: 100%;
  background: url(../images/move-top.png) no-repeat 0px 0px;
}

/*-- /responsive --*/
@media (max-width: 1440px) {
  .baner-info {
    padding-top: 11em;
  }
  .agitsworkw3ls-grid {
    padding: 5.59em 2em;
  }
  h3.tittle {
    font-size: 2.3em;
  }
}
@media (max-width: 1366px) {
  .agitsworkw3ls-grid {
    padding: 4.79em 2em;
  }
  .price-section {
    padding: 3em 0 6em 0;
  }
  .featured-section,
  #team,
  #gallery {
    padding: 4em 0;
  }
  #contact {
    padding: 3em 0;
  }
  .footer-contact input[type="text"] {
    width: 79%;
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  .agitsworkw3ls-grid {
    padding: 2.9em 2em;
  }
}
@media (max-width: 1024px) {
  .w3l_header_left ul li {
    display: inline-block;
    margin-right: 1em;
    font-size: 14px;
    color: #999;
  }
  .w3l_header_right {
    float: right;
    width: 50%;
    padding: 0.3em 0em 0.4em 18em;
  }
  .w3l_header_left {
    float: left;
    padding: 0.7em 0 0.8em 2em;
    width: 50%;
  }
  .navbar-nav > li > a {
    font-size: 14px;
    padding: 20px 5px 0;
  }
  .cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: -49px;
    right: 0;
  }
  .baner-info {
    padding-top: 8em;
  }
  h3.tittle {
    font-size: 2em;
  }
  .agitsworkw3ls-grid {
    padding: 0.5em 1em 0 1em;
  }
}
@media (max-width: 991px) {
  .baner-info h3 {
    font-size: 2.5em;
  }
  .serv-w3ls1 img {
    width: 100%;
  }
  .agitsworkw3ls-grid {
    padding: 4em 2em 2em 2em;
  }
  .ab-text {
    text-align: center;
    margin: 3em 0;
    float: left;
  }
  .navbar-nav > li > a {
    font-size: 13px;
    padding: 20px 1px 0;
  }
  span.one {
    font-size: 2.5em;
  }
  .navbar-brand {
    padding: 0 0 0 3.2em;
    line-height: 78px;
    font-size: 0.5em;
    background: url(../images/logo.png) no-repeat 1px 0px;
    height: 63px;
    font-family: "Lato", sans-serif;
  }
  .cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: -49px;
    right: -8px;
  }
  .navbar-nav {
    float: left;
    margin: 0.5em 0 0 5em;
  }
  ul.demo > li {
    float: left;
    list-style-type: none;
    margin: 10px;
    width: 30%;
  }
  .footer-grid {
    text-align: left;
    margin-bottom: 1em;
    padding: 0;
  }
  .footer-grid ul li {
    color: #fff;
    margin: 0 0 1em;
    list-style-type: none;
    padding-left: 0em;
  }
  .footer-grid-instagram {
    float: left;
    width: 22%;
  }
  .footer-grid1-left {
    float: left;
    width: 21%;
  }
  .footer-grid1-right {
    float: left;
    width: 56%;
    margin-left: 3%;
  }
  h3.follow {
    margin: 1em 0 0 0;
  }
  p.para {
    margin: 1em auto 0;
    font-size: 0.9em;
    width: 77%;
    line-height: 1.9em;
  }
  .footer-contact {
    width: 81%;
    margin: 2em auto 2em;
  }
}
@media (max-width: 800px) {
  .w3l_header_right {
    float: right;
    width: 50%;
    padding: 0.3em 0em 0.4em 12em;
  }
  .baner-info h3 {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .w3l_header_left {
    float: left;
    padding: 0.7em 0 0.8em 2em;
    width: 50%;
  }
  .w3l_header_right {
    float: right;
    width: 50%;
    padding: 0.3em 0em 0.4em 12em;
  }
  .price-section {
    padding: 1em 0 6em 0;
  }
}
@media (max-width: 1300px) {
  .navbar-nav {
    float: none;
    margin: 0.5em 0 0 0em;
    text-align: center;
  }
  .cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: -59px;
    right: 69px;
  }
  .w3l_header_right {
    float: right;
    width: 50%;
    padding: 0.3em 0em 0.4em 9em;
  }
  .w3l_header_left {
    float: left;
    padding: 0.7em 0 0.8em 1em;
    width: 50%;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 12px 10px;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 0px!imporrtant;
    background-image: none;
    border: 1px solid #ffdf56;
    border-radius: 0;
    background: #202020;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffdf56;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #202020;
  }
  .navbar-default .navbar-toggle {
    border-color: #111;
  }
  span.one {
    font-size: 3em;
  }
  .navbar-brand {
    padding: 0 0 0 2.5em;
    line-height: 83px;
    font-size: 0.7em;
    background: url(../images/logo.png) no-repeat 1px 0px;
    height: 63px;
    font-family: "Lato", sans-serif;
  }
}
@media (max-width: 667px) {
  ul.demo > li {
    float: left;
    list-style-type: none;
    width: 42%;
    margin: 10px;
  }
  .baner-info {
    padding-top: 6em;
  }
  .w3l_header_left {
    float: none;
    padding: 0.5em 0 0.5em 0;
    width: 100%;
    text-align: center;
  }
  .w3l_header_right {
    float: right;
    width: 100%;
    padding: 0.4em 0em 0.4em 0em;
    text-align: center;
  }
  span.one {
    font-size: 2.5em;
  }
  .cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: -46px;
    right: 69px;
  }
  h3.tittle {
    font-size: 1.8em;
  }
  .grid figure figcaption {
    padding: 2em;
    font-size: 0.75em;
  }
  .ab-text p {
    font-size: 0.9em;
    margin: 0.5em 0;
  }
  .footer-grid1:nth-child(2) {
    margin: 0.5em 0;
  }
}
@media (max-width: 640px) {
  ul.demo > li {
    float: left;
    list-style-type: none;
    width: 46%;
    margin: 10px;
  }
  .baner-info h3 {
    font-size: 1.8em;
  }
  .ab-text.two {
    margin: 0;
    margin-bottom: 2em;
  }
  .footer-grid ul li {
    margin: 0 0 0.3em;
    list-style-type: none;
    padding-left: 0em;
  }
  .footer-grid p {
    line-height: 0.9em;
  }
  .footer-grid1-right a {
    font-size: 0.9em;
  }
}
@media (max-width: 480px) {
  .baner-info {
    padding-top: 4em;
  }
  .baner-info h3 {
    font-size: 1.6em;
  }
  .price h3 {
    font-size: 1.4em;
  }
  .price {
    padding: 2em 2em;
    margin: 2em 0 0 0;
  }
  .plat {
    margin-top: 2em;
    padding: 0;
  }
  .grid figure figcaption {
    padding: 1em;
    font-size: 0.75em;
  }
  .ab-text {
    text-align: center;
    margin: 2em 0;
    float: left;
  }
  h4.tittle {
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  ul.demo > li {
    float: left;
    list-style-type: none;
    width: 45%;
    margin: 10px;
  }
  .featured-section,
  #team,
  #gallery {
    padding: 3em 0;
  }
  h3.tittle {
    font-size: 1.7em;
    margin-bottom: 22px;
  }
  .footer-contact {
    width: 100%;
    margin: 1em auto 2em;
  }
  #contact {
    padding: 2em 0;
  }
  p.para {
    margin: 1em auto 0;
    font-size: 0.9em;
    width: 97%;
    line-height: 1.9em;
  }
  .footer-contact input[type="text"] {
    width: 74%;
    margin: 0 auto;
  }
  .footer-contact input[type="submit"] {
    font-size: 1em;
    width: 23%;
  }
  .navbar-brand {
    padding: 0 0 0 2.5em;
    line-height: 70px;
    font-size: 0.6em;
    background: url(../images/logo.png) no-repeat 1px 0px;
    height: 63px;
    font-family: "Lato", sans-serif;
    background-size: 25%;
  }
  .header-bottom {
    position: relative;
    padding: 0.5em 0;
  }

  .rent-bottom h4 {
    font-size: 1em;
  }
  #contact h2 {
    font-size: 1.2em;
  }
  .footer-contact input[type="text"] {
    width: 72%;
    margin: 0 auto;
  }
  .footer-contact input[type="submit"] {
    font-size: 1em;
    width: 24%;
  }
  .modal-body.about p {
    font-size: 0.9em;
  }
  .discount.one h3 {
    font-size: 1.1em;
  }
  .modal-body.about h4 {
    font-size: 1em;
  }
  .modal-body.about {
    padding: 1em 1em;
  }
}
@media (max-width: 414px) {
  h3.tittle {
    font-size: 1.6em;
    margin-bottom: 22px;
  }
  .resp-tab-item span {
    font-size: 14px;
  }
  .agitsworkw3ls-grid {
    padding: 3em 2em 1em 2em;
  }
  .p-mask h4 {
    font-size: 1em;
  }
  .h-f {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 1em;
  }
  ul.demo > li {
    float: left;
    list-style-type: none;
    margin: 10px 47px;
    width: 72%;
  }
  .agile_gallery_grids {
    margin: 0em 0 0;
  }
  .cd-search input {
    font-size: 1em;
  }
  .price h3 {
    font-size: 1.2em;
    margin-bottom: 1em;
  }
  .reservation-grid-left {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .reservation-grid-right {
    float: right;
    width: 100%;
  }
  .section_room:nth-child(2),
  .reservation-grids:nth-child(4) {
    margin: 0.5em 0;
  }

  span.four {
    font-size: 1em;
    padding: 0.5em 1em;
    position: absolute;
    top: 25%;
    right: 0px;
  }
  .start a {
    padding: 10px 12px;
  }
}
@media (max-width: 384px) {
  .baner-info h3 {
    font-size: 1.3em;
  }
  .baner-info h4 {
    font-size: 1em;
    margin-top: 1em;
  }
  .baner-info {
    padding-top: 3em;
  }
  .rent-bottom h5 {
    font-size: 0.85em;
  }
  .rent-bottom {
    padding: 1.5em 1em;
  }
  h3.tittle {
    font-size: 1.6em;
    margin-bottom: 7px;
    line-height: 1.5em;
  }
  .info-imgs ul li {
    float: left;
    width: 100%;
    list-style: none;
  }
  .featured-section,
  #team,
  #gallery {
    padding: 2em 0;
  }
  .agitsworkw3ls-grid {
    padding: 2em 1em 1em 1em;
  }
  .price-section {
    padding: 0.5em 0 5em 0;
  }
  .modal-body.about h4 {
    font-size: 0.9em;
  }
  .pictures_eyes_close {
    position: fixed;
    top: 13px;
    right: 30px;
  }
}
@media (max-width: 375px) {
  .navbar-brand {
    padding: 0 0 0 2.5em;
    line-height: 70px;
    font-size: 0.55em;
    background: url(../images/logo.png) no-repeat 1px 0px;
    height: 63px;
    font-family: "Lato", sans-serif;
    background-size: 25%;
  }
  .price {
    padding: 2em 1em;
    margin: 2em 0 0 0;
  }
  .rent-bottom h4 {
    font-size: 0.9em;
  }
  .rent-bottom h5 {
    font-size: 0.8em;
  }
  h3.tittle {
    font-size: 1.4em;
    margin-bottom: 14px;
    line-height: 1.5em;
  }
  .fur1 h6 a {
    font-size: 0.9em;
  }
  .keywords input[type="submit"] {
    width: 100%;
    padding: 12px 0;
  }
  h3.follow {
    margin: 0.5em 0 0 0;
    padding-top: 0.6em;
  }
  .contact-w3ls ul.social-icons1 {
    margin: 1em auto;
  }
  .footer-contact input[type="text"] {
    width: 68%;
    margin: 0 auto;
    padding: 10px 10px;
  }
  .footer-contact input[type="submit"] {
    font-size: 1em;
    width: 28%;
    padding: 8px 0 11px;
  }
  p.para {
    margin: 1em auto 0;
    font-size: 0.85em;
    width: 100%;
    line-height: 1.9em;
  }
  h3.follow {
    margin: 0.5em 0 0 0;
    font-size: 1.2em;
    padding-top: 0.7em;
  }
  .grid figure figcaption {
    padding: 1em;
    font-size: 0.7em;
  }
  ul.demo > li {
    float: left;
    list-style-type: none;
    margin: 10px 32px;
    width: 81%;
  }
  .footer-grid-instagram {
    float: left;
    width: 25%;
  }
  .pictures_eyes_in img {
    max-height: 500px;
    margin-top: 1em;
  }
}
@media (max-width: 320px) {
  .w3l_header_left ul li {
    margin-right: 0.2em;
    font-size: 14px;
  }
  .baner-info h3 {
    font-size: 1.2em;
  }
  .baner-info h4 {
    font-size: 0.8em;
    margin-top: 0.8em;
  }
  .baner-info {
    padding-top: 2em;
  }
  .navbar-brand {
    padding: 0 0 0 2.5em;
    line-height: 70px;
    font-size: 0.5em;
    background: url(../images/logo.png) no-repeat -1px 6px;
    height: 63px;
    font-family: "Lato", sans-serif;
    background-size: 23%;
  }
  .cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: -49px;
    right: 38px;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 7px;
    margin-top: 15px;
  }
  .header-bottom {
    position: relative;
    padding: 0em 0;
  }
  .w3l_header_left ul li span {
    padding-right: 0.5em;
  }
  .price {
    padding: 1em 1em;
    margin: 1em 0 0 0;
  }
  .rent-bottom h4 {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .price-section {
    padding: 0.5em 0 4.5em 0;
  }
  .resp-tab-item span {
    font-size: 12px;
  }
  ul.demo > li {
    float: left;
    list-style-type: none;
    margin: 6px 6px;
    width: 96%;
  }
  .pictures_eyes_close {
    position: fixed;
    top: 10px;
    right: 30px;
    z-index: 99999;
  }
  .price h3 {
    font-size: 1em;
    margin-bottom: 0.8em;
  }
  .contact-w3ls ul.social-icons1 li {
    display: inline-block;
    margin-right: 1px;
  }
  .footer-contact input[type="text"] {
    width: 63%;
    margin: 0 auto;
    padding: 10px 10px;
  }
  .footer-contact input[type="submit"] {
    font-size: 1em;
    width: 32%;
    padding: 8px 0 11px;
  }
  .footer-grid p {
    line-height: 1.9em;
  }
  .discount.one h3 {
    font-size: 0.9em;
  }
  .modal-body.about h4 {
    font-size: 0.8em;
  }
  #contact h2 {
    font-size: 1em;
  }
  #contact {
    padding: 1.5em 0 1em 0;
  }
  p.para {
    margin: 0.5em auto 0;
    font-size: 0.85em;
    width: 100%;
    line-height: 1.8em;
  }
}
/*-- //responsive --*/

/*--EXTERIORS--*/

/*--Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
 --*/
/*-- Reset Code --*/
body {
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: "Lato", 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;
  outline: none;
}
input[type="button"],
input[type="submit"],
button.btn {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
ul {
  margin: 0;
  padding: 0;
}
label {
  margin: 0;
}
.text-center {
  text-align: center;
}
/*-- //Reset-Code --*/
p {
  margin: 0;
  font-family: "Lato", sans-serif;
  line-height: 2;
  font-size: 1em;
  color: #888;
}
.jarallax {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/*-- header styling starts here --*/
/*--- slider-css --*/
.slider {
  position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides_tabs {
  position: absolute;
  bottom: 9%;
  z-index: 99;
  left: 10%;
}
.rslides_tabs li {
  display: inline-block;
  margin-right: 15px;
}
h1 {
  margin: 0px !important;
}
.rslides_tabs a {
  border: 2px solid #fff;
  border-radius: 1px;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  color: #fff;
  font-weight: bold;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager img {
  float: left;
  display: block;
}
#slider3-pager .rslides_here a {
  background: transparent;
  border: 2px solid #ffdf56;
}
#slider3-pager a {
  padding: 0px;
}
/*-- responsive-mediaqueries --*/
@media (max-width: 768px) {
  .rslides_tabs {
    bottom: 44px;
    left: 6%;
  }
}
@media (max-width: 640px) {
  .rslides_tabs {
    bottom: 46px;
  }
  #slider3-pager a {
    width: 90%;
  }
  ul#slider3-pager li a img {
    width: 100%;
  }
  .rslides_tabs li {
    margin-right: 3px;
  }
}
@media (max-width: 480px) {
  #slider3-pager a {
    width: 13%;
  }
  .rslides_tabs {
    bottom: 20px;
  }
}
@media (max-width: 320px) {
  #slider3-pager a {
    width: 15%;
  }
  .rslides_tabs {
    bottom: 25px;
  }
}
/*-- //slider-css --*/

/*-- navigation --*/

/* ******************************************************
	Basic Styling
*********************************************************/

.linkEffects ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.linkEffects li {
  list-style: none;
  display: inline-block;
  margin: 15px 25px;
}
.linkEffects li a {
  font-weight: 400;
  font-size: 1.1em;
  position: relative;
  display: inline-block;
  outline: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.linkEffects a:hover,
.linkEffects a:focus {
  outline: none;
  color: #ffdf56;
}

/* ******************************************************
	Effect 2: Changer .linkHoverEffect_2
*********************************************************/
/* Effect 1: Brackets */
.cl-effect-1 li a::before,
.cl-effect-1 li a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
  color: #ffdf56;
}

.cl-effect-1 li a::before {
  margin-right: 10px;
  content: "[";
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.cl-effect-1 li a::after {
  margin-left: 10px;
  content: "]";
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.cl-effect-1 li a:hover::before,
.cl-effect-1 li a:hover::after,
.cl-effect-1 li a:focus::before,
.cl-effect-1 li a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

.navbar-default {
  background: none;
  border: none;
  margin: 0;
  min-height: inherit;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #99abd5;
  background: none !important;
}
.navbar-nav > li {
  margin: 0 0.5em;
}
.navbar-default .navbar-nav > li > a {
  color: #fff !important;
  font-size: 1.2em;
  padding: 1.8em 1em;
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav li a.active {
  color: #f44639 !important;
  background: none !important;
}
.navbar-right {
  float: left !important;
  margin-right: 0px !important;
}
.navbar-collapse {
  padding: 0 !important;
}
.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important;
}
.header {
  position: center;
}
.agile-top-header {
  position: relative;
  z-index: 999;
  top: 3%;
  left: 10%;
  width: 80%;
}
.top-nav {
  float: right;
  float: right;
  margin-top: 27px;
}
.top-icons {
  z-index: 999;
  top: 35%;
  position: relative;
  right: 11%;
}
.top-icons li:first-child:before {
  content: "";
  background: #fff;
  width: 155%;
  height: 2px;
  position: relative;
  top: 133%;
  left: -47%;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
nav.linkEffects.linkHoverEffect_2 ul li a.active {
  color: #ffdf56 !important;
}
/*-- //top-nav --*/
/*--// navigation --*/

/* -- Responsive code -- */
@media screen and (max-width: 1440px) {
  .linkEffects li {
    margin: 15px 16px;
  }
}
@media screen and (max-width: 1366px) {
  .contact-right-w3l {
    padding: 6em 4em;
  }
}
@media screen and (max-width: 1280px) {
  .linkEffects li {
    margin: 15px 12px;
  }
}
@media screen and (max-width: 1080px) {
  .linkEffects li {
    margin: 15px 0px;
  }
  .button {
    margin-top: 1em;
  }
  .price-bottom {
    width: 32.1%;
  }
  .nav-tabs {
    width: 44%;
  }
  .contact-right-w3l {
    padding: 6em 2em;
  }
  .w3_agileits-team-head {
    width: 49%;
  }
  .team-row {
    width: 51%;
  }
  .w3-team.w3l-button a {
    width: 64%;
  }
}
@media screen and (max-width: 1050px) {
  .agile-top-header {
    width: 84%;
  }
}
@media screen and (max-width: 1024px) {
  .agile-top-header {
    width: 87%;
    left: 8%;
  }
  .contact-right-w3l input[type="text"]:nth-child(1),
  .contact-right-w3l input[type="email"] {
    margin-right: 1%;
  }
  .contact-right-w3l input[type="text"],
  .contact-right-w3l input[type="email"] {
    width: 49%;
  }
}
@media screen and (max-width: 991px) {
  .agile-top-header {
    width: 89%;
    left: 7%;
  }
  .slider-info h4 {
    font-size: 2.5em;
  }
  .slider-info p {
    margin-top: 1.7em;
  }
  div#about .container {
    width: 87%;
  }
  .price-bottom {
    width: 31.9%;
    padding: 2em 1.5em 0;
  }
  .agile-about-bottom {
    padding: 13em 5em 2em;
  }
  .about-head p {
    margin: 2em 0 0;
  }
  .w3ls-price-bottom p {
    margin: 2em 0 3em;
  }
  .price-bottom h5 {
    font-size: 1.7em;
  }
  .wthree-service-left p {
    width: 76%;
  }
  .nav-tabs {
    width: 58%;
  }
  .w3_agileits-team-head h5 {
    font-size: 2.5em;
    letter-spacing: 3px;
  }
  div#team .container {
    width: 90%;
  }
  .w3_agileits-team-head {
    width: 49%;
  }
  .team-row {
    width: 51%;
  }
  .w3-team.w3l-button a {
    width: 71%;
  }
  .w3_agileits-team-head p {
    width: 85%;
  }
}
@media screen and (max-width: 1300px) {
  .agile-top-header {
    width: 96%;
    left: 3%;
  }
  .rslides img {
    min-height: 500px;
  }
  .top-icons {
    right: 6%;
  }
  .about-head.text-center {
    padding: 3em 0 0;
    width: 84%;
    left: 8%;
    top: -18%;
  }
  .agile-about-top p.about-text {
    width: 84%;
  }
  .price-bottom {
    width: 31.7%;
  }
  .price-bottom h5 {
    font-size: 1.4em;
  }
  div#team .container {
    width: 95%;
  }
  .w3_agileits-team-head {
    width: 47%;
  }
  .team-row {
    width: 53%;
  }
  .agileits_w3layouts-map,
  .contact-right-w3l {
    width: 100%;
    float: none;
  }
  .agileits_w3layouts-map iframe {
    min-height: 350px;
  }
  .contact-right-w3l {
    padding: 6em;
    min-height: 443px;
  }
  .w3-team.w3l-button a {
    width: 78%;
  }
}
@media screen and (max-width: 800px) {
  .logo h1 a {
    font-size: 1.7em;
  }
  .linkEffects li a {
    font-size: 0.9em;
  }
  .agile-top-header {
    width: 100%;
    left: 0;
  }
  div#about .container {
    width: 91%;
  }
  .agile-about-top p.about-text {
    width: 93%;
  }
  .slider-info h4 {
    font-size: 2.3em;
  }
  .about-head.text-center {
    position: inherit;
    width: 100%;
    left: 0;
  }
  .w3ls-price-bottom .h3-w3l {
    margin: 1em 0;
  }
  .agile-about-bottom {
    padding: 0 4em 2em;
    margin: 0;
  }
  div#about .container {
    width: 94%;
  }
  div#team .container {
    width: 100%;
  }
  .w3_agileits-team-head p {
    width: 88%;
  }
  .w3_agileits-team-head {
    width: 43%;
  }
  .team-row {
    width: 57%;
  }
  .w3_agileits-team-head h5 {
    font-size: 2.2em;
    letter-spacing: 2px;
  }
  .w3-team.w3l-button a {
    width: 80%;
    letter-spacing: 3px;
  }
  .logo h1 a {
    padding-left: 10px;
  }
  .linkEffects li {
    margin: 10px 0px;
  }
}
@media screen and (max-width: 1300px) {
  .top-icons {
    right: 4%;
  }
  .linkEffects li a {
    font-size: 0.9em;
  }
  .slider-info {
    top: 36%;
    left: 6%;
  }
  .agile-about-top h4 {
    letter-spacing: 3px;
  }
  .price-bottom {
    width: 47%;
    padding: 2em 2em 0;
  }
  .price-bottom.ab-btm {
    margin: 0 0 1em 1em;
  }
  .w3_agileits-team-head {
    width: 100%;
  }
  .team-row {
    width: 100%;
  }
  .w3-team.w3l-button a {
    width: 34%;
  }
  .team-grids {
    width: 34%;
  }
  .team-grids {
    width: 33.33%;
  }
  .w3ls-section {
    padding: 3.5em 0 3em;
  }
}
@media screen and (max-width: 1300px) {
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #ffdf56 !important;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
  }
  nav.linkEffects.cl-effect-1 ul li {
    text-align: center;
    display: block;
    z-index: 9999;
  }
  .linkEffects li {
    margin: 0.2em auto;
    padding: 1em 0;
  }
  nav.navbar.navbar-default {
    right: 0px;
  }
  .linkEffects ul {
    background: rgba(0, 0, 0, 0.77);
    width: 78%;
    margin: 0 auto;
    padding: 1em 0;
    position: relative;
  }
  .top-nav {
    float: none;
    margin-top: 0;
    padding: 0 0px;
  }
  .navbar-toggle {
    margin-top: 29px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1300px) {
  .agile-top-header {
    width: 92%;
    left: 4%;
  }
  .slider-info h4 {
    font-size: 2.2em;
    letter-spacing: 3px;
  }
  .rslides_tabs {
    left: 7%;
  }
  .w3_tab_img_left {
    float: left;
    width: 50%;
  }
  .nav-tabs {
    width: 60%;
  }
  .w3-team.w3l-button a {
    width: 36%;
  }
  .team-grids {
    width: 33.33%;
    float: left;
  }
  .w3ls-price-bottom p {
    letter-spacing: 2px;
  }
  .top-nav {
    float: none;
    margin-top: 0;
  }
  .navbar-toggle {
    margin-top: 29px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 667px) {
  .agile-about-top h4 {
    letter-spacing: 2px;
  }
  .about-head h3 {
    font-size: 2.8em;
    padding: 0 0.5em;
  }
  .slider-info {
    top: 33%;
  }
  .rslides_tabs {
    bottom: 62px;
  }
  .nav-tabs {
    width: 67%;
  }
  .w3ls-price-bottom p {
    letter-spacing: 1px;
    font-size: 0.9em;
  }
  .h3-w3l {
    letter-spacing: 5px;
  }
  .contact-right-w3l {
    padding: 4em 6em;
    min-height: auto;
  }
}
@media screen and (max-width: 640px) {
  .wthree-service-right {
    min-height: 265px;
  }
  .wthree-service-left {
    padding: 2em 0;
    margin: 2.5em 0 0;
  }
  .slider-info h4 {
    font-size: 1.9em;
  }
  .agile-about-top h4 {
    font-size: 0.9em;
  }
  .agile-about-top p.about-text {
    width: 100%;
  }
  div#about .container {
    width: 99%;
  }
  .about-head.text-center {
    min-height: 230px;
    padding: 2em 0 0;
  }
  .nav-tabs {
    width: 70%;
  }
  .team-grids {
    width: 50%;
    padding: 3em 2em;
  }
  .w3-team.w3l-button a {
    width: 42%;
  }
  .agileits_w3layouts-map iframe {
    min-height: 300px;
  }
  div#contact {
    padding-bottom: 1em;
  }
  .top-icons {
    top: 30%;
  }
}
@media screen and (max-width: 600px) {
  .price-bottom {
    width: 48%;
  }
  .nav-tabs {
    width: 75%;
  }
  .top-icons {
    right: 0;
  }
  .wthree-service-left p {
    width: 90%;
  }
  .w3ls-price-bottom p {
    margin: 1em 0 2em;
  }
  .agile-about-top p.about-text.abtp1:before {
    width: 13px;
    height: 13px;
  }
  .wthree-service-right {
    min-height: 250px;
  }
  .w3-team.w3l-button a {
    width: 45%;
  }
  .contact-right-w3l {
    padding: 4em 5em;
  }
}
@media screen and (max-width: 568px) {
  .slider-info h4 {
    font-size: 1.7em;
    letter-spacing: 2px;
  }
  .agile-about-top {
    margin-bottom: 0em;
  }
  .agile-about-top h4 {
    letter-spacing: 1px;
  }
  .price-bottom {
    padding: 2em 1.9em 0;
  }
  .nav-tabs {
    width: 80%;
  }
  .team-grids {
    padding: 3em 1em;
  }
  .w3-team.w3l-button a {
    width: 48%;
    letter-spacing: 3px;
  }
  .contact-right-w3l {
    padding: 4em;
  }
}
@media screen and (max-width: 480px) {
  .w3ls-section {
    padding: 3em 0;
  }
  .rslides img {
    min-height: 435px;
  }
  .slider-info h4 {
    font-size: 1.6em;
    letter-spacing: 1px;
  }
  .slider-info p {
    letter-spacing: 2px;
    width: 77%;
  }
  #slider3-pager a {
    width: 70%;
  }
  .h3-w3l {
    font-size: 1.8em;
    letter-spacing: 4px;
  }
  .agile-about-top h4 {
    letter-spacing: 0px;
  }
  .about-head h3 {
    font-size: 2.4em;
  }
  .about-head p {
    letter-spacing: 2px;
  }
  .agile-about-bottom {
    padding: 0 3em 2em;
  }
  .w3ls-price-bottom .h3-w3l {
    margin: 0.8em 0;
  }
  .price-bottom {
    width: 100%;
    float: none;
    padding: 2em 2em 1em;
  }
  .price-bottom.ab-btm {
    margin: 1em 0;
  }
  .wthree-service-left {
    width: 100%;
    margin: 0em 0;
    border-right: 1px solid #adadad;
  }
  .wthree-service-left.w3ls-servicer {
    border-left: 1px solid #adadad;
  }
  .wthree-service1.wthree-service2 {
    margin: 1em 0;
  }
  .wthree-service-right {
    width: 100%;
    min-height: 220px;
  }
  .nav-tabs {
    width: 96%;
    margin: 2em auto;
  }
  .w3_agileits-team-head h5 {
    font-size: 2em;
    letter-spacing: 1px;
  }
  .w3-team.w3l-button a {
    width: 59%;
    letter-spacing: 3px;
  }
  .team-grids {
    padding: 2em 1em;
  }
  .contact-right-w3l {
    padding: 3em 1em;
  }
}
@media screen and (max-width: 414px) {
  .button a {
    font-size: 1em !important;
  }
  .top-icons ul li {
    font-size: 1.1em;
    margin: 6px 0;
  }
  .slider-info h4 {
    font-size: 1.5em;
    letter-spacing: 0px;
  }
  .agile-about-top h4 {
    line-height: 1.7;
  }
  .agile-about-top p.about-text {
    margin-bottom: 2em;
  }
  .about-head h3 {
    font-size: 2.2em;
  }
  .about-head p {
    letter-spacing: 1px;
  }
  .about-head.text-center {
    padding: 1em 0 1em;
  }
  .w3-service.w3l-button a {
    letter-spacing: 4px;
  }
  .nav-tabs > li > a {
    font-size: 0.9em;
  }
  .nav-tabs > li {
    margin: 0 4px 0 0;
  }
  .w3-team.w3l-button a {
    width: 69%;
  }
  .team-grids {
    width: 100%;
    padding: 4em 2em;
  }
  .w3_agileits-team-head {
    text-align: center;
  }
  .w3-team.w3l-button a {
    margin: 2em auto;
  }
  .w3_agileits-team-head p {
    width: 100%;
    margin: 0 auto;
  }
  .contact-right-w3l input[type="text"],
  .contact-right-w3l input[type="email"] {
    width: 100%;
  }
}
@media screen and (max-width: 384px) {
  .agile-about-bottom {
    padding: 0 2em 2em;
  }
  .slider-info h4 {
    font-size: 1.4em;
  }
  .about-head p {
    letter-spacing: 0px;
  }
  .about-head.text-center {
    min-height: 177px;
  }
  .wthree-service-left {
    margin: 1em 0 0;
  }
  .nav-tabs {
    margin: 0 auto 1.5em;
  }
  .nav-tabs > li > a {
    padding: 0.5em 0.8em;
  }
  .w3-team.w3l-button a {
    width: 76%;
  }
  .agileinfo-copyright p {
    padding: 0 1em;
  }
  .w3-service.w3l-button a {
    letter-spacing: 2px;
  }
  .nav-tabs > li > a {
    padding: 0.5em 0.73em;
  }
  .w3-team.w3l-button a {
    width: 78%;
    letter-spacing: 3px;
  }
  .w3_agileits-team-head h5 {
    font-size: 1.7em;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 375px) {
  .slider-info p {
    letter-spacing: 1px;
  }
  .rslides img {
    min-height: 375px;
  }
  .rslides_tabs {
    bottom: 37px;
  }
}
@media screen and (max-width: 320px) {
  .h3-w3l {
    margin-bottom: 0.8em;
  }
  .slider-info p {
    letter-spacing: 0px;
    width: 80%;
  }
  .rslides img {
    min-height: 350px;
  }
  .w3ls-section {
    padding: 2.4em 0;
  }
  .slider-info h4 {
    font-size: 1.1em;
  }
  .nav-tabs > li > a {
    padding: 0.5em 0.3em;
  }
  .linkEffects li {
    padding: 0.6em 0;
  }
  .w3_agileits-team-head h5 {
    font-size: 1.3em;
  }
  .w3-team.w3l-button a {
    width: 81%;
    letter-spacing: 1px;
  }
}
/* -- //Responsive code -- */

/* PUNCH */

/*-- admision --*/
.admision {
  background: #f4f4f4;
}
.w3l-admision-grid {
  text-align: center;
}
.w3ls-admision-img i.fa {
  width: 90px;
  height: 90px;
  color: #dadfe2;
  font-size: 4em;
  padding: 0.2em 0 0 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.agileits-admision-info h4 {
  color: #000000;
  font-size: 1.2em;
  margin: 1em 0;
  font-weight: 600;
  letter-spacing: 1px;
}
.agileits-admision-info p {
  color: #999999;
  font-size: 0.9em;
  line-height: 1.8em;
  margin: 0;
}
.w3l-admision-grid:hover div.w3ls-admision-img i.fa {
  background: #ffdf56;
  padding: 0.9em 0 0 0;
  width: 90px;
  height: 90px;
  color: #212121;
  font-size: 2em;
}
/*-- //admision --*/

/*-- responsive --*/
@media (max-width: 1440px) {
  .top-nav {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .top-nav ul li a {
    margin: 0 2em;
  }
  .top-nav {
    width: 73%;
  }
  .w3ls-button {
    width: 20%;
  }
  .open-hours-left h5 {
    font-size: 1em;
  }
  .open-hours-left h4 {
    font-size: 1.4em;
  }
  .ab-text h3 {
    font-size: 1.2em;
  }
  .w3l-footer h3 {
    font-size: 1em;
  }
  .w3layouts-banner-info h3:before {
    top: 141px;
  }
  figure.effect-jazz h4 {
    padding-top: 0.5em;
  }
  .icon-box {
    padding: 8px 4px;
    font-size: 0.9em;
  }
  .contact-form input[type="email"] {
    width: 30.9%;
  }
  .specials-caption h4 {
    font-size: 2em;
  }
}
@media (max-width: 991px) {
  .top-nav ul li a {
    margin: 0 1em;
  }
  .top-nav {
    width: 70%;
  }
  .w3layouts-banner-info h3 {
    font-size: 6em;
  }
  .w3layouts-banner-info h3:before {
    top: 86px;
  }
  .banner-info {
    padding: 6em 0;
  }
  .w3ls-button {
    width: 22%;
  }
  .callbacks_tabs {
    left: 47%;
  }
  img.zoom-img {
    width: 100%;
  }
  .open-hours-left {
    float: left;
    width: 25%;
  }
  .welcome-right {
    margin: 2em 0 0 0;
  }
  .w3l-admision-grid {
    margin: 2em 0 0 0;
  }
  .w3l-admision-grid:nth-child(1) {
    margin: 0;
  }
  .wthree-history-info h4 {
    font-size: 2em;
  }
  .wthree-history-info p {
    width: 90%;
  }
  .wthree-history-info a {
    width: 19%;
  }
  .agileits-specials-grid {
    float: left;
    width: 50%;
  }
  .agileits-specials-grid:nth-child(3),
  .agileits-specials-grid:nth-child(4) {
    margin: 2em 0 0 0;
  }
  .w3l-footer {
    margin: 2em 0 0 0;
  }
  .w3l-footer:nth-child(1) {
    margin: 0;
  }
  .newsletter-info input[type="text"],
  .newsletter-info input[type="email"] {
    width: 40%;
  }
  .ab-text {
    margin: 2em 0 0 0;
  }
  .agileits-team-grid {
    float: left;
    width: 50%;
  }
  .agileits-team-grid:nth-child(3),
  .agileits-team-grid:nth-child(4) {
    margin: 2em 0 0 0;
  }
  .w3l-event-grid {
    margin: 2em 0 0 0;
  }
  .w3_tabs_grid_sub {
    margin: 0em 0;
  }
  .w3_tabs_grid {
    float: left;
    width: 50%;
    margin: 2em 0 0 0;
  }
  .w3_tabs_grid:nth-child(1),
  .w3_tabs_grid:nth-child(2) {
    margin: 0;
  }
  .contact-form input[type="email"] {
    width: 29.9%;
  }
}
@media (max-width: 1300px) {
  .top-nav {
    width: 68%;
  }
  .callbacks_tabs {
    left: 47%;
    top: 110%;
  }
  ul.callbacks_tabs.callbacks3_tabs {
    left: 45%;
  }
}
@media (max-width: 800px) {
  .top-nav {
    width: 65%;
  }
  .w3-header-bottom {
    padding: 1em 1em;
  }
}
@media (max-width: 1300px) {
  .top-nav ul li a {
    font-size: 0.9em;
  }
  .top-nav {
    width: 64%;
  }
}
@media (max-width: 1300px) {
  .top-nav {
    width: 60%;
  }
  .navbar-toggle {
    float: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .top-nav ul li {
    display: block;
    float: none;
    margin: 1em 0;
  }
  .navbar-nav li:after {
    background: none;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.73);
    margin: 1em 0 0 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
  }
  .newsletter-info input[type="text"],
  .newsletter-info input[type="email"] {
    width: 37%;
  }
  figure.effect-jazz h4 {
    padding-top: 1.5em;
  }
  .contact-form input[type="text"] {
    width: 31.7%;
  }
  .w3_leave_comment {
    width: 100%;
  }
  .contact h4 {
    font-size: 1em;
  }
  .address-grids:nth-child(2) {
    margin: 2em 0;
  }
  .address {
    margin: 2em 0 0;
  }
}
@media (max-width: 667px) {
  .top-nav {
    width: 58%;
  }
  .w3ls-button {
    width: 26%;
  }
  .contact-form input[type="text"] {
    width: 31%;
  }
}
@media (max-width: 640px) {
  .top-nav {
    width: 56%;
  }
  .wthree-history-info p {
    width: 100%;
  }
  figure.effect-jazz h4 {
    padding-top: 1em;
  }
}
@media (max-width: 600px) {
  .top-nav {
    width: 53%;
  }
  .w3layouts-banner-info h3 {
    font-size: 4em;
  }
  .w3layouts-banner-info h3:before {
    top: 58px;
    height: 5px;
  }
  .w3ls-button a {
    padding: 0.5em 1em;
  }
  .callbacks_tabs {
    left: 46%;
  }
  .reply {
    margin-left: 7em;
  }
}
@media (max-width: 568px) {
  .banner-info {
    padding: 4em 0;
  }
  figure.effect-jazz h4 {
    font-size: 1em;
  }
  .reply {
    margin-left: 5em;
  }
  .top-nav {
    width: 51%;
  }
  .contact-form input[type="text"] {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .w3layouts-logo h1 a {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 17px;
  }
  .agileinfo-phone {
    float: none;
    width: 100%;
    text-align: center;
  }
  .top-nav {
    width: 100%;
    float: none;
    margin: 0em 0;
  }
  .agileinfo-social-grids {
    float: none;
    width: 100%;
    text-align: center;
  }
  .w3ls-button {
    width: 28%;
  }
  .callbacks_tabs {
    left: 45%;
    top: 98%;
  }
  .welcome,
  .admision,
  .testimonials,
  .specials-dot,
  .newsletter,
  .agile-about-top,
  .team,
  .events,
  .gallery,
  .codes,
  .typography,
  .contact,
  .single {
    padding: 2em 0;
  }
  .w3ls-row,
  .w3-admision-grids,
  .agileits-testimonials-grids,
  .agileits-specials-grids,
  .newsletter-info,
  .w3l-event-grids,
  .agileits-team-grids {
    margin: 2em 0 0 0;
  }
  .open-hours-left h4 {
    font-size: 1.2em;
    line-height: 1.7em;
  }
  .wthree-history-info h4 {
    font-size: 1.2em;
  }
  .wthree-history-info a {
    width: 30%;
  }
  .specials-caption {
    padding: 0.5em;
  }
  .newsletter-info input[type="text"],
  .newsletter-info input[type="email"] {
    width: 100%;
    margin: 0 0 1em 0;
  }
  .agile-title h2,
  .agile-title h3,
  .wthree-info-text h2 {
    font-size: 2em;
  }
  .h-f {
    width: 100%;
    float: none;
    margin: 1em 0 0 0;
  }
  .h-f:nth-child(1) {
    margin: 0;
  }
  figure.effect-jazz h4 {
    padding-top: 4em;
  }
  figure.effect-jazz p {
    padding: 0em 4em;
  }
  .w3_testimonials_grid h4 {
    width: 90%;
  }
  ul.callbacks_tabs.callbacks3_tabs {
    left: 42%;
    top: 98%;
  }
  .contact-form input[type="text"] {
    width: 100%;
  }
  .contact-form input[type="email"] {
    width: 100%;
    margin: 0 0 1.5em 0;
  }
  .agileits_tom {
    width: 18%;
  }
  .agileits_three_comment_grid1 {
    padding-left: 2em;
  }
  .agileits_three_comments {
    margin: 2em 0;
  }
  .w3_leave_comment form {
    margin: 2em 0 0;
  }
  .agileits_three_comment_grid:nth-child(2) {
    margin: 2em 0 0;
  }
  .contact-infom {
    margin: 2em 0;
  }
}
@media (max-width: 414px) {
  .w3ls-button {
    width: 34%;
  }
  .callbacks_tabs {
    left: 44%;
  }
  .open-hours-left {
    float: none;
    width: 100%;
    padding: 2em 0;
  }
  .open-hours-left:nth-child(2) {
    border-top: 1px dashed #878787;
    border-left: none;
  }
  .open-hours-left:nth-child(3) {
    border-top: 1px dashed #878787;
    border-bottom: 1px dashed #878787;
    border-left: none;
    border-right: none;
  }
  .wthree-history-info p {
    width: 90%;
  }
  .w3_testimonials_grid img {
    width: 20%;
  }
  .agileits-specials-grid,
  .agileits-team-grid {
    float: none;
    width: 100%;
    margin: 2em 0 0 0;
  }
  .agileits-specials-grid:nth-child(1),
  .agileits-team-grid:nth-child(1) {
    margin: 0;
  }
  .specials-caption {
    padding: 1em;
  }
  .agileits_tom_right {
    width: 72%;
    margin-left: 1em;
  }
  .reply {
    margin-left: 2em;
  }
  .wthree-info {
    padding: 2em 0;
  }
  .w3layouts-banner-info p {
    letter-spacing: 4px;
  }
  .icons .bs-glyphicons li {
    width: 31%;
  }
}
@media (max-width: 384px) {
  figure.effect-jazz h4 {
    padding-top: 3em;
  }
  .reply a {
    padding: 0.5em 1em;
  }
  .w3layouts-logo h1 a {
    letter-spacing: 10px;
  }
}
@media (max-width: 375px) {
  .w3layouts-banner-info h3 {
    font-size: 3em;
  }
  .w3layouts-banner-info h3:before {
    top: 42px;
  }
  .w3ls-button {
    width: 37%;
  }
  .callbacks_tabs {
    left: 42%;
  }
  .wthree-history-info h4 {
    letter-spacing: 3px;
  }
  ul.callbacks_tabs.callbacks3_tabs {
    left: 40%;
  }
  figure.effect-jazz h4 {
    padding-top: 2em;
  }
  .w3_tabs_grid {
    float: left;
    width: 100%;
    margin: 2em 0 0 0;
  }
  .w3_tabs_grid:nth-child(2) {
    margin: 2em 0 0 0;
  }
}
@media (max-width: 320px) {
  .w3layouts-logo h1 a {
    letter-spacing: 5px;
    font-size: 0.9em;
  }
  .w3-header-bottom {
    padding: 0.5em 0em;
  }
  .w3ls-button {
    width: 43%;
    margin: 1em auto 1em;
  }
  .banner-info {
    padding: 2em 0;
  }
  .w3layouts-banner-info h3 {
    font-size: 2em;
  }
  .w3layouts-banner-info h3:before {
    top: 29px;
    height: 3px;
  }
  .open-hours-left {
    padding: 1em 0;
  }
  .agile-title h2,
  .agile-title h3,
  .wthree-info-text h2 {
    font-size: 1.5em;
  }
  .wthree-history-info a {
    width: 40%;
  }
  .wthree-history-info p {
    width: 98%;
  }
  .wthree-history-info h4 {
    font-size: 1em;
  }
  ul.callbacks_tabs.callbacks3_tabs {
    left: 38%;
  }
  figure.effect-jazz p {
    padding: 0em 1em;
  }
  figure.effect-jazz h4 {
    padding-top: 1em;
  }
  .map iframe {
    height: 200px;
  }
  .agileits_three_comment_grid1 {
    padding-left: 1em;
  }
  .agileits_tom_right {
    width: 75%;
    margin-left: 0.5em;
  }
  .reply {
    margin-left: 1em;
  }
  .agileits_three_comment_grid {
    padding: 2em 0;
  }
}
/*-- //responsive --*/
