@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en");

/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/Nexa_Free_Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/Nexa_Free_Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* line 270, style2.scss */
.flash-message {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.5em;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  text-align: center;
  z-index: 10;
}
/* line 275, style2.scss */
.flash-message .flash-success, .flash-message .flash-error {
  padding: 1em;
  color: #efefef;
  font-size: 1.2em;
  font-weight: 200;
  display: inline-block;
  position: relative;
}
.flash-message .flash-success span, .flash-message .flash-error span{
    position: absolute;
    top: -4px;
    right: 1px;
    color: #164c19;
    cursor: pointer;
}
/* line 282, style2.scss */
.flash-message .flash-success {
  background: #18a689;
}
/* line 285, style2.scss */
.flash-message .flash-error {
  background: #de7979;
}
.table > thead > tr > th {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: bottom;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.invoice-total > tbody > tr > td {
    border: 0 none;
}
.invoice-total > tbody > tr > td:first-child {
    text-align: right;
}
.invoice-total > tbody > tr > td {
    border: 0 none;
}
.invoice-total > tbody > tr > td:last-child {
    border-bottom: 1px solid #DDDDDD;
    text-align: right;
    width: 15%;
}
.green{
  color: green;
}
.red{
  color: red;
}
h4 {
    font-size: 14px;
}
.m-t {
    margin-top: 15px;
}
html, body{
	margin:0;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background: #2d2d2d;
}
body a {
	text-decoration: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;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}
.payment-item.active {
    border-left: 5px solid #1ab394 !important;
}
.ibox-content {
    clear: both;
}
.infoSection {
    margin-bottom: 40px;
    box-shadow: 0 1px 8px #ccc;
    margin-top: 0px;
    padding-left: 0!important;
}
.securityinfoDiv i{
    font-size: 24px;
}
.p-xl {
    padding: 40px;
}
.i-checks .small{
    display: block;
    margin-left: 30px;
    position: relative;
    top: -26px;
    font-size: 12.5px;
    font-weight: 100;
}
.total{
    text-transform: uppercase;
    vertical-align: middle;
    color: #1ab394;
}
.price{
    font-size: 25px;
    vertical-align: middle;
    padding: 0 30px;
}
.invoice{
    background-color: #e0e0e0;
    font-size: 13px;
    color: #555;
    padding: 30px 0;
}
.responsive-img{
    width: 100%;
}
.no-padding{
    padding: 0;
    margin: 0;
}
.block-title{
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}
.block-list{
    list-style-type: disc;
    padding: 0 0 30px 50px;
    font-size: 13px;
}
.block-text{
    font-size: 14px;
    padding: 0 0 20px 0;
}
.text-navy {
    color: #1ab394;
}
.wrap {
    margin: 0 auto;
    width: 80%;
}
a:hover{
    text-decoration:none;
    color: #18a689;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.input-group-addon {
    background-color: #1ab394;
    border: 1px solid #1ab394;
    border-radius: 1px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
    /*width: 59px;*/
}
.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}
.btn-primary:hover,.btn-primary:focus{
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}
.btn {
    border-radius: 3px;
}

.form-control, .single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px !important;
    color: inherit;
    display: block !important;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}
.modal-sub-content .form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: none;
    border-bottom: 2px solid #1ab394;
    border-radius: 1px !important;
    color: inherit;
    display: block !important;
    padding: 0;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 13px;
    font-weight: 100;
    height: 25px;
}
.form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
    box-shadow: none;
}

.form-control:focus,
.single-line:focus {
  border-color: #1ab394 !important;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
    font-weight: 500;
}
.img-responsive{
    max-width: 100%;
    margin: auto;
}
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
h3, h4, h5 {
    margin-top: 5px;
    font-weight: 600;
}
.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5, .ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
    margin-top: 5px;
}
label{
	/*margin:0;*/
    color: #676a6c;
    font-size: 13px;
    font-weight: 100;
}
/*-- header --*/

header {
    /*padding: 10px 0px;*/
    width: 100%;
}
/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.w3_navigation {
    border-top: none;
    position: relative;
}
.navbar-nav {
    float: right;
    /*margin-top: 1.3em;*/
}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    float: none !important;
    margin-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #1bb394;
    background: none;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.search-info-bar{
    background-color: #18a689;
    color: #fff;
    font-weight: 200;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px, rgba(0, 0, 0, 0.2) 0px 2px 4px -1px;
}
.change-btn{
    border: 1px solid #ffffff47;
    padding: 5px 20px;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
}
.change-btn:hover{
    border: 1px solid #0000007d;
    background-color: #0000007d;
}
.content{
    padding: 15px;
}
.go-city{
   padding: 0 10px 0 0; 
}
.arrived-city{
    padding: 0 10px;
}
.previous,.next{
    padding: 0 10px;
    text-decoration: none;
    color: #fff;
}
.previous:focus,.next:focus{
    text-decoration: none;
    color: #fff;
}
.hole-content{
    background-color: #fff;
}
.search-results-content{
    /*padding: 10px 0;*/
    min-height: 450px;
}
.navbar-nav > li {
    float: left;
    /*margin-right: 1em;*/
    box-sizing: border-box;
    /*border-bottom: 2px solid #1bb39400;*/
    font-weight: bold;
}
.navbar-nav > li.active{
    /*border-bottom: 2px solid #1bb394;*/
}


.modal-sub-content{
    padding: 0 20px 10px 50px;
    position: relative;
    margin-left: 20px;
}

.modal-sub-content .icon-block{
    color: #1ab394;
    font-size: 20px;
}


/* single */
.single-result-content{
    background-color: #18a68912;
    margin: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}
.single-result-content:nth-child(2n+1){
    /*background-color: #fff;*/
}
.single-result-content:nth-child(2n){
    /*background-color: #f1f1f1;*/
}
.single-result-content:last-child{
   border: none;
}
.content-center{
    text-align: center;
    margin: 0 auto;
}
.content-center img{
    width: 40%;
}
.content-center h1{
    text-transform: capitalize;
    padding-bottom: 1em;
    font-weight: 300;
}
.single-result-content{
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.icon-block{
    font-size: 30px;
    position: absolute;
    left: 0;
    padding: 5px 0;
    line-height: 1;
}
.super-padding{
    padding-left: 40px;
    position: relative;
}
.name-title,.super-title{
    font-weight: 600;
    font-size: 14.5px;
    padding: 3px 0;
}
.super-title{
    font-size: 15.5px;
}
.numero-title{
    font-weight: 200;
    font-size: 13.5px;
    padding: 2px 0;
}
.buy-btn{
    font-size: 12px;
    background: #18a689;
    color: #fff;
    padding: 3px 10px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
}
.buy-btn:hover{
    color: #fff;
    background: #0e7963;
}
/*endsingle*/





.navbar-nav > li > a {
    margin: 0;
    padding: 20px;
    /*line-height: 1em;
     text-transform: uppercase; */
    /* font-weight: 600; */
    font-size: 12px;
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
}
.w3_navigation_pos h1 a{
	font-size: 1.1em;
    color: #212121;
    text-decoration: none;
    display: block;
}
.w3_navigation_pos h1 a span:before,.w3_navigation_pos h1 a span:after{
	content: '';
    position: absolute;
    top: 11%;
    width: 40px;
    height: 42px;
}
.w3_navigation_pos h1 a i{
    font-size: 30px;
	/*display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    letter-spacing: 8px;
    color: #65b126;*/
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: #18a689;
}
/* start top_grids */
.top_bg{
    background: #2D2D2D;
}
.white_bg{
    background: #fff;
}
.top_grids {
    padding: 4% 6%;
}
.top_grids_text h2{
    font-size: 34px;
    /*font-family: "Roboto";*/
    font-weight: 700;
    color: #FFF;
    line-height: 52px;
    padding-bottom: 8px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    display: block;
    position: relative;
    text-align: center;
}
.top_grids_text p{
    text-align:center;
    font-size: 1em;
    color: #18a689;
    /*font-family: 'Roboto Condensed';*/
}
.top_map{
    text-align:center;
    margin: 4% 0;
}
.top_map ul li.map{
}
/* top_map1*/
.top_grids1{
    padding: 4% 6% 1%;
}
.top_map1{
    margin-top: 1%;
}
.top_grid{
    width: 30.333333%;
    float: left;
}
.top_grid.right{
    margin-right: 4%;
}
.top_grid h3{
    font-size:1.5em;
    color: #ffffff;
    margin-bottom: 4%;
}
.top_grid p{
    line-height:1.8em;
    color: #eeeeee;
    font-size: 0.825em;
}
.top_grid p.top{
    margin-top: 4%;
}
/* Effect 4: bottom border enlarge */
.cl-effect-4 a {
	padding: 0 0 10px;
}

/*.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}*/

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/*-- //header --*/
.banner {
    background: url(../images/banner2.jpg)no-repeat 0px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
	position:relative;
}
.agileinfo-dot {
    background: url(../images/dot.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    padding: 1em 0 3.4em;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}

/*--header-nav--*/
.w3_navigation_pos h1 a {
    text-decoration: none;
    color: #faf8f7;
    font-size: 41px;
    left: 0.4em;
}
.w3_navigation_pos span {
    color: #18a689;
    /*font-family: 'Tangerine', cursive;*/
    font-size: 40px;
    font-weight: bold;
}
/*-- //header-nav--*/
/*-- banner-text--*/
.banner-text {
    text-align: center;
    padding: 0em 0 0 0;
}
.banner-text h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 45px;
    /*text-shadow: 2px 2px 1px #000;*/
    letter-spacing: 0px;
    margin: 2.68em 0;
}
/*-- banner-form--*/
.book-form label {
    font-size: 15px;
    color: #18a689;
    text-align: left;
    display: inline-block;
    float: left;
    font-weight: 500;
    margin-bottom: 7px;
    /*letter-spacing: 1px;*/
}
.book-form label i {
    font-size: 1em;
    margin-right: 10px;
    color: #18a689;
}
/*.book-form input[type="password"],.book-form input[type="text"],.book-form input[type="date"],.book-form input[type="time"],.book-form input[type="email"] {
      width: 100%;
    color: #fff;
    outline: none;
    font-size: 0.9em;
    line-height: 25px;
    padding: 3px 10px;
    border: 2px solid #fff;
    -webkit-appearance: none;
    margin-bottom: 1em;
    background: none;
	    font-family: 'Open Sans', sans-serif;
}*/
/*.book-form input[type="text"],.book-form input[type="password"]{
	 border: 2px solid #fff;
}*/
/*.book-form form input[type="submit"] {
    text-transform: capitalize;
    background: #18a689;
    border: solid 1px #18a689;
    color: #FFFFFF;
    padding: .64em 2em;
    font-size: .79em;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    margin-top: 2.4em;
    -webkit-appearance: none;
}*/
.book-form {
    width: 100%;
    margin: 0em auto 0;
}
.book-form p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 40px;

    /*color: #fff;
    margin-bottom: 1em;
    padding: 0 48px 11px;
    letter-spacing: 2px;
    border-bottom: 2px dotted#b3b3b3;
    word-spacing: 7px;
    text-shadow: 1px 1px 2px #000;
    display: inline-block;*/
    /*text-transform: uppercase;*/
}
.book-form .input-group-addon{
    min-width: 50px;
}
.book-form select.form-control {
    outline: none;
    font-size: 1em;
    padding: 5px 10px;
       width: 100%;
    line-height: 25px;
    border-radius: 0;
    background: none;
    color: #fff;
    border: 2px solid #fff;
	box-shadow:none!important;
}
.form-date-w3-agileits.second-agile {
    width: 30%;
}
.form-date-w3-agileits.second-agile,.form-time-w3layouts.second-agile,.form-left-agileits-w3layouts.second-agile,.form-left-agileits-w3layouts.bottom-w3ls.second-agile {
 
    margin-right:0!important;
	    padding:0!important;
}
.form-left-agileits-w3layouts.bottom-w3ls {
    padding:0!important;
}
/*.book-form input[type=submit]:hover {
    background-color: transparent;
    color: #18a689;
    letter-spacing: 5px;
}*/
#ui-datepicker-div {
    border: none!important;
}
option {
    background: #adadad;
    border-color: #fff;
    color: white;
}
option:hover {
    background: #1ab394;
    border-color: #fff;
    color: white;
}
/*-- //banner-form--*/
.bann-left-w3-agile {
    /* float: left; */
    text-align: left;
}
.bann-left-w3-agile h3 {
    font-size: 26px;
    color: #ffffff;
    text-transform: capitalize;
}
.bann-left-w3-agile h3 span {
    display: inline-block;
    font-size: 37px!important;
    letter-spacing: -1px;
    margin-right: 9px;
    color: #18a689;
}
/*--button-effect--*/
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
    position: absolute;
    border: #fff solid 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-radius: 2px;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
/*--//button-effect--*/
.button-agileits {
    text-align: center;
    display: inline;
}
.button-agileits a {
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 0.8em 2em;
    margin: 0 1em;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.button-agileits input {
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 0.8em 2em;
    margin: 0 1em;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 2px;
    background-color: #18a689;
    border: 2px solid #19b797;
    border-radius: 3px;
    margin-top: 60px;
}
.destination-w3ls{
	background:#18a689;
}
.bann-right-wthree {
    float: right;
    position: relative;
}
.bann-right-wthree a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 13px;
}
.bann-right-wthree a:hover {
	color:#98cb45;
}
.bann-right-wthree i {
    font-size: 3em;
    font-weight: bold;
    padding-right: 0em;
    color: #18a689;
}
.banner-btm-agileits {
    margin-top: 10em;
}
/*-- //banner-text--*/
.pourquoi {
    width: 100%;
    float: left;
    clear: both;
    padding: 60px 0;
    background: url(../images/bbg.jpg) center center no-repeat;
    background-size: cover;
    min-height: 411px;
}
.pourquoi h3 {
    font-size: 34px;
    /*font-family: "Roboto";*/
    font-weight: 700;
    color: #FFF;
    line-height: 52px;
    padding-bottom: 8px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    display: inline-block;
    position: relative;
}
.pourquoi h3:after {
    width: 50px;
    border-bottom: 1px solid #18a689;
    content: "";
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 8px;
}
.pourquoi p {
    /*font-family: "Roboto Condensed";*/
    font-size: 18px;
    color: #D8D8D8;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.btn-box {
    /*font-family: "Roboto Condensed";*/
    font-weight: 700;
    color: #FFF;
    line-height: 60px;
    border: 2px solid #D8D8D8;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    padding: 0 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.btn-base.btn-yellow, #full-button a, .gform_button {
    background: #18a689;
    color: #FFF !important;
}
.pourquoi .btn-base, .pourquoi #full-button a, #full-button .pourquoi a, .pourquoi .gform_button {
    margin-top: 40px;
}
.btn-base, #full-button a, .gform_button {
    background: #FFF;
    display: inline-block;
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.17);
    border-radius: 100px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 35px;
    font-size: 12px;
    color: #3AB1E3;
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    /*font-family: "Roboto";*/
}
/*-- //banner --*/
/*-- modal --*/
.modal-content  img{
	width:100%;
}
.modal-content h4 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    /*margin-bottom: 10px;*/
    font-weight: bold;
    /*font-style: italic;*/
}
.modal-content h5 {
    color: #1ca0de;
    padding: 20px 0 6px;
    font-size: 22px;
    margin-left: 0px;
}
.modal-content p {
    color: #000;
    font-size: 12px;
    /*line-height: 28px;
    letter-spacing: 0.2px;
    word-spacing: 1px;*/
    font-weight: 400;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 20px 30px;
    background: #1ab394;
    color: #fff;
    border-radius: 6px 6px 0 0;
}
 .modal-dialog {
    width: 600px;
    margin: 50px auto 20px;
}
/*-- //modal --*/
/*-- main --*/
.services,.gallery,.contact,.testimonials,.team{
    padding:5em 0em;
}
p.para-w3l {
    color: #dcdcdc;
    line-height: 2.2em;
    width: 100%;
    text-align: center;
    font-size: 17px;
    letter-spacing: 1px;
}
.about .para-w3l {
    margin: 2em 0 3em;
}
h3.title-agileits-w3layouts {
    font-family: 'Tangerine', cursive;
    font-weight: bold;
    display: block;
    font-size: 4em;
    letter-spacing: 1px;
    color: #000;
    font-style: italic;
    text-align: center;
    margin-bottom: 0.5em;
}
.white-w3ls{
	color:#fff!important;
}
/*-- //main --*/
/*-- about --*/
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
   width:100%;
}
.view-tenth .mask {
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth img {
   filter: alpha(opacity=1);
   opacity: 1;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view {
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 7.2em 2em;
}
.color1-w3{
    background: #0ab4ac;
}
.color2-w3{
	background: #e5778b;
}
.view .mask, .view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
}
.view img {
   display: block;
   position: relative;
}
.agile_text_box p {
    line-height: 1.8em;
    width: 75%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
}
.agile_text_box h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 1px;
    color: #000000;
    line-height: 1.8em;
    margin: 0em 0 1em;
}
.banner_bottom_left h4 {
    font-size: 1.4em;
    letter-spacing: 1px;
    color: #000000;
    text-transform: capitalize;
}
.banner_bottom_left p i{
	color:#ff9900;
	display:block;
	margin:.5em 0 1em;
}
.banner_bottom_left {
    text-align: center;
    background: url(../images/about.jpg)no-repeat 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 808px;
    padding: 12em 5em 0;
}
.banner_bottom_right ,.banner_bottom_right_grid{
    padding: 0;
}
.one-w3ls{
	background: url(../images/a2.jpg)no-repeat 0px 0px;
}
.two-w3ls{
	background: url(../images/a3.jpg)no-repeat 0px 0px;
}
.two-w3ls, .one-w3ls {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 404px;
}
/*-- //about --*/
/*-- services --*/
.services-grids {
    width: 31.2%;
    float: left;
    text-align: center;
    box-shadow: -2px 2px 6px #737373;
    position: relative;
}
.services-grids h6 {
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: absolute;
    width: 100%;
    padding: 0.7em 0;
    background: rgba(0, 0, 0, 0.64);
    border-bottom: 4px solid #18a689;
    bottom: 0;
}
.services-grids:hover h6 {
    background: #18a689;
    border-bottom: 4px solid #000;
        transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
}
.services-grids:nth-child(1),.services-grids:nth-child(2),.services-grids:nth-child(3),.services-grids:nth-child(4),
.services-grids:nth-child(5),.services-grids:nth-child(6){
    min-height: 200px;
}
.services-grids:nth-child(1) {
	background: url(../images/1.jpg)no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.services-grids:nth-child(2) {
	background: url(../images/2.jpg)no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.services-grids:nth-child(3) {
	background: url(../images/3.jpg)no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.services-grids:nth-child(4) {
	background: url(../images/4.jpg)no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.services-grids:nth-child(5) {
	background: url(../images/5.jpg)no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.services-grids:nth-child(6) {
	background: url(../images/6.jpg)no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.services-grids:nth-child(2),
.services-grids:nth-child(5){
	margin-left:20px!important;
	margin-right:20px!important;
}
.services-grids:nth-child(1),.services-grids:nth-child(2),.services-grids:nth-child(3),
.services-grids:nth-child(4),.services-grids:nth-child(5),.services-grids:nth-child(6){
	margin-bottom:30px;
}
.profile-btm-w3l {
    margin-top: 30px;
}
.profile-pic-w3ls {
    text-align: center;
   border: 1px solid #e6e4e4;
	background: #f5f5f5;
    padding: 2em 2em;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02)
}
.pic-w3layouts {
    position: relative;
    border: 10px solid #dedede;
    width: 150px;
    height: 150px;
    margin: 0 auto 2.5em;
}
.pic-w3layouts img {
    border: 9px solid #c1c1c1;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 150px;
    height: 150px;
}
.profile-btm-w3l i {
    display: block;
    color: #dedede;
    font-size: 3.5em;
    margin: 0.5em 0;
}
.profile-btm-w3l h6 {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 2em;
}
.profile-pic-w3ls h5 {
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-bottom: 2px dotted#b3b3b3;
    display: inline-block;
    padding: 0 3em 0.5em;
    margin-bottom: 1em;
}
.services p {
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 30px;
    color: #a9a9a9;
}
.profile-pic-w3ls h5 span {
    color: #8c8c8c;
    font-size: 15px!important;
    display: block;
    padding-top: 7px!important;
}
/*-- //services --*/
/*--team--*/
.team {
    background: rgba(5, 5, 3, 0.78);
    background: #000000;
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.92) 0%,rgba(53, 53, 53, 0.72) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.92) 0%,rgba(53, 53, 53, 0.72) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.92) 0%,rgba(53, 53, 53, 0.72) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.68)', endColorstr='rgba(255, 162, 0, 0.72)',GradientType=0 );
}
.spldishes-w3left {
    padding: 2.3em;
    background-color: #fd463e;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.w3agile-spldishes p.para-agileits-w3layouts {
    color: #8a8888!important;
}
.spldishes-agileinfo:hover .spldishes-w3left {
    background-color: #09c4dc;
}
.spldishes-agileinfo {
    position:relative
}
.spldishes-agileinfo h5{
    font-size: 2em;
    color: #fff;
}
.spldishes-w3left p {
    color: #fff;
    margin-top: 1.4em;
}
.spldishes-grids {
    padding: 0;
}
.g1 {
	position: relative;
	display: block;
}  
.agile-dish-caption {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 999;
    background: rgba(5, 5, 3, 0.78);
    background: rgba(53, 53, 53, 0.72);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.68) 0%,rgba(255, 162, 0, 0.72) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.68) 0%,rgba(255, 162, 0, 0.72) 100%);
    background: linear-gradient(to bottom, rgba(234, 211, 171, 0.52) 0%,rgba(248, 158, 1, 0.99) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.68)', endColorstr='rgba(255, 162, 0, 0.72)',GradientType=0 );
    padding:4.25em 2em;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transform-style: preserve-3d;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.agile-dish-caption h4 {
    font-size: 1.2em;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}
.agile-dish-caption p {
    color: #e0e0e0;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 5px 0 11px;
    border-bottom: 2px dotted #333333;
    margin-bottom: 1em;
}
.agile-dish-caption span {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 14.5px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 1em;
    letter-spacing: 0.5px;
}
.g1:hover .agile-dish-caption {
	display: block; 
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
#owl-demo .item img { 
    width: 100%;
}
@media(max-width:480px) {
.agile-dish-caption {
	padding: 0.5em;
}
.agile-dish-caption span {
	font-size: 0.8em;
}
}
ul.top-links li {
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;
}
ul.top-links li a i.fa {
	color: #000;
    background-color: #fff;
    width: 37px;
    height: 37px;
    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: #18a689;
}
/*--//team--*/
/*-- testimonials --*/
.testimonials{
	background: url(../images/test.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
    background-attachment:fixed;
}
.w3_testimonials_grid_left p {
    color: #fff;
    line-height: 2em;
    margin: 4em 0 0;
    margin: 0em auto 2em;
    width: 73%;
    text-align: center;
}
.w3_testimonials_grid_right img {
    border: 8px solid #18a689;
    /* border-radius: 120px; */
    margin: 0 auto;
    position: absolute;
    top: 17px;
    left: 18px;
}
.w3_testimonials_grid_right {
    position: relative;
    width: 115px;
    height: 115px;
    margin: 0 auto 0.6em;
    border: 8px solid rgb(255, 255, 255);
}
/*-- //testimonials --*/
/*-- gallery --*/  
.gallery-grid-img.gallery-mdl {
    margin: 2em 0;
} 
.w3-agilepic { 
    position: relative;
    overflow: hidden; 
    display: inline-block; 
    -webkit-animation: anima 2s;
    -moz-animation: anima 2s; 
	animation: anima 2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
	-webkit-perspective: 500;
    -webkit-transform-style: preserve-3d;
} 
.w3ls-overlay { 
    -webkit-transform: rotateY(-90deg) rotateX(-90deg);
	-moz-transform: rotateY(-90deg) rotateX(-90deg);
	-o-transform: rotateY(-90deg) rotateX(-90deg);
	-ms-transform: rotateY(-90deg) rotateX(-90deg);
	transform: rotateY(-90deg) rotateX(-90deg);
    left: 0;
    top: 0;
}
.w3ls-overlay h4 {
    font-size: 1.5em;
    color: #fff;
    padding: 31% 0;
    letter-spacing: 2px;
}
.w3-agilepic .pic-image, .w3ls-overlay, .w3-agilepic:hover .w3ls-overlay, .w3-agilepic:hover img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.w3-agilepic:hover .w3ls-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.w3ls-overlay { 
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.68);
    padding: 10px;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.w3-agilepic:hover .w3ls-overlay { 
    -webkit-transform: rotateY(0) rotateX(0);
	-moz-transform: rotateY(0) rotateX(0);
	-o-transform: rotateY(0) rotateX(0);
	-ms-transform: rotateY(0) rotateX(0);
	transform: rotateY(0) rotateX(0);
}
.gallery-grids img {
    width: 100%;
}
/*-- //gallery --*/
/*--contact--*/
.styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.contact input[type="text"],.contact input[type="email"],.contact textarea{
    font-size: 1em;
    color: #000;
    padding: 0.5em 1em;
    width: 100%!important;
    border: 0;
    border-bottom: 1px solid #ccc;
    background: none;
    -webkit-appearance: none;
	outline: none;
}
.contact textarea {
    min-height: 6.9em;
}
/*-- input-effect --*/ 
.styled-input {
	width:100%;
	margin: 2em 0 1em;
	position: relative;
}
.styled-input.textarea-w3ls{
	margin-top:0em!important;
}
.styled-input label {
    color: #585858;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: 1em;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span,.styled-input textarea ~ span {
	display: block;
	width: 0;
	height:2px;
	background:#000;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	transition: all 0.125s; 
}
.styled-input textarea ~ span { 
    bottom: 5px; 
}
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: .9em;
    color: #000;
    top: -1.3em;
    -webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	-o-transition: all 0.125s;
	-ms-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input input:focus.styled-input textarea:focus { 
	outline: 0; 
} 
.styled-input input:focus ~ span,.styled-input input:valid ~ span,.styled-input textarea:focus ~ span,.styled-input textarea:valid ~ span  {
	width: 100%;
	-webkit-transition: all 0.075s;
	-moz-transition: all 0.075s;  
	transition: all 0.075s; 
} 
/*-- //input-effect --
.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: .8em 0;
    width: 30%;
    font-size: 1em;
    float: right;
    margin: 0em 0 0 0;
    -webkit-appearance: none;
    background: #18a689;
    border: solid 1px #18a689;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}*/
/*.contact input[type="submit"]:hover {
    background-color: transparent;
    color: #18a689;
    letter-spacing: 5px;
}*/
/*--//CONTACT--*/
/*-- footer --*/
.footer-w3layouts {
    background: #1f1f1f;
    padding: 3em 3em 3em;
    float: left;
}
.footer-top-agile h6 {
    float: left;
}
.footer-top-agile .top-links {
    margin-top: 1em;
}
.footer-top-agile h6 a {
    text-decoration: none;
    color: #fff;
    font-size: 2em;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: capitalize;
    /* text-shadow: 2px 2px #10080b; */
}
.footer-top-agile h6 a span {
    color: #18a689;
    font-family: 'Tangerine', cursive;
    font-size: 2em;
    font-weight: bold;
}
.footer-contact-w3ls ul li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
    color: #a5a5a5;
    letter-spacing: 1.5px;
}
.footer-contact-w3ls ul li a{
    color: #a5a5a5!important;
}
.footer-contact-w3ls ul li a:hover{
    color: #18a689!important;
}
.footer-contact-w3ls ul li i {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    border: 2px solid #636363;
    border-radius: 50px;
    margin-right: 10px;
    color: #888888;
}
.footer-contact-w3ls {
    float: right;
    margin-top: 11px;
}
.copyright-wthree a.bt-icon i {
    display: block;
    float: right;
    text-decoration: none;
    color: #fff;
    font-size: 1.5em;
    text-shadow: 3px 3px 2px #000;
}
.copyright-wthree a i:hover {
    color: #18a689;
	    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
}
.footer-bottom-wthree {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 2px solid #292929;
}
.footer-top-agile ul.top-links li a i.fa{
	color:#fff!important;
	background:transparent!important;
}
.footer-top-agile ul.top-links li a:hover i.fa{
	background:#18a689!important;
}
.map-w3-agile iframe {
    width: 100%;
    outline: none;
    border: none;
    height: 24em;
}
/*-- newsletter --*/
.subscribe-grid {
    text-align: center;
    background: #252525;
    padding: 4.62em 2em;
    float: right;
}
.subscribe-grid form {
    position:relative
}
.subscribe-grid form:hover input[type="email"] {
    border: solid 2px rgba(255, 255, 255, 0.14);
	 -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.subscribe-grid input[type="email"] {
    display: inline-block;
    background: #525252;
    border: solid 2px #2d2d2d;
    width: 100%;
    outline: none;
    padding: 1em 4em 1em 1em;
    font-size: 1em;
    color: #fff;
}
.subscribe-grid i.fa.fa-paper-plane-o{ 
    font-size: 1.2em !important;
}
.subscribe-grid button.btn1 {
    color: #fff;
    border: none;
    width: 65px;
    height: 57px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    text-decoration: none;
    background: transparent;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.subscribe-grid button.btn1:focus {
    outline: none;
}
button.btn1:hover {
    background: none;
    color: #18a689;
}
button.btn1:hover i.fa.fa-paper-plane-o{
    color: #18a689 !important;
} 
.subscribe-grid h5 {
    color: #fff;
    text-transform: capitalize;
    font-size: 19px;
    letter-spacing: 1px;
}
.subscribe-grid p {
    color: #18a689;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 1em 0 2em;
}
.subscribe-grid p span {
    color: #fff;
}
/*-- //newsletter --*/
/*-- //footer --*/
/*-- Copyright --*/
.copyright-wthree p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: center;
    float: left;
}

.copyright-wthree a {
	    color: #18a689;
	text-decoration: none;
}
.copyright-wthree a:hover {
    color: #ffffff;
}
/*-- //Copyright --*/
/*-- //Footer --*/
/*--responsive--*/
@media(max-width:1600px){
	
}
@media(max-width:1440px){
    .wrap {
        width: 95%;
    }
	.footer-contact-w3ls ul li {
		letter-spacing: 1px;
	}
	.banner-text h2 {
		font-size: 38px;
		margin: 2.5em 0 2em;
	}
	.w3_navigation_pos span {
		font-size: 32px;
	}
	.banner-btm-agileits {
		margin-top: 7em;
	}
	.navbar-nav {
		/*margin-top: 0.8em;*/
	}
	.services, .gallery, .contact, .testimonials, .team {
		padding: 3.5em 0em;
	}
	.agile_text_box h3 {
		font-size: 1.3em;
	}
	.two-w3ls, .one-w3ls {
		min-height: 390px;
	}
	.banner_bottom_left {
		min-height: 780px;
		padding: 9.5em 4em 0;
	}
	h3.title-agileits-w3layouts {
		margin-bottom: 0.3em;
	}
	.agile-dish-caption {
		padding: 4.2em 2em;
	}
	.ui-datepicker {
		width: 18%!important;
	}
	.subscribe-grid {
		padding: 4.63em 2em;
	}
}
@media(max-width:1366px){
	.view {
		padding: 7.2em 1em;
	}
	.footer-w3layouts {
		padding: 3em 2em 3em;
	}
	.footer-contact-w3ls ul li {
		font-size: 14px;
	}
	.subscribe-grid {
		padding: 4.65em 2em;
	}
	
}
@media(max-width:1280px){
	.banner-text h2 {
		font-size: 32px;
		margin: 2.3em 0 1.8em;
	}
	.bann-left-w3-agile h3 span {
		font-size: 31px!important;
	}
	.bann-left-w3-agile h3 {
		font-size: 21px;
		padding-top: 10px;
	}
	.bann-right-wthree a {
		font-size: 16px;
		letter-spacing: 3px;
		top: 9px;
	}
	.bann-right-wthree i {
		font-size: 2.4em;
		padding-right: 0.4em;
	}
	.banner-btm-agileits {
		margin-top: 6em;
	}
	.two-w3ls, .one-w3ls {
		min-height: 389px;
	}
	.map-w3-agile iframe {
		height: 18em;
	}
	.footer-contact-w3ls ul li {
		letter-spacing: 0.9px;
		margin-left: 4px;
	}
	.banner_bottom_left {
		min-height: 778px;
	}
	h3.title-agileits-w3layouts {
		font-size: 3.4em;
		letter-spacing: 2px;
	}
	.ui-datepicker {
		width: 20.2%!important;
	}
	.footer-contact-w3ls ul li i {
		margin-right: 6px;
	}
}
@media(max-width:1080px){
	.banner_bottom_right {
		width: 100%;
	}
	.two-w3ls, .one-w3ls {
		min-height: 352px;
	}
	.view {
		padding: 7.2em 2em;
	}
	.banner_bottom_left {
		min-height: auto;
		width: 100%;
		padding: 3em 5em;
	}
	.about .para-w3l {
		margin: 1em 0 2em;
	}
	.services-left-agileinfo {
		width: 100%;
	}
	.profile-pic-w3ls {
		width: 100%;
		float: none;
	}
	.bann-right-wthree a {
		letter-spacing: 1.5px;
	}
	.services-right-agileits {
		width: 100%;
	}
	.profile-btm-w3l {
		margin: 20px 0;
	}
	.profile-btm-w3l i {
		margin: 0 0 0.2em;
	}
	.services, .gallery, .contact, .testimonials, .team {
		padding: 3em 0em;
	}
	.services-grids:nth-child(1), .services-grids:nth-child(2), .services-grids:nth-child(3),
	.services-grids:nth-child(4), .services-grids:nth-child(5), .services-grids:nth-child(6) {
		margin-bottom: 20px;
	}
	.services-grids {
		width: 31.85%;
	}
	.agile-dish-caption {
		padding: 6.25em 2em;
	}
	.w3ls-overlay h4 {
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	.flex-control-nav li {
		margin: 0px 5px;
	}
	.flex-control-nav {
		left: 58%;
	}
	.subscribe-grid {
		padding: 3em 12em;
		width: 100%;
		float: none;
	}
	.footer-w3layouts {
		padding: 3em 3em 3em;
		width: 100%;
		float:none;
	}
	.footer-bottom-wthree {
		margin-top: 1.5em;
		padding-top: 1.5em;
	}
}
@media(max-width:1050px){
	.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
		width: 33px;
	}
	.owl-theme .owl-controls .owl-page span {
		width: 23px;
		height: 5px;
	}
	.w3_navigation_pos h1 a {
		font-size: 32px;
	}
	.w3_navigation_pos span {
		font-size: 54px;
	}
	.banner-text h2 {
		font-size: 25px;
	}
	.banner-btm-agileits {
		margin-top: 4em;
	}
	.book-form label {
		font-size: 14px;
	}
}
@media(max-width:1024px){
    .top_grids {
        padding: 4% 2%;
    }
    .top_grids_text h2 {
        font-size: 2em;
    }
	.owl-pagination {
		right: -9px;
		bottom: -21px;
		width: 97px;
	}
}
@media(max-width:991px){
	.navbar-nav > li > a {
		padding: 0.8em 0.5em;
	}
	.form-time-w3layouts,.form-left-agileits-w3layouts,.form-date-w3-agileits{
		width:33.3%;
		float:left;
	}
	/*.book-form form input[type="submit"] {
		margin-top: 0.4em;
		float: left;
	}*/
	.banner-text h2 {
		font-size: 22px;
		margin: 1.5em 0 1.2em;
	}
	.bann-left-w3-agile,.button-agileits,.bann-right-wthree{
		width:33.3%;
		float:left;
	}
	.bann-left-w3-agile h3 span {
		font-size: 25px!important;
	}
	.bann-left-w3-agile h3 {
		font-size: 17px;
	}
	.bann-right-wthree i {
		font-size: 2.3em;
		padding-right: 2.2em;
	}
	.two-w3ls, .one-w3ls {
		width: 50%;
		float: right;
		min-height: 348px;
	}
	.banner_bottom_right, .banner_bottom_right_grid {
		padding: 0;
		margin-top: -1px;
	}
	.view {
		width: 50%;
		float: right;
	}
	.agile_text_box h3 {
		font-size: 1.2em;
	}
	.banner_bottom_left {
		float: left;
	}
	.services-grids {
		width: 31.4%;
	}
	h3.title-agileits-w3layouts {
		font-size: 3em;
		letter-spacing: 1px;
	}
	.services, .gallery, .contact, .testimonials, .team {
		padding: 2em 0em;
	}
	.agile-dish-caption {
		padding: 2.45em 1em;
	}
	.w3ls-overlay h4 {
		padding: 28% 0;
	}
	.w3_testimonials_grid_left p {
		width: 90%;
	}
	.about .button-agileits {
		width: 100%!important;
	}
	.flex-control-nav {
		left: 60%;
		width: 110px;
		bottom: 12%;
	}
	.agile_text_box h3 {
		font-size: 1.1em;
	}
	.two-w3ls, .one-w3ls {
		min-height: 344px;
	}
	.footer-w3layouts {
		padding: 2em 3em 2em;
	}
	.subscribe-grid {
		padding: 2em 11em;
	}
	.agile_text_box p {
		font-size: 16px;
	}
	.view {
		padding: 7.45em 2em;
	}
	.banner_bottom_left {
		padding: 2em 5em;
	}
	.styled-input.textarea-w3ls {
		margin-top: 2em!important;
	}
	.gallery-grid-img {
		padding: 0 .5em;
	}
	.gallery-grid-img.gallery-mdl {
		margin: 1em 0;
	}
	.ui-datepicker {
		width: 21.5%!important;
	}
}
@media(max-width:900px){
	.ui-datepicker {
		width: 23.8%!important;
	}
    .pourquoi .btn-box {
        margin-bottom: 15px;
    }
}
@media(max-width:800px){
    .form-control.input{
        display: block;
    }
	.button-agileits a {
		padding: 0.7em 2em;
		font-size: 13px;
	}
	.hvr-ripple-out:before {
		border: #fff solid 2px;
	}
	.two-w3ls, .one-w3ls {
		min-height: 375px;
	}
	.agile-dish-caption span {
		font-size: 14px;
		line-height: 26px;
	}
	.agile-dish-caption h4 {
		font-size: 1.1em;
	}
	.agile-dish-caption p {
		font-size: 13px;
	}
	.agile-dish-caption {
		padding: 3.2em 1em;
	}
	ul.top-links li a i.fa {
		width: 33px;
		height: 33px;
		font-size: 14px;
		line-height: 34px;
	}
	.contact input[type="text"],.contact input[type="email"], .contact textarea {
		font-size: 14px;
	}
	.styled-input label {
		font-size: 14px;
	}
	.contact input[type="submit"] {
		padding: .6em 0;
		font-size: 13px;
		letter-spacing: 1px;
	}
	.subscribe-grid {
		padding: 2em 7em;
	}
	.footer-contact-w3ls {
		float: left;
	}
	.footer-top-agile h6 {
		float: none;
	}
	.footer-contact-w3ls ul li {
		margin: 8px 0 0px 4px;
		display: block;
	}
	.footer-top-agile .top-links {
		margin-top: 0.5em;
	}
	.ui-datepicker {
		width: 26.8%!important;
	}
}
@media(max-width:768px){
	.w3_navigation_pos h1 a {
		font-size: 29px;
	}
	.w3_navigation_pos span {
		font-size: 49px;
	}
	.banner-text h2 {
		font-size: 20px;
	}
	.agileinfo-dot {
		padding: 1em 0 2em;
	}
	.book-form p {
		margin-bottom: 0.8em;
		padding: 0 32px 6px;
		font-size: 14px;
		letter-spacing: 1px;
		word-spacing: 4px;
	}
	.bann-left-w3-agile h3 span {
		font-size: 20px!important;
	}
	.bann-left-w3-agile h3 {
		font-size: 13px;
		letter-spacing: 1px;
	}
	.bann-right-wthree a {
		font-size: 14px;
	}
	.bann-right-wthree i {
		font-size: 1.7em;
		padding-right: 1.9em;
		top: 5px;
	}
	.banner-btm-agileits {
		margin-top: 3em;
	}
	h3.title-agileits-w3layouts {
		font-size: 2.7em;
		margin-bottom: 0.2em;
	}
	.banner_bottom_left h4 {
		font-size: 1.2em;
	}
	p.para-w3l {
		font-size: 15px;
	}
	.about .para-w3l {
		margin: 0.5em 0 1.5em;
	}
	.pic-w3layouts {
		width: 120px;
		height: 120px;
	}
	.pic-w3layouts img {
		width: 120px;
		height: 120px;
	}
	.profile-pic-w3ls h5 {
		font-size: 17px;
		margin-bottom: 0.5em;
	}
	.profile-pic-w3ls h5 span {
		font-size: 12px!important;
	}
	.services p {
		font-size: 15px;
	}
	.services-grids h6 {
		font-size: 15px;
		padding: .9em 0;
	}
	.w3_testimonials_grid_left p {
		font-size: 15px;
		letter-spacing: 0.5px;
	}
	.ui-datepicker {
		width: 27.8%!important;
	}
}
@media(max-width:767px){
	.w3_navigation_pos {
		float: left;
	}
	.menu__list {
		background: rgba(17, 17, 17, 0.85);
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #18a689;
	}
	.navbar-toggle {
		margin: .5em 0 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	}
	div#bs-example-navbar-collapse-1 {
		background: rgba(0, 0, 0, 0.83);
		margin: 0;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 999;
		border: 1px solid transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		text-align: center;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
			padding: 5px 0px 5px 0px;
		}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #1ca0de;
	}
	.navbar-nav {
		float: none;
		margin: 0;
		width: 100%;
		padding: 1em 0;
	}
	.navbar-default .navbar-nav > li > a {
		color: #fff;
		display: inline-block;
		font-size: 14px;
	}
	.navbar-nav > li {
		float: none;
		margin-right: 0;
		text-align: center;
	}
	.cl-effect-4 a::after {
		top: 88%;
	}
	.bann-right-wthree i {
		padding: 0.1em 1.9em 0 0;
	}
	.gallery-grid-img.gallery-mdl {
		margin: 0;
	}
	.gallery-grid-img {
		padding: .5em .5em 0;
	}
	.gallery-grid-img:nth-child(1),.gallery-grid-img:nth-child(2){
		padding-top:0!important;
	}
	.services, .gallery, .contact, .testimonials, .team {
		padding: 1.5em 0em 1.8em;
	}
	.banner_bottom_left {
		padding: 1.5em 1.5em 1.8em;
	}
	.profile-pic-w3ls {
		padding: 1.5em 1.5em;
	}
	.subscribe-grid {
		padding: 1.8em 2em;
	}
	.footer-w3layouts {
		padding: 1.8em 2em 1.8em;
	}
	.footer-top-agile h6 a span {
		font-size: 1.8em;
	}
	.footer-top-agile h6 a {
		font-size: 1.8em;
	}
	.subscribe-grid p {
		font-size: 15px;
		padding: 0.3em 0 1em;
	}
	.footer-bottom-wthree {
		margin-top: 1em;
	}
}
@media(max-width:736px){
	.services-grids {
		width: 31.3%;
	}
	.agile-dish-caption {
		padding: 2.8em 1em;
	}
}
@media(max-width:667px){
	.bann-right-wthree i {
		padding: 0.2em 2.9em 0 0;
	}
	.view {
		padding: 5.5em 2em;
	}
	.agile_text_box h3 {
		margin: 0em 0 0.2em;
	}
	.two-w3ls, .one-w3ls {
		min-height: 299px;
	}
	.services-grids h6 {
		font-size: 14px;
	}
	.services-grids {
		width: 49%;
	}
	.services-grids:nth-child(2), .services-grids:nth-child(5) {
		margin-left: 0px!important;
		margin-right: 0px!important;
	}
	.services-grids:nth-child(2), .services-grids:nth-child(4), .services-grids:nth-child(6) {
		margin-left: 11px!important;
	}
	.owl-pagination {
		width: 127px;
	}
	.agile-dish-caption {
		padding: 6.8em 1em;
	}
	.flex-control-nav {
		left: 62%;
	}
	.copyright-wthree a.bt-icon i {
		font-size: 1.3em;
	}
	.ui-datepicker {
		width: 27%!important;
	}
	.book-form select.form-control,.book-form input[type="text"], .book-form input[type="date"], .book-form input[type="time"], .book-form input[type="email"] {
		font-size: 14px;
	}
}
@media(max-width:640px){
    .wrap {
        width: 95%;
    }
    .top_grid.right {
        margin-right: 0%;
    }
    .top_grid {
        width: 99.333333%;
        float: none;
    }
    .top_grid {
        width: 99.333333%;
        float: none;
    }
	.button-agileits a {
		padding: 0.7em 1.7em;
	}
	.bann-right-wthree i {
		padding: 0.2em 3.3em 0 0;
	}
	..w3_navigation_pos h1 a {
		font-size: 26px;
	}
	.w3_navigation_pos span {
		font-size: 45px;
	}
	.banner-text h2 {
		font-size: 18px;
		margin: 0.8em 0 1em;
	}
	.banner-btm-agileits {
		margin-top: 2em;
	}
	.two-w3ls, .one-w3ls {
		min-height: 298px;
	}
	.contact textarea {
		min-height: 4em;
	}
}
@media(max-width:600px){
    .modal-dialog {
        width: 100%;
        margin: 50px auto 20px;
    }
    .modal-content h4{
        font-size: 20px;
    }
    .search-info-bar .text-right{
        text-align: center;
    }
    .reback{
        clear: both;
        display: block;
        margin: auto;
        margin-bottom: auto;
        border-bottom: 1px solid #999;
        width: 150px;
        padding-top: 10px;
        margin-bottom: 20;
        margin-bottom: 10px;
    }
    .search-results-content .icon-block{
        font-size: 20px;
    }
    .search-results-content .icon-block img{
        width: 23px;
    }
	.bann-right-wthree a {
		letter-spacing: 0.5px;
	}
	.bann-left-w3-agile, .button-agileits, .bann-right-wthree {
		width: 100%;
		float: left;
		text-align: left;
	}
	.banner-btm-agileits .button-agileits a {
		margin: 1em 0;
	}
	.bann-right-wthree a {
		left: 26px;
	}
	.two-w3ls, .one-w3ls {
		width: 100%;
		float: none;
	}
	.view {
		width: 100%;
		float: none;
	}
	.services-grids:nth-child(2), .services-grids:nth-child(4), .services-grids:nth-child(6) {
		margin-left: 10px!important;
	}
	.agile-dish-caption {
		padding: 5.5em 1em;
	}
	.banner_bottom_left .button-agileits{
		text-align:center!important;
	}
	.banner-btm-agileits {
		margin-top: 1em;
	}
}
@media(max-width:568px){
	.services-grids {
		width: 48.7%;
	}
	.agile-dish-caption {
		padding: 4.1em 1em;
	}
	.flex-control-nav {
		left: 65%;
	}
	.flexslider .slides > li {
		padding: 1em 0;
	}
}
@media(max-width:480px){
	.book-form p {
		font-size: 12px;
		word-spacing: 2px;
		margin-bottom: 0.3em;
	}
	.form-time-w3layouts, .form-left-agileits-w3layouts, .form-date-w3-agileits {
		width: 100%;
		float: none;
	}
	.ui-datepicker {
		width: 87%!important;
	}
	.banner-text h2 {
		font-size: 17px;
		margin: 0.2em 0 0.5em;
	}
	.book-form label {
		font-size: 12.5px;
		margin-bottom: 5px;
		margin-top: 11px;
	}
	header {
		padding: 5px 0px;
	}
	.w3_navigation_pos span {
		font-size: 40px;
	}
	.w3_navigation_pos h1 a {
		font-size: 24px;
	}
	.navbar-toggle {
		margin: .3em 0 0;
		padding: 7px 7px;
	}
	h3.title-agileits-w3layouts {
		font-size: 2.5em;
		margin-bottom: 0.2em;
		line-height: 39px;
	}
	.agile-dish-caption {
		padding: 2.3em 1em;
	}
	.flex-control-nav {
		left: 66%;
		bottom: 9%;
	}
	.copyright-wthree p {
		font-size: 13px;
		line-height: 27px;
		float: none;
	}
	.copyright-wthree a.bt-icon i {
		float: none;
		margin-top: 17px;
		text-align: center;
	}
	
}
@media(max-width:440px){
	.services-grids {
		width: 100%;
		float: none;
	}
	.banner-text h2 {
		font-size: 15px;
	}
	.two-w3ls, .one-w3ls {
		min-height: 278px;
	}
	.view {
		padding: 5.5em 1em;
	}
	.services-grids:nth-child(2), .services-grids:nth-child(4), .services-grids:nth-child(6) {
		margin-left: 0px!important;
	}
	.services-grids:nth-child(1), .services-grids:nth-child(2), .services-grids:nth-child(3), .services-grids:nth-child(4), .services-grids:nth-child(5), .services-grids:nth-child(6) {
		margin-bottom: 17px;
	}
	.agile-dish-caption {
		padding: 1.48em 1em;
	}
	.agile-dish-caption h4 {
		font-size: 1em;
	}
	.gallery-grid-img {
		padding: .5em 0em 0;
		width: 100%;
	}
	.gallery-grid-img:nth-child(2) {
		padding-top: 0.5em!important;
	}
	.w3ls-overlay h4 {
		padding: 32% 0;
	}
	.w3_testimonials_grid_right {
		margin: 0 auto 1.7em;
	}
	.flex-control-nav {
		left: 37%;
		bottom: 0%;
	}
	.subscribe-grid button.btn1 {
		width: 48px;
		height: 39px;
	}
	.subscribe-grid input[type="email"] {
		padding: 0.6em 3em 0.6em 0.66em;
		font-size: 14px;
	}
	.subscribe-grid {
		padding: 1.8em 1em;
	}
	.footer-w3layouts {
		padding: 1.8em 1em 1.8em;
	}
	.footer-w3layouts {
		padding: 1.8em 1.5em 1.8em;
	}
	.banner_bottom_left h4 {
		font-size: 1.1em;
	}
	.ui-datepicker {
		width: 85.5%!important;
	}
}
@media(max-width:414px){
	.banner-text h2 {
		font-size: 14px;
	}
	.view {
		padding: 3em 1em;
	}
	.two-w3ls, .one-w3ls {
		min-height: 230px;
	}
	.profile-btm-w3l i {
		font-size: 2.5em;
	}
	.owl-pagination {
		width: 230px;
	}
	.agile-dish-caption {
		padding: 9em 1em;
	}
	.agile-dish-caption h4 {
		font-size: 1.1em;
	}
	.contact input[type="submit"] {
		font-size: 12.5px;
	}
	.footer-contact-w3ls {
		margin-top: 2px;
	}
}
@media(max-width:384px){
	.banner-text h2 {
		line-height: 24px;
	}
	.subscribe-grid h5 {
		font-size: 17px;
	}
	.agile-dish-caption {
		padding: 7.5em 1em;
	}
	.ui-datepicker {
		width: 83.5%!important;
	}
	.footer-bottom-wthree {
		padding-top: 1em;
	}
}
@media(max-width:375px){
	
}
@media(max-width:320px){
	.ui-datepicker {
		width: 80.3%!important;
	}
	.book-form form input[type="submit"] {
		font-size: .78em;
		letter-spacing: 0.5px;
	}
	.agile_text_box h3 {
		font-size: 1em;
	}
	.about .button-agileits a:nth-child(1){
		margin-bottom:1.2em;
	}
	.about .para-w3l {
		margin: 0.3em 0 1.1em;
	}
	.profile-pic-w3ls {
		padding: 1em 1em;
	}
	.agile-dish-caption {
		padding: 5.3em 1em;
	}
	.flex-control-nav {
		left: 33%;
	}
}
/*--responsive--*/