body{
	margin:0;
	font-family: 'Roboto Condensed', sans-serif;
	background: #fff;
}
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;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: 'Text Me One', sans-serif;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-- banner --*/  
.video {  
	background-size:cover; 
	position:relative; 
	min-height:800px;
}  
/*-- //banner --*/  
/*-- header --*/  
.w3header {
    z-index: 99;
    padding: 2em 0;
}
/*-- logo --*/
.navbar-header h1 {
    font-size: 2.5em; 
    display: inline-block;
}
.navbar-header h1 a {
    color: #fff;
    text-decoration: none;
    border: 5px outset #00e1f7;
    padding: .2em 0.6em;
    display: inline-block;
    text-transform: uppercase;
}
/*-- //logo --*/
/*-- top-nav --*/
.navbar-default {
    background: none;
    border: none;
	margin: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #99abd5;
    background: none;
}
.navbar-nav > li {
    margin: 0 1.5em;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 1.2em;
    padding: .9em 0.5em;
    position: relative;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active {
    color: #ff7200;
}
.navbar-default .navbar-nav > li > a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    background: #ff7200;
    height: 3px;
    width: 0;
    left: 0;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.navbar-default .navbar-nav li  a:hover:before,.navbar-default .navbar-nav li a.active:before{
	width: 100%;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    color: #ff7200;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
	min-width: inherit;
    top: 102%;
    font-size: 13px;
} 
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #00bcd4;
}
.w3header form {
	margin: 1.1em 0 0;
    position: relative;
	padding-left: 2em;
}
.w3header input[type="search"] {
    width: 100%;
    padding: 0.6em 3.5em .6em .8em;
    font-size: 1em;
    color: #fff;
    outline: none;
    border: 1px solid #0696a9;
    background: none;
    -webkit-appearance: none; 
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
	transition: 0.5s all;
}
.w3header button.btn.btn-default {
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 39px;
    outline: none;
    box-shadow: none;
    background: #00BCD4;
    padding: 0;
    border-radius: inherit; 
	-webkit-appearance: none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
} 
.w3header form:hover input[type="search"]{
	border-color:#ca5a00;
}
.w3header form:hover .btn.btn-default{
    background: #ff7200;
}
.w3header span.glyphicon {
    font-size: 1em;
    color: #fff;
    padding: 3px;
}
.w3header ::-webkit-input-placeholder {
   color: #ccc;   
} 
.w3header :-moz-placeholder { /* Firefox 18- */
   color: #ccc; 
} 
.w3header ::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  
} 
.w3header :-ms-input-placeholder {  
   color: #ccc;  
}  
/*-- //top-nav --*/ 
/*-- banner-text --*/   
p.bnrw3-agiletext {
    position: absolute;
    bottom:23%;
    width: 52%;
    left: 24%;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    line-height: 2.3em;
    border: 3px solid rgba(255, 255, 255, 0.09);
    padding: 1em; 
}
.page-header__content .text-bg {
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    position: absolute;
    z-index: -1;
}
.page-header__content .text-bg svg {
    width: 100%;
    height:100%; 
}
.page-header__content .text-bg svg text {
	text-anchor: middle;
}
.page-header__content .text-bg svg #alpha {
	fill: #b3b3b3;
}
/*--
.page-header__content .text-bg svg #alpha3 {
    fill: #adadad;
}
 --*/ 
.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
    font-size: 16em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px; 
} 
/*-- //banner-text --*/ 
/*-- about --*/
.services,.about,.reservation,.team,.testimonial,.portfolio,.contact,.codes{
	padding:5em 0;
}
h3.agileits-title ,h2.agileits-title {
    font-size: 4em;
    margin-bottom: 0.5em;
    color: #333;
	text-align: center;
}
.ab-text {
    text-align: center;
	margin-top: 2em;
}
p {
    color: #999;
    line-height: 1.8em;
    font-size: 1.1em;
} 
.ab-text h6 {
    font-size: 1.6em;
    color: #008c9a;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    font-style: italic;
}
.grid {
	position: relative; 
	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: #000;
	text-align: center;
	cursor: pointer;
} 
.grid figure img {
	position: relative;
	display: block; 
	opacity: 0.8;
	width: 100%;
} 
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-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: #fff;
    margin-left: 12px;
} 
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: 2px solid #fff;
	border-bottom: 2px 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 p {
	opacity:1;
	-webkit-transform: scale3d(0.8,0.8,1);
	-moz-transform: scale3d(0.8,0.8,1);
	-o-transform: scale3d(0.8,0.8,1);
	-ms-transform: scale3d(0.8,0.8,1); 
	transform: scale3d(0.8,0.8,1);
}
figure.effect-jazz h4 {
	padding-top:40%;
    -webkit-transition: -webkit-transform 0.35s;
	-moz-transition: transform 0.35s;
	-o-transition: transform 0.35s;
	-ms-transition: transform 0.35s;
    transition: transform 0.35s;
    color:#ff7200;
    font-weight: bold;
    font-size:2em;
}
figure.effect-jazz p {
    padding: 1em 0;
    text-transform: none;
    opacity: 0;
    color: #fff;
    font-size: .8em;
    letter-spacing: 2px;
}
figure.effect-jazz:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.05,1.05,1);
	-moz-transform: scale3d(1.05,1.05,1);
	-o-transform: scale3d(1.05,1.05,1);
	-ms-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);
	-moz-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	-o-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	-ms-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);
	-moz-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
.about-section.abt-w3sec2 {
    margin-top: 5em;
} 
.about-section.abt-w3sec2.w3ls{ 
	margin:0;
} 
.abt-w3limg.one {
    margin-bottom:0;
}
.start{
	text-align:center;
	margin-top: 2em;
}
.start a {
    padding: 1em 2em;
    background: #FF5722;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    border: 1px solid #FF5722;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.start a:hover {
    color: #FF5722;
    background: #fff;
}
/*-- //about --*/
/*-- services --*/  
.services {
    background: url(../images/bg.jpg)no-repeat 0px 0px fixed;
    background-size: cover;
}
h3.agileits-title.w3title2,h2.agileits-title.w3title2 {
    color: #fff;
}
.services-grids,.team-grids,.contact-grids{ 
    text-align: center;  
    margin-top: 4em; 
}  
.services-grids i.fa {
    font-size: 2.5em;
    color: #00e1f7;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.services-grids h4 {
    color: #ffffff;
    font-size: 2em;
    margin: 0.8em 0 .5em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.services p {
    color: #fff;
    letter-spacing: 1px;
}
.services-grids:hover i.fa {
    color: #f44336;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
    transform: scale(0.8);
}
.services-grids:hover h4 {
    color: #00e1f7;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
    transform: scale(1.2);
}  
/*-- //services --*/
/*-- reservation --*/ 
.reservation-info{
    background: url(../images/bg1.jpg)no-repeat 0px 0px;
    background-size:cover;
}
.reservation {
    background:rgba(0, 0, 0, 0.68);
}
.book-reservation {
    margin-top: 4em;
}  
.book-reservation label {
    font-size: 1.8em;
    color: #ff5722;
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    font-weight: 400;
    font-style: italic;
    font-family: 'Text Me One', sans-serif;
}
.book-reservation label i {
    font-size: 0.8em;
    margin-right: 5px;
    color: #ff5722;
}
.book-reservation input[type="text"],.book-reservation select.form-control  {
    width: 100%;
    color: #fff;
    outline: none;
    font-size: 1em;
    padding: 1em 1em;
    border: 2px solid #fff;
    -webkit-appearance: none;
    margin-bottom: 1.5em;
    line-height: 1.8em;
    background: none;
	-webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
} 
.book-reservation ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff !important;
}
.book-reservation ::-moz-placeholder { /* Firefox 19+ */
  color:#fff !important;
}
.book-reservation:-ms-input-placeholder { /* IE 10+ */
  color:#fff !important;
}
.book-reservation:-moz-placeholder { /* Firefox 18- */
  color:#fff !important;
}
.book-reservation select.form-control {
	outline: none; 
    height: 60px;  
	border-radius:0;
	box-shadow: none;
}
.book-reservation input:hover,.book-reservation select.form-control:hover{
    border-color: #00e1f7;
} 
.make {
    margin: 1em auto 0;
    text-align: center;
}
.make input[type=submit] {
    color: #fff;
    padding: 0.8em 2em;
    font-size: 1.1em;
    cursor: pointer;
    border: 2px solid #FF5722;
    outline: none;
    background: #FF5722;  
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	transition: 0.5s all;
}
.make input[type=submit]:hover {
	color: #FF5722;
    background: none; 
} 
/*-- //reservation --*/
/*-- testimonial --*/
/******** SAP ************/
.sap_tabs {
    clear: both; 
    text-align: center;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
    width: 30%;
    list-style: none;
    padding: 0;
    margin:4em auto 2em;
}
.resp-tab-item {
    cursor: pointer;
    padding: 0;
    display: inline-block;
    list-style: none;
    width: 19%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; 
	background:#000;
	border-bottom: 3px solid transparent;
}
.resp-tab-item img { 
	width:100%;
	opacity:.3;
}
.resp-tab-item:hover {
    text-shadow: none;
    border-color:#00e1f7;
}
.resp-tab-active{
	text-shadow: none;
	color:#fff;
} 
li.resp-tab-item.resp-tab-active {
    border-color: #00e1f7;
    opacity: 1;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
    transform: scale(1.5);
}
li.resp-tab-item.resp-tab-active img {
    opacity: 1;
}
.resp-tabs-container {
	padding: 0;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
@media only screen and (max-width:480px) {
	.resp-tabs-container{
		padding:10px;
	}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
.view.view-first {
    background: #fff;
    width: 70%;
    margin:0 auto 2em;
    padding: 2em 5em;
    border: 1px solid #E6E6E6;
    position: relative;
}
.view.view-first h5 {
    color: #fff;
    font-size: 1.8em;
    background: #00e1f7;
    display: inline-block;
    padding: .5em 1em;
    position: absolute;
    left: 39%;
    bottom:-21%;
    text-transform: capitalize;
}
.view.view-first p {
    margin-bottom: 1em;
}
/*-- //testimonial --*/
/*-- footer --*/
.footer{
	padding:4em 0;
}
.footer h3 {
    font-size: 2.5em;
    color: #000;
    margin-bottom: 0.6em;
}
.footer-grids:nth-child(1) {
    padding: 0 3em 0 0;
}
.footer-grids span {
    display: block;
}
.footer-grids span a {
    color:#FF5722;
}
.footer-grids span a:hover{
    color: #333;
} 
.footer form {
    position: relative;
    margin-top: 1em;
}
.footer input[type="email"] {
    background: #fff;
    padding: .8em 4em .8em 1em;
    font-size: 1em;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #D6D6D6;
	outline: none;
}
.footer input[type="submit"] {
    -webkit-appearance: none;
    background: url(../images/arrow.png)no-repeat center;
    border: none;
    position: absolute;
    top: 0;
    right: 1px;
    outline: none;
    width: 60px;
    height: 100%;
}
.footer form:hover input[type="email"] {
    border-color:#FF5722;
} 
.footer-copy {
    padding: 1.5em 0;
    background: #140e0a;
}
.footer-copy p {
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}
.footer-copy p a {
    color:#FF5722;
}
.footer-copy p a:hover{
    color: #fff;
} 
/*-- //footer --*/ 
/*-- social-wthree-icons --*/
.social-wthree-icons.bnragile-icons {
    position: fixed;
    right: 3%;
    top: 35%;
	z-index: 999;
}
.social-wthree-icons ul {
    margin-top:1.5em;
}
.social-wthree-icons.bnragile-icons ul li {
	display: block; 
	margin: 5px 0;
}
.social-wthree-icons ul li { 
    text-align: center; 
}
.social-wthree-icons ul li a.fa {
    font-size: 1em;
    color: #fff;
    line-height: 2.6em;
	display: inline-block;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.icon-border {
	position: relative;
}
.icon {
    vertical-align: top;
    overflow: hidden;
    margin:0 5px;
    width: 35px;
    height: 35px;
}
.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;      
}  
.social-wthree-icons ul li a.fa.facebook:hover{
	color:#3b5998;   
} 
.social-wthree-icons ul li a.fa.twitter:hover{
	color:#4099ff;   
} 
.social-wthree-icons ul li a.fa.googleplus:hover{
	color:#d34836;   
} 
.social-wthree-icons ul li a.fa.dribbble:hover{
	color:#ec4a89;   
} 
/* 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 2px #3b5998; 
	-moz-box-shadow: inset 0 0 0 2px #3b5998; 
	-o-box-shadow: inset 0 0 0 2px #3b5998; 
	-ms-box-shadow: inset 0 0 0 2px #3b5998; 
	box-shadow: inset 0 0 0 2px #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 2px #4099ff;
	-moz-box-shadow: inset 0 0 0 2px #4099ff;
	-o-box-shadow: inset 0 0 0 2px #4099ff;
	-ms-box-shadow: inset 0 0 0 2px #4099ff;
	box-shadow: inset 0 0 0 2px #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 2px #d34836;
	-moz-box-shadow: inset 0 0 0 2px #d34836;
	-o-box-shadow: inset 0 0 0 2px #d34836;
	-ms-box-shadow: inset 0 0 0 2px #d34836;
	box-shadow: inset 0 0 0 2px #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 2px #ec4a89;
	-moz-box-shadow: inset 0 0 0 2px #ec4a89;
	-o-box-shadow: inset 0 0 0 2px #ec4a89;
	-ms-box-shadow: inset 0 0 0 2px #ec4a89;
	box-shadow: inset 0 0 0 2px #ec4a89;
}  
/*-- //social-wthree-icons --*/ 
/*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 6%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	-ms-transform: scale(0.85);
    transform: scale(0.85);
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
#toTop:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1);
}
/*-- //slider-up-arrow --*/
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- about-page --*/
.about-w3banner {
    background: url(../video/spa.jpg)no-repeat 0px 0px;
    background-size: cover; 
}
.about-w3banner .w3header { 
    padding: 2.5em 0;
    background: rgba(0, 0, 0, 0.55);
} 
/*-- //about-page --*/
/*-- services-bottom --*/
.services-bottom { 
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover; 
    position: relative;
    margin: 2em 0 0;
}
.services_bottom_grid_left1 {
    position: absolute;
    bottom: 0%;
    left: 20%;
}
.services_bottom_grid_right {
    text-align: left;
} 
/*-- Skills bar effects --*/
.skillbar {
	position: relative;
	display: inline-block;
	margin: 15px 0;
	width: 100%;
	background: #eee;
	height: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}
.skillbar-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	font-weight: bold;
	font-size: 1em;
	color: #ffffff;
	background: #6adcfa;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: rgba(0, 0, 0, 0.1);
	padding: 0 20px;
	height: 100%;
	line-height: 17px;
}
.skillbar-bar {
	height: 100%;
	width: 0px;
	background: #2ebaef;
	border-radius: 3px;
	display: inline-block;
}
.skill-bar-percent {
    position: absolute;
    right:-30px;
    top: 0;
    font-size: 1em;
    height: 100%;
    color: #fff;
}
/*-- //bars --*/
/*-- //services-bottom --*/
/*-- team --*/
.team-row {
    margin-top: 2em;
}
.team-left{
    padding: 0;
}
.team-left  img {
    width: 100%;
}
.team-right {
    background-color: #04cde0;
    padding:6em 9em 8em 5em;
}
.team-right p {
    color: #fff;
    line-height: 2em;
    letter-spacing: 1px;
}
.team-right h4 {
    font-size: 2em;
    color: #333;
    font-weight: 900;
}
.team-right h6 {
    font-size: 1.2em;
    color: #fff;
    margin:1em 0; 
    letter-spacing: 2px;
}
.carousel-control {
    background: none !important;
}
.social-wthree-icons ul li {
    display: inline-block;
    margin: 0;
}
/*-- //team --*/
/*-- portfolio --*/ 
.filtr-item {
    padding: 1em;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
} 
/* Filter controls */
ul.simplefilter {
    text-align: center;
    margin-bottom: 2em;
}
.simplefilter li {
    color: #00BCD4;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 0.8em 2em;
    margin: 0 0.3em;
    border: 1px solid #00BCD4;
} 
.simplefilter li.active {
    background-color: #ff7200;
    border-color: #ff7200;
    color: #fff;
}
.agileits-img a{ 
	display:block;
	overflow:hidden;
	background-color: #000;
}
.agileits-img a img{
    width: 100%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all; 
}
.agileits-img a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	opacity: 0.5;
}
/*-- portfolio --*/
/*-- mail --*/
.agileits_mail_grid_right1{
	padding:3em;
	background:#f5f5f5;
}
.agileits_mail_grid_right1 span i {
    color: #212121;
    font-size: 1em;
    text-transform: capitalize;
    margin: 0 0 0.3em 0;
    font-weight: 600;
    letter-spacing: 3px;
    display: block;
}
.agileits_mail_grid_right1 input[type="text"],.agileits_mail_grid_right1 input[type="email"],.agileits_mail_grid_right1 textarea{
	outline: none;
    width: 100%;
    background: #fff;
    color: #212121;
    padding: 10px;
    font-size: 1em;
    border: 1px solid #E7E7E7;
}
::-webkit-input-placeholder{
	color:#212121 !important;
}
.agileits_mail_grid_right1 span {
    padding: .5em 0;
    display: block;
}
.agileits_mail_grid_right1 textarea{
	min-height:200px;
	margin-bottom:1em;
}
.agileits_mail_grid_right1 input[type="submit"] {
    outline: none;
    background: #ff7200;
    color: #fff;
    padding: .8em 3em;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border: none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.agileits_mail_grid_right1 input[type="submit"]:hover{
    background:#212121;
    color: #fff;
}
.w3layouts_mail_grid_left1{
	float: left;
    width: 50px;
    height: 50px;
    background:#06d5e9;
    text-align: center;
    border-radius: 50px;
}
.w3layouts_mail_grid_left1 span{
	font-size: 1em;
    color: #fff;
    line-height: 3.4em;
}
.w3layouts_mail_grid_left2{
	float:right;
	width:75%;
}
.w3layouts_mail_grid_left2 h3 {
    font-size: 1.5em;
    color: #000;
    margin: 0 0 .3em; 
}
.w3layouts_mail_grid_left2 a{
	text-decoration:none;
	color:#999;
	font-size:1em;
}
.w3layouts_mail_grid_left2 a:hover{
	color:#212121;
}
.w3layouts_mail_grid_left2 p {
    color: #999;
}
.w3layouts_mail_grid_left:nth-child(2) {
    margin: 2em 0;
}
.w3_submit{
	text-align:center;
}
.w3_agileits_mail_right_grid {
    text-align: center;
    border: 2px solid #ff7200;
    padding: 5em 2em 2em;
    position: relative;
    margin: 3em 0 2em;
}
.w3_agileits_mail_right_grid h4 {
    font-size: 1.8em;
    color: #000;
}
.w3_agileits_mail_right_grid p{
	margin:1em 0;
	color:#999;
	line-height:2em;
}
.w3_agileits_mail_right_grid h5{
	text-transform:uppercase;
	font-size:.9em;
	color:#2ebaef;
	margin-bottom:2em;
} 
.w3_agileits_mail_right_grid ul li a{
	color:#212121;
}
.w3_agileits_mail_right_grid_pos{
	position: absolute;
    top: -17%;
    left: 35%;
}
.w3_agileits_mail_right_grid_pos img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    border: 3px solid #ff7200;
}
.map-grid iframe {
    width: 100%;
    height: 300px;
    border:none;
}
.form-control option { 
    background-color:#333 !important; 
}
/*-- //mail --*/
/*-- pages --*/ 
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
	line-height: 2.5em;
}   
.grid_3{
	margin-bottom:3em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}   
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.w3ls-hdg, h3.bars {
	margin-bottom: 1em;
    color: #ff5722;
    font-weight: bold;
} 
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{ 
	color: #888;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
} 
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
	font-weight: 300 !important;
}
.nav-tabs {
	margin-bottom: 1em;
} 
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
} 
.input-group {
	margin-bottom: 20px;
}
.codes .row {
    margin: 0;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
} 
.form-control1, .form-control_2.input-sm{
	border: 1px solid #e0e0e0;
	padding:5px 18px;
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	font-size: 0.85em;
	font-weight: 300;
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-appearance: none;
	outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.codes label {
    font-weight: 400;
}
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #5f5f5f;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
	font-size: 28px;
    color: #000 !important;
    margin: 30px 0 15px;
}
.agileits-icons-title {
    text-align: center;
    font-size: 36px;
    color: #ef2e46;
    font-weight: 300;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/*-- //icons --*/ 
@media (max-width:1080px){
.icon-box {
    padding: 8px 9px; 
}
}
@media (max-width:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 25px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	.in-gp-tl {
		padding: 0 1em;
	}
	.in-gp-tb {
		padding-right: 1em;
	}
}
@media (max-width:480px){
	h3.w3ls-hdg {
		font-size: 1.6em;
		margin: 1em 0 0.6em;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		font-size: 1.2em;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.codes .alert {
		font-size: 0.9em;
		padding: 10px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	.grid_3.grid_4.w3layouts {
		margin-top: 0;
	}
	.agileits-icons-title {  
		font-size: 30px; 
	}
	h3.icon-subheading {
		font-size: 22px; 
	}
	.icons .bs-glyphicons li { 
		width: 31%; 
	} 
}
@media (max-width: 320px){ 
	.alert,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 1em;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.8em;
	}
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 13px!important;
	} 
	.agileits-icons-title { 
		font-size: 25px;
	}
	h3.icon-subheading {
		font-size: 18px;
		margin: 21px 0 12px;
	}
}
/*-- //pages --*/
/*-- single-page --*/ 
.wthree_single_grid {
    margin-top: 4em;
}
.wthree_single_grid h4 {
    font-size: 2em;
    color: #FF5722;
    text-transform: capitalize;
    margin-bottom: .8em; 
}
.wthree_single_grid ul li{
	display:inline-block;
	color:#999;
	font-size:1em;
	margin-right: 3em;
}
.wthree_single_grid ul li span {
    padding-right:0.5em;
    color: #00e1f7; 
}
.wthree_single_grid ul li a{
	color:#999;
	text-decoration:none;
}
.wthree_single_grid ul li a:hover{
	color:#00e1f7;
}
.agile_single_img {
    float: left;
    margin: 0.6em 1.5em 0.8em 0;
}
.wthree_single_grid1 {
    margin-top: 2em;
} 
.wthree_single_grid1 p{ 
	line-height:2em;
}
.wthree_single_grid1 p span{
	display:block;
	margin:1em 0 0;
}
h4.w3ls-title {
    font-size: 2.5em;
    margin-bottom:0.8em;
    color: #333;
} 
.popular-posts {
    margin-top: 3em;
}
.popular-posts-grid{
	padding-left:0;
}
.popular-posts-grid1 {
    padding: .5em .5em 1em; 
	text-align: center;
}
.popular-posts-grid1 h4 a {
    text-decoration: none;
    font-size: 1.1em;
    color: #FF5722;
    display: inline-block;
    margin: 1em 0 0.2em;
    text-transform: capitalize; 
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all; 
    -webkit-appearance: none;
}
.popular-posts-grid1 h4 a:hover{
	color:#000;
}  
.author {
    margin: 4em 0;
}
.author-grid {
    padding: 2em;
    width: 80%;
	-webkit-box-shadow: 0px 0px 3px 1px #999;
	-moz-box-shadow: 0px 0px 3px 1px #999; 
    box-shadow: 0px 0px 3px 1px #999;
}
.author-grid-left {
    float: left;
    width: 22%;
}
.author-grid-right {
    float: right;
    width: 75%;
    padding-right: 3em;
}
.author-grid-right  .social-w3lsicon {
    padding-top: 0;
} 
.author-grid-right h4 {
    font-size:1.5em;
    color: #fff; 
}
.author-grid-right h4 a{
	text-decoration:none;
	color:#00e1f7;
}
.author-grid-right h4 a:hover{
	color:#000;
}
.author-grid-right p { 
    margin:1em 0;
} 
.author-grid .social-w3lsicon a{
    color: #999; 
}
.author-grid .social-w3lsicon a:hover{
    color: #FF5722; 
}
.write-reply form{
	width:80%;
}
.write-reply input[type="text"],.write-reply input[type="email"],.write-reply textarea{
	outline: none;
    width:100%;
    background:#fff;
    padding: 10px;
    border: 1px solid #DBDBDB;
    font-size: 1em;
    color: #999;
	-webkit-appearance:none;
}
.write-reply textarea{
	min-height:200px;
	resize:none;
}
.write-reply input[type="email"]{
	margin:.8em 0;
}
.write-reply input[type="submit"]{
	outline: none;
    width:100%;
    background:#00e1f7;
    padding: 10px 0;
    border:none;
    font-size: 1em;
    color: #fff;
	-webkit-appearance: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;
	margin-top:0.6em;
}
.write-reply input[type="submit"]:hover{
	background:#FF5722;
}  
/*-- //single-page --*/
/*-- responsive-design --*/ 
@media(max-width:1080px){
.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
    font-size: 14em; 
}
p.bnrw3-agiletext {
    bottom: 23%;
    width: 65%;
    left: 18%;
}
.video {
    min-height: 700px;
}
.grid figure figcaption {
    padding: 1em; 
}
figure.effect-jazz h4 { 
    font-size: 1.8em;
}
.ab-text {
    text-align: center; 
}
h3.agileits-title, h2.agileits-title {
    font-size: 3.5em; 
}
.abt-w3limg {
    margin-bottom: 2em;
}
.start a {
    padding: 0.8em 2em; 
}
.services-grids, .team-grids, .contact-grids { 
    margin-top: 3em;
}
.view.view-first { 
    width: 75%; 
    padding: 2em 3em; 
}
.view.view-first h5 { 
    font-size: 1.5em; 
}
.team-right { 
    padding: 3.6em 6em 3em 4em;
}
.carousel-indicators {
    bottom: 0;
    right: 3%;
    left: auto;
    width: inherit;
}
.services, .about, .reservation, .team, .testimonial, .portfolio, .contact, .codes {
    padding: 4em 0;
}
.services_bottom_grid_left1 img.img-responsive {
    width: 82%;
}
}
@media(max-width:1024px){
.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
    font-size: 11em;
}
p.bnrw3-agiletext {
    bottom: 29%; 
}
}
@media(max-width:991px){
.agile_single_img { 
    width: 45%;
}
h4.w3ls-title {
    font-size: 2em; 
}
.author {
    margin: 3em 0;
}
.author-grid {
    width: 100%;
}
.write-reply textarea {
    min-height: 120px; 
}
.wthree_single_grid1 p span { 
    margin: 0.5em 0 0;
}
.navbar-nav > li {
    margin: 0 0.8em;
}
.video {
    min-height: 620px;
}
p.bnrw3-agiletext {
    bottom: 22%;
    width: 70%;
    left: 15%;
}
.about-section.abt-w3sec2 {
    margin-top: 4em;
}
.ab-text.two.w3-agileits {
    margin-bottom: 2em;
}
.resp-tabs-list {
    width: 38%; 
}
.view.view-first {
    width: 95%;
    padding: 2em 2em;
}
.footer-grids:nth-child(1) {
    padding: 0 1em;
}
.footer h3 {
    font-size: 2.2em; 
}
.footer-grids:nth-child(2) {
    margin: 2em 0;
}
.team-right {
    padding: 3.6em 5em 3em 4em;
}
.team-left img {
    width: 142%; 
}
.filtr-item {
    padding: 0.5em;
}
.w3_agileits_mail_right_grid_pos { 
    top: -20%;
    left: 42%;
}
.w3_agileits_mail_right_grid { 
    margin: 6em 0 3em;
}
.book-reservation label {
    font-size: 1.6em; 
} 
}
@media(max-width:800px){
.agile_single_img {
    width: 44%;
}
.popular-posts-grid1 h4 a { 
    font-size: 1em; 
}
.wthree_single_grid h4 {
    font-size: 1.5em; 
}
.wthree_single_grid1 {
    margin-top: 1em;
}
.wthree_single_grid ul li { 
    font-size: 0.9em;
    margin-right: 1em;
} 
p.bnrw3-agiletext { 
	bottom: 24%;
    font-size: 1em;
    letter-spacing: 1px;
}
h3.agileits-title, h2.agileits-title {
    font-size: 3.2em;
}
.team-right {
    padding: 3.65em 5em 3em 4em;
}
}
@media(max-width:768px){
p.bnrw3-agiletext { 
    width: 73%;
    left: 14%;
}
.services-grids, .team-grids, .contact-grids {
    margin-top: 2em;
}
.services_bottom_grid_left1 { 
    left: 9%;
}
.services-bottom { 
    margin: 1em 0 0;
}
.services_bottom_grid_right {
    padding: 0 3em 0 0;
}
.social-wthree-icons.bnragile-icons { 
    right: 1%; 
}
.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
    font-size: 9em;
} 
}
@media(max-width:767px){
.navbar-default .navbar-toggle {
    border-color: #ff5722;
    background: #ff5722;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ff5722;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
div#bs-example-navbar-collapse-1 {
    background: #000;
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
	z-index: 999;
}
.navbar-nav {
    margin:.6em 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    text-align: center;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ff5722;  
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 7px 0;
}
.navbar-nav > li {
    margin: 0;
}
}
@media(max-width:736px){
.video {
    min-height: 530px;
}
p.bnrw3-agiletext {
    width: 76%;
    left: 12%;
    bottom: 25%;
}
.services_bottom_grid_left1 {
    left: 0%;
}
.team-left img {
    width: 114%;
    margin: 0 auto;
}
.team-right {
    padding: 2em;
}
.team-right h4 {
    font-size: 1.5em; 
}
.team-right h6 {
    font-size: 1.1em; 
}
p { 
    font-size: 1em;
}
.carousel-control { 
    width: 6%; 
}
.services, .about, .reservation, .team, .testimonial, .portfolio, .contact, .codes {
    padding: 3em 0;
}
}
@media(max-width:667px){
p.bnrw3-agiletext { 
    font-size: 0.9em; 
}
.ab-text h6 {
    font-size: 1.4em; 
    margin-bottom: 0.2em; 
}
.about-section.abt-w3sec2 {
    margin-top: 3em;
}
.start { 
    margin-top: 1em;
}
.services-grids h4 { 
    margin: 0.5em 0 .2em; 
}
.resp-tabs-list {
    width: 56%;
}
.view.view-first h5 {
    font-size: 1.3em;
    left: 41%;
    bottom: -17%;
} 
}
@media(max-width:640px){
p.bnrw3-agiletext { 
    letter-spacing: 0.5px;
}
.book-reservation label {
    font-size: 1.4em;
}
.footer h3 {
    font-size: 2em;
    margin-bottom: 0.4em;
}
.footer {
    padding: 3em 0;
}
.start a { 
    font-size: 0.9em; 
}
h3.agileits-title, h2.agileits-title {
    font-size: 3em;
}
.services_bottom_grid_left1 img.img-responsive {
    width: 73%;
}
.team-left img {
    width: 146%; 
}
.book-reservation select.form-control { 
    height: 50px; 
}
.book-reservation input[type="text"],.book-reservation select.form-control  { 
    padding: 0.7em 1em; 
}
.navbar-default .navbar-nav > li > a { 
    font-size: 1.1em; 
}
.make input[type=submit] { 
    font-size: 1em; 
}
.make {
    margin: 0.5em auto 0; 
}
.simplefilter li { 
    padding: 0.7em 1.5em; 
    font-size: 0.9em;
}
ul.simplefilter { 
    margin-bottom: 1em;
}
.book-reservation {
    margin-top: 2em;
}
.agileits_mail_grid_right1 {
    padding: 2em; 
}
.agileits_mail_grid_right1 textarea {
    min-height: 150px; 
}
.map-grid iframe { 
    height: 200px; 
} 
}
@media(max-width:600px){
.navbar-header h1 {
    font-size: 2em; 
}
.w3header { 
    padding: 1.5em 0;
}
.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
    font-size: 8em;
}
.video {
    min-height: 470px;
}
p.bnrw3-agiletext { 
    padding: 0.5em;
}
.social-wthree-icons .icon { 
    width: 30px;
    height: 30px;
}
.social-wthree-icons ul li a.fa {
    font-size: 0.9em; 
}
.social-wthree-icons.bnragile-icons { 
    top: 26%; 
}
figure.effect-jazz p { 
    letter-spacing: 1px;
}
.social-wthree-icons ul {
    margin-top: 1em;
}
.team-left { 
    width: 100%;
    float: none;
}
.team-left img {
    width: 100%;
    margin: 0 auto;
}
.team-right { 
    width: 100%;
    float: none;
}
.about-w3banner .w3header {
    padding: 1.5em 0; 
}
.ab-text { 
	margin-top:0;
}
figure.effect-jazz h4 {
    font-size: 1.6em;
}
h3.agileits-title, h2.agileits-title {
    font-size: 2.8em;
}
.team-row {
    margin-top: 0;
} 
.author-grid-right { 
    padding-right: 0;
}
.wthree_single_grid {
    margin-top: 3em;
}
}
@media(max-width:568px){
p.bnrw3-agiletext {
    width: 79%;
    left: 11%; 
}
.ab-text h6 {
    font-size: 1.2em; 
}
.view.view-first { 
    padding: 1em;
}
.view.view-first h5 { 
    left: 37%; 
}
figure.effect-jazz h4 {
    padding-top: 25%; 
}
h3.agileits-title, h2.agileits-title {
    font-size: 2.6em;
}
.popular-posts {
    margin-top: 2em;
}
.author {
    margin: 2em 0;
} 
}
@media(max-width:480px){
.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
    font-size: 6.5em;
}
p.bnrw3-agiletext { 
    left: 10%;
	bottom: 17%;
}
.video {
    min-height: 410px;
}
.abt-w3limg {
    padding: 0 .5em;
}
.services-grids h4 { 
    font-size: 1.8em; 
}
.resp-tabs-list {
    width: 70%;
}
.resp-tabs-list { 
    margin: 3em auto 1em;
}
.ab-left.w3-agileits {
    padding: 0;
}  
.ab-left.w3-agile {
    padding: 0;
}
}
@media(max-width:414px){
.services-grids { 
    width: 100%;
    float: none;
}
.services-grids i.fa { 
    display: block;
}
.services-grids h4 { 
    display: inline-block;
}  
.services_bottom_grid_right {
    padding: 0 2em 0 0;
}
.skillbar-title { 
    font-size: 0.9em; 
}
.skill-bar-percent { 
    right: -25px; 
    font-size: 0.9em;  
}
h3.agileits-title, h2.agileits-title {
    font-size: 2.4em;
}
.services-bottom {
    margin: 0;
}
.skillbar { 
    margin: 10px 0; 
}
.team-right p { 
    letter-spacing: 0px;
} 
.simplefilter li {
    padding: 0.7em 1em;
    font-size: 0.85em;
	margin: 0 0.1em; 
}
.w3_agile_mail_left {
    padding: 0;
}
.agileits_mail_grid_right1 {
    padding: 1.5em;
}
.agileits_mail_grid_right1 span i { 
    font-size: 0.9em; 
}
.agileits_mail_grid_right1 textarea {
    min-height: 120px;
    margin-bottom: 0em;
}
.agileits_mail_grid_right1 input[type="submit"] { 
    padding: .8em 2em;
    font-size: 0.9em; 
}
.w3_agileits_mail_right_grid_pos {
    top: -17%;
    left: 36%;
}
.write-reply form {
    width: 100%;
}
.footer h3 {
    font-size: 1.8em; 
}
.view.view-first h5 {
    left: 31%;
}
.author-grid {
    padding: 1.5em; 
}
.author-grid-right p {
    margin: 0.8em 0;
} 
}
@media(max-width:384px){
.wthree_single_grid h4 {
    font-size: 1.3em;
}
.wthree_single_grid ul li { 
    margin-top: 0.5em;
} 
.abt-w3limg {
    padding: 0 2em;
    width: 100%;
}
.resp-tabs-list {
    width: 79%;
}
.view.view-first h5 {
    left: 29%;
    font-size: 1.2em;
    bottom: -10%;
}
.services, .about, .reservation, .team, .testimonial, .portfolio, .contact, .codes {
    padding: 2.5em 0;
}
h3.agileits-title, h2.agileits-title {
    font-size: 2.2em;
}
.book-reservation label {
    font-size: 1.2em;
}
.make input[type=submit] {
    font-size: 0.9em;
}
.make {
    margin: 0;
}
p {
    font-size: 0.95em;
}
.footer {
    padding: 2em 0;
}
.footer input[type="email"] { 
    font-size: 0.9em; 
}
.navbar-default .navbar-nav > li > a {
    font-size: 1em;
}
.services_bottom_grid_left1 img.img-responsive {
    width: 47%;
}
h4.w3ls-title {
    font-size: 1.8em;
    margin-bottom: 0.6em;
}
.icon { 
    margin: 0 2px; 
}
.write-reply input[type="text"], .write-reply input[type="email"], .write-reply textarea { 
    font-size: 0.9em; 
}
.book-reservation input[type="text"],.book-reservation select.form-control  { 
    font-size: 0.9em; 
}
.agileits_mail_grid_right1 input[type="text"], .agileits_mail_grid_right1 input[type="email"], .agileits_mail_grid_right1 textarea {
    font-size: 0.9em; 
}
.agileits_mail_grid_right1 span i {
    font-size: 0.85em;
    letter-spacing: 2px;
}
.w3_agileits_mail_right_grid h4 {
    font-size: 1.5em; 
}
.w3_agileits_mail_right_grid_pos { 
    left: 33%;
}
.w3_agileits_mail_right_grid h5 { 
    margin-bottom: 1em;
} 
.filtr-item { 
    width: 100%;
}
}
@media(max-width:375px){
.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
    font-size: 5em;
}
.view.view-first {
    width: 100%; 
}
}
@media(max-width:320px){
.page-header__content .text-bg svg #title1, .page-header__content .text-bg svg #title2, .page-header__content .text-bg svg #title3, .page-header__content .text-bg svg #title4 {
    font-size: 4.5em;
}
p.bnrw3-agiletext {  
    font-size: 0.85em;
}
.video {
    min-height: 380px;
}
.navbar-header h1 {
    font-size: 1.8em;
}
.navbar-toggle { 
    margin-top: 6px;
    margin-right: 0; 
}
.resp-tabs-list {
    width: 94%;
    margin: 2em auto 1em;
}
.view.view-first { 
    margin: 0 auto 1em;  
}
.services_bottom_grid_right {
    padding: 0 1em 0 0;
}
.services_bottom_grid_left1 img.img-responsive {
    width: 35%;
}
.services_bottom_grid_right {
    padding: 0;
    width: 83%;
}
.skillbar {
    margin: 8px 0;
}
.simplefilter li {
    padding: 0.6em 0.8em;
    font-size: 0.79em;
    margin: 0;
} 
.w3_agileits_mail_right_grid_pos img { 
    width: 90px; 
}
.w3_agileits_mail_right_grid {
    margin: 5em 0 2em;
    padding: 4em 1em 1em;
}
.w3_agileits_mail_right_grid_pos {
    left: 30%;
    top: -21%;
} 
.abt-w3limg {
    padding: 0 1em; 
}
.ab-text { 
    padding: 0;
}
.services-grids i.fa {
    font-size: 2em; 
}
.footer-grids,.footer-grids:nth-child(1){ 
    padding: 0;
}
.footer h3 {
    font-size: 1.6em;
}
} 
/*-- //responsive-design --*/