.quate_sidebar {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.quate_sidebar a {
    font-size: 12px;
    margin: 2px 0;
    text-transform: uppercase;
    display: block;
	text-decoration: none;
}
.quate_sidebar li {
    background-color: #f5f5f5;
    border: 1px solid #eeeeee;
    display: block;
    margin: 5.5px 0;
    padding: 10px 10px 10px 50px;
}
/*-- //flow technologies --*/
/*-- team section --*/
.grid {
	padding-bottom:25px;
	max-width:100%;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.grid div {
	display:block;
	width:100%;
	margin: 0;
	padding:0px;
	text-align: left;
	position: relative;
}
.grid figure {
	margin: 0;
	position: relative;
}
.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding:10px;
	background:#181b1d;
}
.grid figcaption h4 {
	margin: 0;
	font-size:18px;
	font-weight:normal;
	padding: 65px 0 20px;
	font-family: 'Michroma', sans-serif;
	color: #fff;
}
.grid figcaption p {
	margin: 0;
	padding-bottom:20px;
	font-size:15px;
	font-weight:100;
	color: #fff;
}
.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background:#1ca0de;
	text-decoration: none;
	color: #fff;
}
/* Caption Style 4 */
.cs-style-4 div {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}
.cs-style-4 figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.cs-style-4 figure > div {
	overflow: hidden;
}
.cs-style-4 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .cs-style-4 figure:hover img,
.cs-style-4 figure.cs-hover img {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}
.cs-style-4 figcaption {
	height: 100%;
	width: 50%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.modal-open .modal {
	background-color:rgba(0,0,0,0.7);
}
section.team-w3layouts .modal-content {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
section.team-w3layouts .modal-header {
	background:#1ca0de;
}
section.team-w3layouts .modal-header .close {
    margin-top: -2px;
    font-size: 45px;
    font-weight: normal;
	outline: none;
}
section.team-w3layouts .modal-header h4 {
    color: white;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
	font-family: 'Michroma', sans-serif;
}
section.team-w3layouts .modal-body p {
	font-size: 15px;
    font-weight:100;
    color: #999;
    text-align: left;
    line-height: 35px;
    padding: 10px 15px;
}
section.team-w3layouts .modal-footer {
	background: #2b2b2b;
}
section.team-w3layouts ul.social-icons2 {
    padding: 40px 0 15px;
}
section.team-w3layouts ul.social-icons2 li {
	display:inline;
	list-style:none;
}
section.team-w3layouts ul.social-icons2 li a {
	margin-right:2px;
}
section.team-w3layouts ul.social-icons2 li a i.fa {
	font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
section.team-w3layouts ul.social-icons2 li a i.fa:hover {
    -webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	-ms-animation: spin 2s linear infinite;
	 border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
section.team-w3layouts ul.social-icons2 li a i.fa.fa-facebook {
	color:#3b5998;
	border: 1px solid #3b5998;
}
section.team-w3layouts ul.social-icons2 li a i.fa.fa-facebook:hover {
	background-color:#3b5998;
	color:#fff;
	border-color:#3b5998;
}
section.team-w3layouts ul.social-icons2 li a i.fa.fa-twitter {
	color:#1da1f2;
	border: 1px solid #1da1f2;
}
section.team-w3layouts ul.social-icons2 li a i.fa.fa-twitter:hover {
	background-color:#1da1f2;
	color:#fff;
	border-color:#1da1f2;
}
section.team-w3layouts ul.social-icons2 li a i.fa.fa-google-plus {
	color:#dd4b39;
	border: 1px solid #dd4b39;
}
section.team-w3layouts ul.social-icons2 li a i.fa.fa-google-plus:hover {
	background-color:#dd4b39;
	color:#fff;
	border-color:#dd4b39;
}
section.team-w3layouts ul.social-icons2 li a i.fa.fa-youtube {
	color:#cd201f;
	border: 1px solid #cd201f;
}
section.team-w3layouts ul.social-icons2 li a i.fa.fa-youtube:hover {
	background-color:#cd201f;
	color:#fff;
	border-color:#cd201f;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.column {
	margin: 0;
	padding: 0;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width:100%;
	margin: 0;
	padding: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width:100%;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition:all 0.7s ease-in-out;
	transition:all 0.7s ease-in-out;
	-moz-transition:all .7s ease-in-out;
	-o-transition:all .7s ease-in-out;
	-ms-transition:all .7s ease-in-out;
	opacity: 0;
}
.column figure {
	width:100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
section.team-w3layouts .modal-content:hover .column div span {
	bottom: -30px;
	opacity: 1;
	z-index:999;
}
.hover01 figure img {
	width: 100%;
    height: auto;
	display:block;
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transition:all .7s ease-in-out;
	transition:all .7s ease-in-out;
	-moz-transition:all .7s ease-in-out;
	-o-transition:all .7s ease-in-out;
	-ms-transition:all .7s ease-in-out;
}
section.team-w3layouts .modal-content:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
}	
/*-- //team section --*/
.button {
    background: none repeat scroll 0 0 #ff8a00;
    box-shadow: 0 2px 0 #737373;
    float: left;
    font-weight: 700;
	margin-left: 66%;
}

.button:hover {
    background: none repeat scroll 0 0 #ff9b2f;
}
a.read-more {
    display: block;
	text-align: center;
}
/*-- Baneer-bottom --*/
.agileits_service_grid_btm_left1{
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.agileits_service_grid_btm_left1:before {
    bottom: 0;
    right: 0;
    border-bottom: 3px solid #28a9ff;
    border-right: 3px solid #28a9ff;
}
.agileits_service_grid_btm_left1:after, .agileits_service_grid_btm_left1:before {
    content: '';
    z-index: 2;
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.agileits_service_grid_btm_left1:after {
    top: 0;
    left: 0;
    border-top:  3px solid #28a9ff;
    border-left:  3px solid #28a9ff;
}
.agileits_service_grid_btm_left1:hover:after, .agileits_service_grid_btm_left1:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
}
.agileits_service_grid_btm_left2 h5{
	margin:0em 0 .5em;
	color:#111;
	font-size:1.5em;
	text-transform: capitalize;
}
.agileits_service_grid_btm_left2 p {
    color: #777;
    line-height: 1.9em;
    font-size: 1em;
	text-align:justify;
}
.agileits_service_grid_btm_left2{
	padding: 2em 1em;
    border: 3px solid #C8B6B6;
    border-top: none;
    background: #fff;
}
.agileits_service_grid_btm_left1:hover {
    cursor: default;
}
.Main-agile {
    position: relative;
}
.agileits_services_grids_bottom {
    margin-top: 3em;
    bottom: -35%;
    z-index: 999;
    left: 13%;
    margin-bottom: 3em;
}
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top:55%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 34px;
    width: 34px;
    background: url(../images/left.png) no-repeat 0px 0px;
}
.callbacks_nav.next {
    left: auto;
    background: url(../images/right.png) no-repeat 0px 0px;
    right: -62px;
}
.callbacks_nav.prev {
    left: auto;
    background: url(../images/left.png) no-repeat 0px 0px;
    left: -58px;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display:block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs {
        list-style: none;
    position: absolute;
    top: 88%;
    left: 46.3%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li {
    display:inline-block;
    margin: 0px 7px;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height:16px;
    width:16px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
       background: #2529d8;
}
/*-- //slider --*/
/*-- //classes--*/
/*--test--*/
#monials {
	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;
    background-attachment: fixed;
    position: relative;
    min-height: 600px;
}
/*-- client --*/
.client-agile-info {
    background: #ef4d4a;
    padding: 5em 0;
}
.agileits-clients {
         margin-top: 4em;
}
h3.tittle.two {
    color: #fff;
	text-align: center;
}
.client_agile_info {
  border-bottom: 5px solid #2529d8;
    background: rgba(12, 12, 12, 0.61);
    padding: 2em;
}
.client_agile_info img {
    width:9%;
	border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
}
.c-img i{
	 color:#fff;
	font-size: 2em;
	 margin-right:0.5em;
}
.agileits-clients h4 {
    color: #de0f17;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 2px;
}
.agileits-clients p {
    color: #e0dbdb;
    line-height: 2em;
    font-size: 1.15em;
    margin: 1em 0;
    letter-spacing: 2px;
}
.client-top {
	    margin: 0 auto;
    text-align: center;
    width: 50%;
    padding-top: 6em;
}
/*-- //client --*/
/*-- //Baneer-bottom --*/
@media(max-width: 1680px){
	.agileits_services_grids_bottom {
		bottom: -33%;
	}
}
@media(max-width: 1600px){
	.agileits_services_grids_bottom {
		bottom: -35%;
	}
}
@media(max-width: 1440px){
	.agileits_services_grids_bottom {
		bottom: -38%;
		left: 9.5%;
	}
}
@media(max-width: 1366px){
	.agileits_services_grids_bottom {
		bottom: -39.5%;
		left: 7%;
	}
}
@media(max-width: 1280px){
	.agileits_services_grids_bottom {
		bottom: -42%;
		left: 4%;
	}
}
@media(max-width: 1080px){
	.agileits_services_grids_bottom {
		bottom: -49%;
		left: 4%;
	}
}
@media(max-width: 1050px){
	.agileits_services_grids_bottom {
		bottom: -50%;
		left: 3.5%;
	}
	.agileits_service_grid_btm_left2 {
		padding: 2em 0.8em;
	}
}
@media(max-width: 1024px){
	.agileits_services_grids_bottom {
		bottom: -48%;
		left: 2%;
	}
}
@media(max-width: 991px){
	.agileits_service_grid_btm_left {
		float: left;
		width: 25%;
		margin: 0 !important;
		padding: 0px 4px;
	}
	.agileits_services_grids_bottom {
		bottom: -45%;
		left: 11%;
	}
	.agileits_service_grid_btm_left2 {
		padding: 1em 0.4em;
	}
	.agileits_service_grid_btm_left2 h5 {
		font-size: 1.45em;
	}
}
@media(max-width: 800px){
	.agileits_services_grids_bottom {
		bottom: -54%;
		left: 3%;
	}
}
@media(max-width: 768px){
	.agileits_services_grids_bottom {
		bottom: -56%;
		left: 0%;
	}
}
@media(max-width: 736px){
	.agileits_service_grid_btm_left {
		width: 50%;
	}
	.agileits_service_grid_btm_left:nth-child(3), .agileits_service_grid_btm_left:nth-child(4) {
		margin-top:  2em !important;;
	}
	.agileits_services_grids_bottom {
		bottom: -146%;
		left: 0%;
	}
	.content-agileits {
		margin-top: 54em;
	}

}
@media(max-width: 667px){

	.agileits_services_grids_bottom {
		bottom: -148%;
	}
}
@media(max-width: 600px){
	.agileits_service_grid_btm_left {
		padding: 0px 8px;
	}
	.agileits_services_grids_bottom {
		bottom: -159%;
	}
}
@media(max-width: 568px){
	.agileits_service_grid_btm_left2 p {
		font-size: 0.9em;
	}
	.agileits_service_grid_btm_left2 h5 {
		font-size: 1.4em;
	}
	
}
@media(max-width: 480px){
	.agileits_services_grids_bottom {
		bottom: -182%;
	}
	.agileits_service_grid_btm_left:nth-child(3), .agileits_service_grid_btm_left:nth-child(4) {
		margin-top: 1.5em !important;
	}
}
@media(max-width: 414px){
	.agileits_services_grids_bottom {
		bottom: -174%;
	}
	.agileits_service_grid_btm_left2 h5 {
		font-size: 1.2em;
	}
	.agileits_service_grid_btm_left2 p {
		font-size: 0.85em;
	}
}
@media(max-width: 384px){
	.agileits_service_grid_btm_left2 p {
		font-size: 0.75em;
		line-height: 1.8em;
	}
	.agileits_service_grid_btm_left {
		padding: 0px 5px;
	}
	.agileits_services_grids_bottom {
		bottom: -152%;
	}
}
@media(max-width: 320px){
	.agileits_service_grid_btm_left2 p {
		font-size: 0.7em;
	}
	.agileits_service_grid_btm_left {
		padding: 0px 3px;
	}
	.agileits_services_grids_bottom {
		bottom: -169%;
	}
	
	
}
/*--//responsive--*/
body{
 font-family: 'Montserrat', sans-serif;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
 ul{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
/*-- about --*/
h5.title-w3 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2.5em;
    color: #000;
}
h5.title-w3 label {
    width: 100px;
    height: 4px;
    background: #ff2b0b;
	vertical-align: middle;
	margin: 0 20px;
}
.about-w3layouts,.team,.portfolio,.testimonials {
    padding: 100px 0;
}
ul.resp-tabs-list {
    margin: 0 auto;
    text-align: center;
	float:none;
}
.tab1.resp-tab-content.resp-tab-content p {
    color: #555;
    font-size: 17px;
    line-height: 34px;
}
.about-right-w3l {
    background: #eee url(../images/about-rt.png) no-repeat 0px 0px;
    background-size: cover;
    min-height: 420px;
    width: 60%;
}
.about-right-w3l {
    text-align: center;
    padding: 45px 92px 45px 165px;
}
.about-right-w3l h3 {
    font-size: 25px;
    color: #080808;
    margin-top: 43px;
    text-transform: uppercase;
}
.about-right-w3l h2 {
    color: #019fdc;
    font-size: 27px;
    margin: 25px 0px;
    line-height: 34px;
}
.about-right-w3l p {
    color: #777;
    font-size: 17px;
	line-height: 34px;
	text-align:justify;
}
.about-left-w3ls {
    padding: 0;
    width: 40%;
}
.about-left-w3ls img {
    width: 100%;
}
.about-bottom-agile{
	position:relative;
}
.sub-img {
    position: absolute;
    bottom: 39px;
    left: 290px;
    z-index: 999;
    width: 500px;
    height: auto;
}
.sub-img img {
    width: 100%;
    border: 16px solid #fff;
}
.nav-tabs {
    border-bottom: none!important;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
	    border-radius: 27px;
		    border: none!important;
    border-bottom-color: transparent;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: none;
    color: #ff2b0b;
	
}
.nav-tabs > li {
	margin-right:10px;
}
#myTabContent p {
    color: #555;
    font-size: 17px;
    line-height: 34px;
}
ul#myTab {
    margin: 0 auto 2em;
    width: 39%;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    border: none!important;
    border-bottom-color: transparent;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: none;
    color: #fff;
	background: #50e4c6;

}
.nav-tabs > li > a:hover {
    border: none!important;
	background:#50e4c6;
	color:#fff;
}
/*--responsive--*/
@media(max-width:1680px){
	
}
@media(max-width:1440px){
	.about-right-w3l h3 {
		margin-top: 0px;
	}
	.about-right-w3l {
		min-height: 378px;
	}
	.sub-img {
		bottom: 33px;
		left: 270px;
		width: 450px;
	}
	.about-right-w3l h2 {
		font-size: 26px;
		margin: 23px 0px;
	}
}
@media(max-width:1366px){
	.logo h1 a {
		margin: 1.5em 0 .5em;
	}
	.slider-info {
		margin: 1em 0;
	}
	.callbacks_tabs li {
		margin: 15px 7px;
	}
	.slider-info p {
		width: 75%;
	}
	.about-right-w3l h2 {
		margin: 15px 0px;
		font-size: 25px;
	}
	.about-right-w3l {
		min-height: 358px;
	}
	.sub-img {
		bottom: 28px;
		left: 247px;
		width: 440px;
	}
	.blog-info p {
		margin-top: 10px;
	}
	.blog-info {
		padding: 23px 27px 39px;
	}
}
@media(max-width:1280px){
	.ayanEffects li a {
		font-size: 16px;
	}
	.logo h1 a {
		margin: 1.3em 0 .4em;
		font-size: 64px;
	}
	.read-more-w3 p {
		margin: 3.4em 0 0;
	}
	.sub-img {
		bottom: 29px;
		left: 250px;
		width: 400px;
	}
	.about-w3layouts, .team, .portfolio, .testimonials {
		padding: 90px 0;
	}
	.about-right-w3l h3 {
		font-size: 22px;
	}
	.about-right-w3l h2 {
		margin: 11px 0px;
		font-size: 22px;
	}
	.about-right-w3l p {
		line-height: 32px;
	}
	.about-right-w3l {
		min-height: 335px;
	}
	.contact {
		padding: 170px 0px 90px;
	}
}
@media(max-width:1080px){
	.slider-info p {
		width: 82%;
		font-size: 14px;
		letter-spacing: 4px;
	}
	.callbacks_tabs li {
		margin: 10px 7px;
	}
	.read-more-w3 p {
		margin: 3em 0 0;
		font-size:15px;
	}
	.ayanHoverEffect_3 a {
		padding: 0 13px;
	}
	.banner {
		min-height: 530px;
	}
	.logo h1 a {
		font-size: 60px;
	}
	ul#myTab {
		width: 46%;
	}
	.sub-img {
		bottom: 26px;
		left: 210px;
		width: 335px;
	}
	.sub-img img {
		border: 13px solid #fff;
	}
	.about-right-w3l {
		text-align: center;
		padding: 25px 35px 25px 120px;
	}
	.about-right-w3l h2 {
		margin: 5px 0px;
		font-size: 19px;
	}
	.about-right-w3l p {
		font-size: 16px;
	}
	.about-right-w3l {
		min-height: 282px;
	}
	.view-second .w3l_social_icons1 {
		margin: 20px 10px 0px 10px;
	}
	.view .mask, .view .content {
		padding: 1.5em 1em;
	}
	.blog-info h4 {
		font-size: 18px;
	}
	h5.title-w3 {
		font-size: 27px;
		margin-bottom: 2em;
	}
	#myTabContent p {
		font-size: 16px;
	}
	.test h5 {
		font-size: 1.2em;
	}
	.callbacks_nav {
		bottom: 27%;
	}
	.contact h3 {
		font-size: 24px;
	}
	.email {
		margin: 10px 0px;
	}
	input[type="submit"] {
		padding: 7px 55px;
		margin-top: 35px;
	}
}
@media(max-width:1050px){
	.read-more-w3 p {
		margin: 2.5em 0 0;
		font-size: 14px;
	}
	.banner {
		min-height: 510px;
	}
	.ayanEffects li a {
		font-size: 15px;
	}
	.about-right-w3l p {
		line-height: 30px;
	}
	.about-right-w3l {
		min-height: 274px;
	}
	.sub-img {
		bottom: 25px;
		left: 203px;
		width: 325px;
	}
	.w3l_team_grid h4 {
		font-size: 1.1em;
	}
	.w3l_team_grid p {
		font-size: 15px;
	}
	.resp-tab-item {
		padding: 6px 20px;
	}
	.testimonial-content {
		width: 81%;
	}
}
@media(max-width:1024px){
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		font-size: 12px;
		padding: 9px 15px;
	}
	.nav-tabs > li > a {
		font-size: 12px;
		padding: 9px 15px;
	}
	.about-left-w3ls {
		width: 38%;
	}
	.sub-img {
		bottom: 23px;
		left: 177px;
		width: 300px;
	}
	.about-right-w3l {
		padding: 21px 24px 21px 94px;
	}
	.about-right-w3l h3 {
		font-size: 20px;
	}
	.about-right-w3l h2 {
		margin: 1px 0px;
	}
	.about-right-w3l {
		min-height: 254px;
	}
	.about-w3layouts, .team, .portfolio, .testimonials {
		padding: 80px 0;
	}
	.contact {
		padding: 153px 0px 80px;
	}
	input[type="submit"] {
		font-size: 15px;
	}
}
@media(max-width:991px){
	.logo h1 a {
		margin: 1.2em 0 .3em;
		font-size: 55px;
	}
	.ayanEffects li {
		margin: 0px 7px;
	}
	.ayanEffects li a {
		font-size: 14.4px;
	}
	.read-more-w3 p {
		font-size: 13px;
	}
	.banner {
		min-height: 484px;
	}
	.ayanHoverEffect_12 a {
		padding: 8px 14px;
	}
	ul#myTab {
		width: 55%;
	}
	h5.title-w3 {
		font-size: 25px;
		margin-bottom: 2.3em;
	}
	h5.title-w3 label {
		width: 80px;
		height: 3px;
		margin: 0 15px;
	}
	.about-left-w3ls {
		width: 70%;
	}
	.sub-img {
		bottom: 62px;
		left: 442px;
		width: 472px;
	}
	.about-right-w3l {
		min-height: 290px;
		width: 100%;
	}
	.about-right-w3l {
		padding: 54px 70px;
	}
	.about-right-w3l h2 {
		margin: 14px 0px;
		font-size: 21px;
	}
	.about-right-w3l h3 {
		font-size: 23px;
	}
	.w3l_team_grid {
		float: left;
		width: 50%;
	}
	.w3l_team_grid img{
		margin:0 auto;
	}
	.w3l_team_grid:nth-child(2) {
		margin-bottom:2em;
	}
	.view {
		width: 90%;
		margin: 0 auto;
	}
	.view .mask, .view .content {
		padding: 6.5em 1em 2em;
	}
	.view-second .mask {
		width: 550px;
	}
	.blog-grids-w3-agile {
		width: 33%;
		float: left;
	}
	.blog-info {
		padding: 22px 22px 33px;
	}
	a.blog-read {
		font-size: 11px;
		padding: 6px 17px;
	}
	.team-gd {
		width: 33.333%;
		float: left;
	}
	.portfolio-modal .modal-content h3 {
		margin: 0 0 30px 0px;
		font-size: 1.6em;
	}
	.testimonial-content {
		width: 100%;
		padding: 2em 1em;
	}
	.test h5 {
		font-size: 1em;
		margin-top: 15px;
	}
	.test img {
		width: 21%;
	}
	.callbacks_nav.prev {
		left: 35%;
	}
	.callbacks_nav {
		bottom: 25%;
	}
	.contact h3 {
		font-size: 23px;
	}
	.left-w3 p {
		font-size: 15px;
		line-height: 48px;
	}
	.two li {
		margin: 6px 9px;
		width: 31px;
		height: 31px;
	}
	.footer {
		padding: 16px 0px;
	}
	.copyright-wthree p {
		font-size: 15px;
	}
	.copyright-wthree {
		padding: 27px 0px;
	}
	input[type="text"], input[type="email"] {
		width: 100%;
	}
	textarea {
		width: 100%;
	}
	input[type="submit"] {
		padding: 6px 48px;
		margin-right: 0px;
		font-size: 14px;
	}
	.contact {
		padding: 170px 0px 80px;
	}
	.w3l_social_icons li a i {
		font-size: 15px;
	}
}
@media(max-width:900px){
	.slider-info p {
		font-size: 13px;
		letter-spacing: 4px;
	}
	.logo h1 a {
		margin: 1.1em 0 .2em;
		font-size: 52px;
	}
	.banner {
		min-height: 455px;
	}
	.ayanEffects li a {
		line-height: 40px;
	}
	#myTabContent p {
		font-size: 15px;
	}
	.sub-img {
		bottom: 48px;
		left: 370px;
		width: 460px;
	}
	.about-right-w3l p {
		font-size: 15px;
	}
	.blog-grids-w3-agile {
		width: 60%;
		float: none;
		margin: 0 auto;
	}
	.blog{
		padding-bottom: 70px;
	}
	.blog-info {
		padding: 35px 35px 45px;
	}
	.about-right-w3l h3 {
		font-size: 21px;
	}
	.about-right-w3l h2 {
		margin: 8px 0px;
		font-size: 20px;
	}
	h5.title-w3 {
		font-size: 22px;
		margin-bottom: 2.3em;
	}
	h5.title-w3 label {
		width: 70px;
		margin: 0 12px;
	}
	.about-w3layouts, .team, .portfolio, .testimonials {
		padding: 70px 0;
	}
	.contact{
	padding-bottom: 70px;
	}
	.left-w3 p {
		font-size: 14px;
	}
	.contact h3 {
		font-size: 21px;
	}
}
@media(max-width:800px){
	.ayanEffects li {
		margin: 0px 4px;
	}
	.ayanEffects li a {
		font-size: 14px;
	}
	.logo h1 a {
		margin: 55px 0 1px;
		font-size: 47px;
		letter-spacing: 6px;
	}
	.slider-info p {
		width: 90%;
		font-size: 13px;
		letter-spacing: 3px;
	}
	.read-more-w3 p {
		margin: 2em 0 0;
		font-size: 12px;
	}
	.read-more-w3 p {
		margin: 2em 0 0;
		font-size: 14px;
	}
	.callbacks_tabs a:after {
		height: 11px;
		width: 11px;
	}
	.callbacks_here a:after {
		height: 2px;
		width: 36px;
	}
	.callbacks_tabs li {
		margin: 6px 4px;
	}
	.read-more-w3 p {
		margin: 2em 0 0;
		font-size: 12px;
	}
	.banner {
		min-height: 413px;
	}
	#myTabContent p {
		padding: 0px 20px;
	}
	.sub-img {
		bottom: 37px;
		left: 315px;
		width: 423px;
	}
	.callbacks_nav {
		bottom: 24%;
	}
	.callbacks_nav.prev {
		left: 34%;
	}
	.left-w3 {
		padding-left: 1px;
	}
		.contact h3 {
		font-size: 20px;
		margin: 10px 0 12px;
	}
	.left-w3 p {
		line-height: 43px;
	}
	.resp-tab-item {
		font-size: 15px;
	}
	.email {
		margin: 7px 0px;
	}
}
@media(max-width:768px){
	.ayanEffects li a {
		font-size: 13px;
	}
	.logo h1 a {
		margin: 35px 0 1px;
		font-size: 43px;
		letter-spacing: 5px;
	}
	.banner {
		min-height: 390px;
	}
	.slider-info p {
		font-size: 12.5px;
	}
	.sub-img {
		bottom: 38px;
		left: 307px;
		width: 398px;
	}
	h5.title-w3 {
		font-size: 21px;
		margin-bottom: 2em;
	}
	.about-right-w3l h3 {
		font-size: 19px;
	}
	.about-right-w3l h2 {
		margin: 6px 0px;
		font-size: 19px;
	}
	.about-right-w3l p {
		line-height: 35px;
	}
	.about-right-w3l {
		padding: 45px 55px;
	}
	.blog-info h6 {
		font-size: 13px;
	}
	.blog-info span {
		font-size: 13px;
	}
	.blog-info h4 {
		font-size: 16px;
	}
	.blog-grids-w3-agile {
		width: 70%;
	}
	.blog-info {
		padding: 25px 30px 40px;
	}
	.blog-btm-w3 span {
		font-size: 18px;
		margin-right: 5px;
	}
	.blog-info p {
		margin-top: 6px;
	}
	.testimonial-content p {
		font-size: 15px;
	}
	.left-w3 {
		padding-left: 20px;
	}
	form {
		padding-right: 20px;
	}
	.contact h3 {
		font-size: 19px;
	}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		padding: 7px 15px;
	}
	.nav-tabs > li > a {
		padding: 7px 15px;
	}
}
@media(max-width:767px){
	
}

@media(max-width:736px){
	.top-nav {
    position: relative;
}
.top-nav span.menu {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 23px;
    margin-top: 9px;
    text-align: right;
    float: right;
}
.top-nav  ul{
	display:none;
	z-index: 999;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50px;
}
.span {
	display: none;
}
.top-nav ul li {
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.84);
    margin: 0;
    width: 100%;
}
.top-nav ul li{
    animation: inherit !important;
    animation-delay: inherit !important;
    visibility: inherit !important;
}
.top-nav ul li a {
    display: inline-block;
    padding: 5px 35px;
    font-size: 14px;
    margin: 0;
    letter-spacing: 2px;
    color: #50e4c6;
}




	.slider-info p {
		font-size: 12px;
		letter-spacing: 2px;
	}
	header {
		padding: 1.5em 0 0em;
	}
	.logo h1 a {
		margin: 50px 0 5px;
		font-size: 40px;
		letter-spacing: 5px;
	}
	.banner {
		min-height: 365px;
	}
	.top-nav ul li:nth-child(1){
		padding-top:10px;
	}
	ul#myTab {
		width: 58%;
	}
	.about-left-w3ls {
		width: 66%;
	}
	.sub-img img {
		border: 11px solid #fff;
	}
	.sub-img {
		bottom: 41px;
		left: 296px;
		width: 335px;
	}
	.testimonial-content {
		width: 90%;
		padding: 1.5em 2em;
	}
	.contact {
		padding: 160px 0px 80px;
	}

}

@media(max-width:667px){
	.logo h1 a {
		margin: 36px 0 0px;
		font-size: 40px;
		letter-spacing: 5px;
	}
	.banner {
		min-height: 335px;
	}
	h5.title-w3 {
		font-size: 20px;
		margin-bottom: 1.7em;
	}
	.about-w3layouts, .team, .portfolio, .testimonials {
		padding: 60px 0;
	}
	ul#myTab {
		width: 64%;
	}
	.sub-img {
		bottom: 28px;
		left: 271px;
		width: 335px;
	}
	.about-right-w3l h3 {
		font-size: 18px;
	}
	.about-right-w3l h2 {
		margin: 5px 0px;
		font-size: 18px;
	}
	.about-right-w3l {
		padding: 45px 50px;
	}
	h5.title-w3 label {
		width: 61px;
		margin: 0 9px;
	}
	.callbacks_nav.next {
		left: 60.5%;
		background-size: 16px;
	}
	.callbacks_nav.prev {
		background-size: 16px;
	}
	.callbacks_nav {
		bottom: 21%;
	}
	.test h5 {
		font-size: 15px;
	}
	.left-w3 {
		float: none;
		width: 100%;
	}
	form {
		float: none;
		width: 69%;
		padding-right: 0;
		margin: 30px 0 0 19px;
	}
	.contact {
		padding: 125px 0px 60px;
	}
	.blog {
		padding-bottom: 60px;
	}
}
@media(max-width:640px){
	.logo h1 a {
		margin: 30px 0 0px;
		font-size: 35px;
		letter-spacing: 4px;
	}
	.banner {
		min-height: 320px;
	}
	header {
		padding: 1.2em 0 0em;
	}
	ul#myTab {
		width: 67%;
		margin: 0 auto 1.5em;
	}
	.nav-tabs > li > a {
		font-size: 11px;
	}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		font-size: 11px;
	}
	#myTabContent p {
		font-size: 14.5px;
	}
	.sub-img {
		bottom: 26px;
		left: 260px;
		width: 325px;
	}
	.about-right-w3l {
		padding: 44px 38px;
	}
	.view .mask, .view .content {
		padding: 4.5em 1em 2em;
	}
	.blog-grids-w3-agile {
		width: 80%;
	}
	.about-right-w3l p {
		font-size: 14.5px;
	}
	.w3l_team_grid p {
		font-size: 14.5px;
	}
	.w3l_team_grid h4 {
		font-size: 18px;
		 margin: 1em 0 .3em;
	}
}
@media(max-width:600px){
	.slider-info p {
		font-size: 11px;
	}
	.logo h1 a {
		margin: 24px 0 0px;
		font-size: 32px;
	}
	.banner {
		min-height: 295px;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
	.callbacks_here a:after {
		height: 2px;
		width: 34px;
	}
	.callbacks_tabs li {
		margin: 4px 3px;
	}
	.rslides li {
		line-height: 8px;
	}
	.callbacks_tabs {
		line-height: 10px;
		margin-top:10px;
	}
	ul#myTab {
		width: 68%;
		margin: 0 auto 1.5em;
	}
	#myTabContent p {
		font-size: 14px;
	}
	.modal-dialog {
		width: 550px;
	}
	.sub-img {
		bottom: 24px;
		left: 243px;
		width: 304px;
	}
	.about-right-w3l {
		padding: 30px 38px;
	}
	.about-right-w3l p {
		font-size: 14px;
	}
	.about-right-w3l h2 {
		font-size: 17px;
	}
	.w3l_team_grid p {
		font-size: 14px;
	}
	.blog-info p {
		font-size: 14px;
	}
	a.blog-read {
		font-size: 10.4px;
	}
	.resp-tab-item {
		padding: 5px 17px;
		font-size: 14px;
	}
	.resp-tabs-container {
		margin-top: 1.5em;
	}
	.callbacks_nav.next {
		left: 60%;
	}
	.callbacks_nav {
		bottom: 20%;
	}
	.testimonial-content p {
		font-size: 14px;
	}
	.testimonial-content p img {
		width: 19px;
	}
}
@media(max-width:568px){
	.slider-info p {
		letter-spacing: 1px;
	}
	.logo h1 a {
		margin: 15px 0 0px;
		font-size: 30px;
		letter-spacing: 3px;
	}
	.callbacks_tabs {
		margin-top: 7px;
	}
	.ayanHoverEffect_12 a {
		padding: 6px 13px;
	}
	.banner {
		min-height: 275px;
	}
	.nav-tabs > li {
		margin-right: 7px;
	}
	ul#myTab {
		width: 70%;
	}
	.sub-img img {
		border: 10px solid #fff;
	}
	.sub-img {
		bottom: 26px;
		left: 237px;
		width: 275px;
	}
	#toTop {
		bottom: 40px;
		right: 4%;
		width: 34px;
		height: 40px;
		background-size: 33px;
	}
	.w3l_social_icons li {
		width: 30px;
		height: 30px;
	}
	.test h5 {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.testimonial-content p img {
		width: 17px;
	}
	.modal-dialog {
		width: 500px;
	}
}
@media(max-width:480px){
	.logo h1 a {
		margin: 10px 0 0px;
		font-size: 28px;
		letter-spacing: 2px;
	}
	.slider-info p {
		font-size: 10px;
		width: 95%;
	}
	.read-more-w3 p {
		margin: 1.8em 0 0;
		font-size: 10.5px;
	}
	.banner {
		min-height: 260px;
	}
	ul#myTab {
		width: 84%;
	}
	.callbacks_tabs li {
		margin: 4px 2px;
	}
	#myTabContent p {
		padding: 0px 13px;
	}
	.about-left-w3ls {
		width: 70%;
	}
	.sub-img {
		bottom: 21px;
		left: 187px;
		width: 248px;
	}
	.about-right-w3l {
		padding: 28px 32px;
	}
	.w3l_team_grid {
		float: none;
		width: 100%;
	}
	.view {
		width: 75%;
	}
	.view .mask, .view .content {
		padding: 7.5em 1em 2em;
	}
	.w3l_team_grid {
		margin-bottom: 2em;
	}
	.w3l_team_grid:nth-child(4) {
		margin-bottom: 0;
	}
	.w3l_social_icons li {
		margin: 6px 7px;
	}
	.blog-info h4 {
		font-size: 15px;
		margin-top: 8px;
	}
	.blog-btm-w3 span {
		font-size: 17px;
		margin-right: 5px;
	}
	.team-gd {
		width: 100%;
		float: none;
	}
	.modal-dialog {
		width: 445px;
	}
	.modal-content h4 {
		font-size: 29px;
	}
	.modal-content h5 {
		font-size: 19px;
	}
	.modal-header {
		padding: 20px 25px;
	}
	.blog-grids-w3-agile {
		width: 100%;
	}
	.test img {
		width: 26%;
	}
	.testimonial-content {
		margin: 0em auto 2em;
	}
	.callbacks_nav.prev {
		left: 31%;
	}
	.callbacks_nav.next {
		left: 62%;
	}
	.callbacks_nav {
		bottom: 18%;
	}
	textarea {
		height: 85px;
	}
	h5.title-w3 {
		font-size: 18px;
	}
	.top-nav ul li a {
		padding: 2px 35px;
		font-size: 13px;
	}
	.contact {
		padding: 135px 0px 80px;
	}
	.contact h3 {
		font-size: 18px;
	}
	.left-w3 p {
		font-size: 13px;
	}
	form {
		width: 91%;
	}
	.w3l_social_icons li a i {
		font-size: 13px;
	}
	.w3l_social_icons li {
		width: 28px;
		height: 28px;
	}
	.footer {
		padding: 13px 0px;
	}
	.copyright-wthree p {
		font-size: 14px;
		line-height:30px;
	}
	.copyright-wthree {
		padding: 17px 20px;
	}
}
@media(max-width:414px){
	.slider-info p {
		width: 85%;
		line-height: 26px;
		padding: 11px 0;
		font-size: 11px;
	}
	header {
		padding: 0px;
	}
	.top-nav span.menu {
		margin-right: 18px;
		margin-top: 10px;
	}
	span.menu img {
		width: 21px;
	}
	.logo h1 a {
		margin: 8px 0 0px;
		font-size: 25px;
	}
	.slider-info {
		margin: 13px 0;
	}
	.callbacks_tabs a:after {
		height: 9px;
		width: 9px;
	}
	.callbacks_here a:after {
		height: 2px;
		width: 30px;
	}
	.callbacks_tabs li {
		margin: 0px 3px;
	}
	.banner {
		min-height: 245px;
	}
	.modal-dialog {
		width: 390px;
	}
	.nav-tabs > li {
		margin-right: 2px;
	}
	ul#myTab {
		width: 95%;
	}
	#myTabContent p {
		padding: 0px 5px;
	}
	.sub-img img {
		border: 8px solid #fff;
	}
	.sub-img {
		bottom: 19px;
		left: 160px;
		width: 215px;
	}
	.about-right-w3l h2 {
		font-size: 16px;
	}
	.about-right-w3l {
		padding: 28px 19px;
	}
	.view .mask, .view .content {
		padding: 6em 1em 2em;
	}
	.blog-info {
		padding: 18px 22px 35px;
	}
	.resp-tab-item {
		margin: 0 1px;
	}
	.about-w3layouts, .team, .portfolio, .testimonials {
		padding: 50px 0;
	}
	.contact {
		padding: 135px 0px 50px;
	}
	.copyright-wthree {
		padding: 17px 25px;
	}
	.email {
		margin: 4px 0px;
	}
	.blog {
		padding-bottom: 50px;
	}
	.about-right-w3l {
		background: #eee url(../images/about-rt.png) no-repeat -49px 0px;
		background-size: cover;
	}
	form {
		width: 89%;
	}
}
@media(max-width:384px){
	.logo h1 a {
		font-size: 22px;
	}
	.about-right-w3l {
		background: #eee url(../images/about-rt.png) no-repeat -80px 0px;
		background-size: cover;
	}
	.callbacks_tabs {
		margin-top: 5px;
	}
	.banner {
		min-height: 235px;
	}
	.nav-tabs > li > a {
		font-size: 10.5px;
	}
	ul#myTab {
		width: 50%;
		margin: 0 auto .5em;
	}
	.nav-tabs > li {
		margin-right: 0;
		margin-bottom: 2px;
		text-align: center;
		width: 100%;
	}
	.sub-img {
		bottom: 15px;
		left: 152px;
		width: 204px;
	}
		.view .mask, .view .content {
		padding: 5em 1em 2em;
	}
	.modal-dialog {
		width: 355px;
	}
	.resp-tab-item {
		padding: 5px 12px;
	}
	.left-w3 {
		padding-left: 10px;
	}
	form {
		margin: 20px 0 0 8px;
	}
	input[type="submit"] {
		margin-top: 25px;
		padding: 4px 35px;
		font-size: 13px;
	}
	.testimonial-content {
		width: 100%;
		padding: 1.5em;
	}
	.test img {
		width: 30%;
	}
	.callbacks_nav.prev {
		left: 28%;
	}
	.callbacks_nav {
		bottom: 17%;
	}
	.w3l_team_grid h4 {
		margin: .7em 0 .3em;
	}
	.w3l_team_grid {
		margin-bottom: 1.6em;
	}
	.w3l_team_grid:nth-child(4) {
		margin-bottom: 0;
	}
	form {
		width: 95%;
	}
}
@media(max-width:375px){
	.modal-dialog {
		width: 345px;
	}
	h5.title-w3 label {
		width: 51px;
		margin: 0 7px;
	}
	.contact {
		padding: 120px 0px 50px;
	}
	.sub-img {
		bottom: 16px;
		left: 146px;
		width: 194px;
	}
	.about-right-w3l h3 {
		font-size: 17px;
	}
	.about-right-w3l h2 {
		font-size: 15px;
	}
	.about-right-w3l {
		background: #eee url(../images/about-rt.png) no-repeat -89px 0px;
		background-size: cover;
	}
}
@media(max-width:320px){
	.slider-info p {
		width: 90%;
		padding: 9px 0;
		font-size: 10.5px;
	}
	.about-w3layouts, .team, .portfolio, .testimonials {
		padding: 40px 0;
	}
	h5.title-w3 {
		margin-bottom: 1.5em;
	}
	ul#myTab {
		margin: 0 auto .3em;
	}
	.about-left-w3ls {
		width: 80%;
	}
	.sub-img {
		bottom: 17px;
		left: 110px;
		width: 183px;
	}
	.view-second .w3l_social_icons1 {
		margin: 0px 0px 0px 0px;
	}
	.view .mask, .view .content {
		padding: 2.3em 1em 2em;
	}
	.w3l_team_grid h4 {
		font-size: 17px;
	}
	.modal-dialog {
		width: 290px;
	}
	.modal-header {
		padding: 20px 20px;
	}
	.blog-info {
		padding: 16px 19px 27px;
	}
	.resp-tab-item {
		margin: 0px;
		font-size: 12px;
	}
	.callbacks_nav {
		bottom: 14%;
	}
	.callbacks_nav {
		bottom: 14%;
	}
	.callbacks_nav.prev {
		left: 25%;
	}
	form {
		width: 95%;
		 margin: 15px 0 0 8px;
	}
	.contact {
		padding: 130px 0px 50px;
	}
	.w3l_social_icons li {
		width: 27px;
		height: 27px;
		margin: 6px 6px;
	}
	.about-right-w3l {
		background: #eee url(../images/about-rt.png) no-repeat -285px 0px;
		background-size: cover;
	}
	input[type="text"], input[type="email"] {
		font-size: 14px;
	}
	textarea {
		font-size: 14px;
	}
}
/*--responsive--*/
p{
	padding: 0;
	margin: 0;
	color:#555;
	font-family: 'Montserrat', sans-serif;
}
.background-video {
	position: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height:100%;
}
/*-- banner --*/
input[type="submit"],.w3agile_contact_right_agileinfo p a,.w3_copy_right p a{
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	-ms-transition:.5s ease-in-out;
}
.header-top {
    padding: 1em 0;
    background: rgba(0, 0, 0, 0.82);
}
.indicat {
    float: left;
}
.detail {
    float: right;
}
.detail ul li {
    display: inline-block;
    font-size: 1em;
    margin: 0 0.5em;
    color: #fff;
}
.indicat span{
	font-size: 1em;
    color: #fff;
}
.header-top i {
    font-size: 1em;
    margin-right: 0.8em;
}
.navigation{
	padding:3em 0;
}
.logo{
	/*float:left;
	margin-left:3%;*/
}
.navigation-right{
	float:right;
	margin-right:3%;
}
.navigation-right ul li{
	display:inline-block;
}
.navigation-right ul li a{
	color: #ff0000;
    font-size: 2.5em;
	font-weight: 900;
    text-decoration: none;
    padding: 24px 0;
    text-transform: capitalize;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 1px;
}
.navigation-right ul li.active a{
	color:#3e3e3e;
}
.navigation {
    padding:0em 0em;
	background: rgba(255, 255, 255, 0)
}
.logo span {
    color: #17C2A4;
}
span.menu{
	display:none;
}
/*-- nav-hover --*/
.link-effect-3 a {
	padding: 10px 0;
	margin: 0 20px;
	color: #797878;
	text-shadow: none;
	position: relative;  
	font-family: 'Montserrat', sans-ser
}
.link-effect-3 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	max-width: 0;
	border-bottom: 2px solid #e44514;
    color: #fff;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
}
.link-effect-3 a:hover::before {
	max-width: 100%;
}
/*-- //nav-hover --*/
.w3ls_banner_info{
    padding: 10em 0 0;
	text-align:center;
}
.logo h1 a {
    font-size:1.2em;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
	font-weight:600;
	    margin-left: 20px;
		letter-spacing: 2px;
}
.w3l_banner_logo{
	width: 100px;
    height: 100px;
    border: 1px solid #fff;
    margin: 0 auto;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	text-align: center;
}
.w3ls_banner_info {
    padding: 2em;
    text-align: center;
    width: 59%;
    margin: 14em auto;
}
.w3ls_banner_info h3{
	font-size:3em;
	color:#fff;
	line-height: 1.5em;
	letter-spacing: 2px;
}
.w3ls_banner_info p{
	color:#fff;
	line-height:1.8em;
	font-size:1.1em;
}
.best-w3 ,.dishes-w3ls,.about-w3ls,.services-agile,.order-w3,.gallery-w3l,.typo,.contact-w3l{
    padding: 5em 0;
}
.best-grids,.special-grids ,.dishes-grids,.about-grids,.what-grids,.service-grids,.order-grids,.gallery-grids,.contact-grids{
    margin-top: 4em;
}
h2.tittle {
    font-size: 2.5em;
    text-align: center;
	color: #0016b5;
	letter-spacing: 2px;
}
.best-grid h4 {
    font-size: 2em;
    text-transform: capitalize;
    margin-bottom: 0.5em;
	color:#F19E1F;
}
.best-grid p {
    font-size: 1em;
    line-height: 1.8em;
}
.best-bottom {
    text-align: center;
    margin-top: 3em;
}
.best-grid h5 {
    font-size: 1.8em;
    text-transform: capitalize;
    margin: 0.5em 0 0.3em;
	color:#F19E1F;
}
.icons i {
    height: 80px;
    width: 80px;
    margin: 3px;
    font-size: 2em;
    border-radius: 100%;
    line-height: 77px;
    text-align: center;
    background: #ffffff;
    color: #F19E1F;
    border: 3px solid #012231;
    box-shadow: inset 0 0 0 5px #FFFBFA;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
.best-left:hover .icons i {
    background: #012231;
    color: #fff;
    box-shadow: inset 0 0 0 5px #012231;
    -webkit-box-shadow: inset 0 0 0 5px #012231;
    border: 3px solid #012231;
}
.best-right:hover .icons i {
    background: #012231;
    color: #fff;
    box-shadow: inset 0 0 0 5px #012231;
    -webkit-box-shadow: inset 0 0 0 5px #012231;
    border: 3px solid #012231;
}
.gray:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(50%);
}
/*--menu--*/
.menu-grid h4{
   font-size: 2em;
	color:#F19E1F;
    text-transform: capitalize;
    padding:0.5em 0;
}
.menu-grid p {
    font-size: 1em;
    line-height: 1.8em;
}
.menu1{
	position:relative	
}
.menu-icon i {
    font-size: 1.5em;
    color: #fff;
    top: 1.2em;
}
.menu-icon {
    position: absolute !important;
    bottom: -18%;
    left: 38%;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    background: #e44514;
    border-radius: 60%;
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    -o-border-radius: 60%;
    -ms-border-radius: 60%;
    text-align: center;
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F19E1F;
    border-radius: 50%;
	-webkit-border-radius: 60%;
	-moz-border-radius: 60%;
	-o-border-radius: 60%;
	-ms-border-radius: 60%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before,.services-grid:hover .hvr-sweep-to-top:before{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.menu-bottom {
    background: #f5f5f5;
    text-align: center;
    padding: 4em 1em 0em;
}
.special-w3 {
    padding: 5em 0;
    background: #F5F6F7;
}
h3.tittle1 {
    font-size: 3.5em;
    text-align: center;
	color: #e44514;
	letter-spacing: 2px;
}
a.button {
    font-size: 1em;
    display: block;
    padding: 1em;
    background: #012231;
    color: #fff;
    text-decoration: none;
    margin-top: 1em;
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F19E1F;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*--menu--*/
.dishes-left {
    padding: 0;
}
.dishes-left img {
    width: 100%;
}
.dishes-right img:nth-child(2) {
    margin-top: 2.7em;
}
.dishes-grid p {
    font-size: 1em;
    line-height: 1.8em;
	    text-align: center;
}
.dishes-grid h4 {
    font-size: 2em;
    text-transform: capitalize;
	color: #F19E1F;
	padding: 0.5em 0 0.3em;
	    text-align: center;
}
a.button1 {
    display: block;
    font-size: 1.3em;
    background: #e44514;
    color: #fff;
    width: 75px;
    height: 75px;
    padding: 1.4em 1em;
    border-radius: 60px;
    margin: 1em auto 0;
	text-decoration:none;
}
.footer-w3l {
    padding: 5em 0;
    background: #012231;
}
.footer-grid i {
    font-size: 1.2em;
    color: #fff;
    margin-right: 10px;
    line-height: 1.8em;
	vertical-align: middle;
}
.footer-grid h4 {
    font-size: 2em;
    color: #fff;
    margin-bottom: .5em;
}
.footer-grid ul li {
    list-style: none;
    font-size: 1em;
    color: #eee;
    line-height: 2em;
}
.footer-grid ul li a {
    font-size: 1em;
    color: #eee;
    line-height: 1.8em;
    text-decoration: none;
}
.social-icon {
    margin-top: 1.8em;
}
.social-icon a i {
    width: 32px;
    height: 32px;
    background:#F19E1F url(../images/img-sprite.png) no-repeat 0px 0px;
    display: inline-block;
	margin:0 0.2em;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	    border-radius: 16px;
}
.social-icon i.icon:hover {
  background: #e44514   url(../images/img-sprite.png) no-repeat 0px 0px;
      border-radius: 0px;
}
.social-icon i.icon {
    background-position: 0px 0px;
}
.social-icon i.icon1 {
    background-position: -32px 0px;
}
.social-icon i.icon1:hover {
  background: #e44514   url(../images/img-sprite.png) no-repeat -32px 0px;
      border-radius: 0px;
}
.social-icon i.icon2 {
    background-position: -64px 0px;
}
.social-icon i.icon2:hover {
  background: #e44514   url(../images/img-sprite.png) no-repeat -64px 0px;
      border-radius: 0px;
}
.social-icon i.icon3 {
    background-position: -96px 0px;
}
.social-icon i.icon3:hover {
  background: #e44514   url(../images/img-sprite.png) no-repeat -96px 0px;
      border-radius: 0px;
}
.social-icon i.icon4 {
    background-position: -131px 0px;
}
.social-icon i.icon4:hover {
  background: #e44514   url(../images/img-sprite.png) no-repeat -131px 0px;
      border-radius: 0px;
}
.footer-grid input[type="text"] {
    width: 100%;
    padding: 0.3em;
    border: none;
	outline:none;
	margin-bottom: 0.5em;
	border-radius: 3px;
}
.footer-grid input[type="password"] {
    width: 100%;
    padding: 0.3em;
    border: none;
	outline:none;
	border-radius: 3px;
}
.footer-grid input[type="submit"] {
    font-size: 1em;
    background: #e44514;
    outline: none;
    border: none;
    padding: 0.5em 1em;
    color: #fff;
	border-radius: 3px;
	margin-top: 1em;
}
.footer-grid input[type="submit"]:hover {
    background: #F19E1F;
}
.footer-grid p {
    font-size: 1em;
    color: #eee;
    margin-bottom: 0.3em;
}
.copy-section {
    padding: 2em 0;
    background: #012231;
    text-align: center;
}
.copy-section p {
    font-size: 0.9em;
    color: #fff;
    font-weight: 400;
	    line-height: 1.8em;
}
.copy-section a {
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}
/*--about--*/
.navi {
    background: #2E2E2E;
}
.about-grid h4 {
    font-size: 2em;
	color: #F19E1F;
}
.about-grid p {
    font-size: 1em;
    line-height:1.8em;
	padding-top:0.5em;
}
.what-w3 {
    padding: 5em 0;
    background: rgb(249, 245, 239);
}
.what-grid h4 {
    font-size: 2em;
    color: #F19E1F;
}
.what-bottom {
    margin-top: 2em;
}
.what-grid p {
    font-size: 1em;
    line-height: 1.8em;
    margin-top: 1em;
}
.what-bottom1 {
    margin-bottom: 2em;
}
.count-agileits {
    background: #e44514;
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
    text-align: center;
    padding: 5em 0 ;
}
.count-grid 
 {
    background: #eee;
    display: block;
    width: 65px;
    height: 2px;
    margin: 0 auto;
}
.count-grid h4 {
    font-size: 4em;
	color:#fff;
}
.count-grid h5 {
    font-size: 1.5em;
    color: #eee;
    margin-top: 0.8em;
    letter-spacing: 1px;
}
.count-grid i {
    font-size: 2em;
    color: #fff;
    width: 70px;
    height: 70px;
    border: 3px dotted #fff;
    border-radius: 50px;
    padding-top: 0.7em;
}
.numscroller {
    font-size: 2.5em;
    color: #fff;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    padding: 0.3em 0;
}
.team{
	padding:5em 0;
	text-align:center;
}
.team-grids {
    margin-top: 4em;
}
.team-gd h4 {
    font-size: 2em;
    color: #F19E1F;
	padding-top: 1em;
}
.team-gd img {
    border: 5px solid#F19E1F;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border-radius: 30px 5px 30px 5px;
}
.team-gd img:hover {
    border: 5px solid#e44514;
}
.team-gd p {
    margin-bottom: 1em;
	font-size:1em;
	line-height:1.8em;
}
.team-gd span {
    font-size: 1.1em;
    display: block;
    padding: 0.8em 0 0.5em;
    color: #e44514;
}
/*--about--*/
/*--services--*/
.service-grid1 img {
    width: 100%;
}
.service-grid h4 {
    font-size: 2em;
    color: #F19E1F;
}
.service-grid p {
    font-size: 1em;
    line-height:1.8em;
	padding-top:1em;
}
.cuisine input[type="text"],.book_date input[type="text"],select#country,select#country1,.phone_email input[type="text"],.phone_email1 input[type="mail"]{
	width: 100%;
    color: #000;
    font-size: 14px;
    padding: 10px 10px 10px 50px;
    outline: none;
    background: #eee;
    border: 1px solid #eee;
}
.phone_email1{
	float:right;
}
.phone_email{
	float:left;
}
.phone_email,.phone_email1{
	width:48.5%;
}
.cuisine {
    margin-bottom: 2em;
}
.cuisine,.book_date,.section_room,.phone_email,.phone_email1 {
    position: relative;
}
.span1_of_1 {
    float: left;
    list-style: none;
    width: 100%;
}
.span1_of_1:nth-child(2) {
    margin: 1em 0em;
}
.cuisine span,.book_date span,.section_room span,.phone_email span,.phone_email1 span {
    position: absolute;
    color: #F19E1F;
    font-size: 1em;
    top: .8em;
    left: 1em;
}
.date_btn{
	margin:2em 0 0;
}
.date_btn form input[type="submit"] {
	text-transform: capitalize;
    width: 35%;
    background: #e44514;
    color: #fff;
    padding: 10px 0;
    border: none;
    font-size: 1em;
    outline: none;
	font-weight:600;
}
.date_btn form input[type="submit"]:hover{
	background: #F19E1F;
	color:#fff;
}
.span1_of_1:nth-child(4) {
    margin-left: 13em;
}
.agileits_reservation_grid{
    padding: 2em 0 0;
}
/*-- //reservation --*/
/*--services--*/
/*-- Gallery --*/
.gallery-grid {
    padding: 5px 5px;
    box-shadow: 0px 0px 12px 0px #A5A5A5;
}
.gallery-grid img {
	width: 100%;
}
/* effect-7 css */
.port-7{ 
	width: 100%; 
	position: relative; 
	overflow: hidden;
	text-align: center; 
	overflow: hidden;
}
.port-7 .gal-desc{
	opacity: 0; 
	transition: 0.5s; 
	color: #000;
}
.port-7.effect-3 img{
	transition: 0.5s;
	position: relative;
	width: 100%;
	right: 0;
}
.port-7.effect-3:hover img{
	right: 50%;
}
.port-7.effect-3 .gal-desc{
	transform: perspective(600px) rotateY(-90deg);
	transform-origin: right center 0;
	width: 50%;
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
    padding: 51px 30px 0;
}
.port-7.effect-3:hover .gal-desc{
	opacity: 1; 
	transform: perspective(600px) rotateY(0deg);
	z-index: 99;
}
.gal-desc h4 {
    color: #D8761E;
    font-size: 1.8em;
    margin-bottom: 0.8em;
}
.gal-desc p {
    line-height: 2.2em;
    font-size: 1em;
    color: #464646;
}
.pro-top{
	margin-top:30px;
}
a.button2 {
    display: block;
    font-size: 1.3em;
    background: #e44514;
    color: #fff;
    width: 150px;
    height: 60px;
    padding: 1em 1em;
    border-radius: 3px;
    margin: 1em auto 0;
    text-decoration: none;
}

/*-- //Gallery --*/
/*--codes--*/
.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;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #555;
	font-size: 0.85em;
	margin-bottom: 14px;
	font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
    color:#F58703;
}
.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: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.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{
	line-height: 2em;
	color: #555;
	font-size: 0.9em;
	margin-bottom: 1em;
	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 {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.nav-tabs {
	margin-bottom: 3em;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@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: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
}
@media (max-width:480px){
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,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: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
}
/*--//Typography --*/
/*--codes--*/
/*--contact--*/
.contact-grid h4 {
    color: #F19E1F;
    font-size: 2em;
	margin-bottom: 0.8em;
}
.contact-grid span{
	color: #555;
    font-size: 1em;
    line-height: 1.8em;
	display: block;
    padding-bottom: 1em;
}
.contact-grid input[type="text"],.contact-grid textarea {
    width: 100%;
    padding: 0.8em;
    font-size: 1em;
    outline: none;
}
.contact-grid textarea {
    resize: none;
    height: 150px;
}
.row {
    padding: 1em 0;
}
.row1 {
    margin-top: 1em;
}
.contact-grid label {
    font-size: 0.95em !important;
    color: #2d3134 !important;
}
.contact-grid  input[type="submit"] {
    font-size: 1em;
    padding: 0.8em;
    display: block;
    margin-top: 1em;
    outline: none;
    background: #e44514;
    color: #fff;
    border: none;
    width: 34%;
	transition:0.5s all;
 -webkit-transition:0.5s all;
 -moz-transition:0.5s all;
 -o-transition:0.5s all;
 -ms-transition:0.5s all;
}
.contact-grid input[type="submit"]:hover{
	 background: #F19E1F;
}
.cont-info h5 {
    font-size: 1.4em;
    color: #e44514;
    line-height: 2em;
}
.cont-info p {
    font-size: 1em;
    line-height: 1.8em;
}
.cont-info a {
    color: #777;
    font-size: 1em;
	text-decoration:none;
}
.cont-info a:hover {
	 color: #009b97;
}
.contact-bottom {
    margin-top: 2em;
}
.contact-bottom p {
    font-size: 1em;
    line-height: 1.8em;
}
.google-map{
	margin-top:3em;
}
.google-map iframe {
    border: none;
    width: 100%;
    height: 500px;
}
/*--contact--*/
/*--responsive--*/
@media(max-width:1440px){
	.newsletter h3 {
		font-size: 42px;
	}
}
@media(max-width:1366px){
	.newsletter {
		padding: 80px 0;
	}
}
@media(max-width:1280px){
	
}
@media screen and (max-width:1024px) {
.newsletter h3, .news h3, .contact h3 {
		font-size: 32px;
	}
	}
@media(max-width:1080px){
.w3ls_banner_info h3 {
    font-size: 2.8em;	
}
.w3ls_banner_info p {
    font-size: 1em;
}
h2.tittle {
    font-size: 3.2em;
}
.best-grid h4,.menu-grid h4,.dishes-grid h4,.about-grid h4,.what-grid h4,.team-gd h4,.service-grid h4,.contact-grid h4,.contact-grid h4 {
    font-size: 1.8em;
}
.best-grid p,.menu-grid p,.dishes-grid p,.about-grid p,.what-grid p ,.team-gd p,.service-grid p,.contact-bottom p,.cont-info p{
    font-size: 0.965em;
}
.best-bottom {
    margin-top: 2em;
}
h3.tittle1 {
    font-size: 3.2em;
}
.menu-icon {
      left: 36%;
}
.footer-grid ul li {
    font-size: 0.9em;
}
.port-7.effect-3 .gal-desc {
    top: -12px
}
.contact-grid span {
    font-size: 0.965em;	
}
.google-map iframe {
    height: 400px;
}
}
@media(max-width:991px){
.indicat span {
    font-size: 0.95em;	
}
.newsletter {
		padding:70px 0;
	}
.detail ul li {
    font-size: 0.95em;
}
.navigation-right ul li a {
    font-size: 1.3em;
}
.link-effect-3 a {
    margin: 0 12px;
}
h2.tittle {
    font-size: 3em;
}
h3.tittle1 {
    font-size: 3em;
}
.w3ls_banner_info {
    width: 74%;
    margin: 12em auto;
}
.w3ls_banner_info p {
    font-size: 0.96em;
}
.best-w3, .dishes-w3ls,.special-w3, .about-w3ls,.what-w3,.count-agileits,.team, .services-agile, .order-w3, .gallery-w3l, .typo, .contact-w3l,.footer-w3l {
    padding: 4em 0;
}
.best-grid1 {
    float: left;
    width: 40%;
}
.best-grid {
    float: left;
    width: 60%;
	padding: 0;
}
.best-left {
    float: left;
    width: 50%;
}
.best-right {
    float: left;
    width: 50%;
}
.menu-grid {
    float: left;
    width: 33.3%;
}
.menu-icon {
    left: 31%;
    bottom: -25%;
}
.menu-bottom {
    padding: 3em 0em 0em;
}
.dishes-grid1 {
    float: left;
    width: 60%;
}
.dishes-grid {
    float: left;
    width: 40%;
}
.dishes-left {
    float: left;
    width: 50%;
}
.dishes-right {
    float: left;
    width: 50%;
}
.dishes-right img:nth-child(2) {
    margin-top: 3em;
}
.footer-grid {
    float: left;
    width: 25%;
	padding: 0 4px;
}
.about-grid {
    float: left;
    width: 33.3%;
}
.what-grid {
    float: left;
    width: 50%;
}
.count-grid {
    float: left;
    width: 25%;
}
.team-gd{
 float: left;
 width: 25%;
 padding: 0 8px;
}
.service-grid1 {
    float: left;
    width: 60%;
}
.service-grid {
    float: left;
    width: 40%;
	padding: 0;
}
.order-grid {
    float: left;
    width: 50%;
}
.port-7.effect-3 .gal-desc {
    top: -40px
}
.span1_of_1:nth-child(4) {
    margin-left: 9em;
}
.contact-grid {
    float: left;
    width: 100%;
}
.contact-grid:nth-child(2) {
    margin-top: 2em;
}
.google-map iframe {
    height: 300px;
}
.contact-grid input[type="text"], .contact-grid textarea {
    padding: 0.5em;
    font-size: 0.9em;
}
.contact-grid input[type="submit"] {
    width: 25%;
}
.row-grid {
    float: left;
    width: 50%;
}
.contact-left {
    float: left;
    width: 50%;
}
.contact-right {
    float: left;
    width: 50%;
}
}
@media(max-width:800px){
	.newsletter h3 {
		font-size: 28px;
	}
	.newsletter {
		padding: 60px 0;
	}
}
@media(max-width:768px){
	.newsletter h3 {
		font-size: 28px;
	}
}
@media(max-width:736px){
.w3ls_banner_info {
    width: 74%;
    margin: 10em auto;
}
.newsletter {
		padding: 50px 0;
	}
.menu-icon i {
    top: 1em;
}
.menu-icon {
    width: 70px;
    height: 70px	
}
.indicat span {
    font-size: 0.9em;
}
.detail ul li {
    font-size: 0.9em;
}
.w3ls_banner_info h3 {
    font-size: 2.5em;
}
.menu-icon {
    left: 32%;
}
.best-grids, .special-grids, .dishes-grids, .about-grids, .what-grids,.team-grids, .service-grids, .order-grids, .gallery-grids, .contact-grids {
    margin-top: 3em;
}
.best-grid p, .menu-grid p, .dishes-grid p, .about-grid p, .what-grid p, .team-gd p, .service-grid p, .contact-bottom p, .cont-info p {
    font-size: 0.95em;
}
.footer-grid {
    float: left;
    width: 50%;
}
.footer-grid:nth-child(3),.footer-grid:nth-child(4) {
    margin-top: 2em;
}
.team-gd {
    float: left;
    width: 50%;
    padding: 0 8px;
}
.team-gd:nth-child(3),.team-gd:nth-child(4) {
    margin-top: 2em;
}
.cuisine input[type="text"], .book_date input[type="text"], select#country, select#country1, .phone_email input[type="text"], .phone_email1 input[type="mail"] {
    font-size: 13px;
    padding: 8px 10px 10px 31px;
}
.gallery-grids-left {
    padding: 0 0px;
    width: 70%;
    margin: 0 auto 15px;
}
.port-7.effect-3 .gal-desc {
    top: -20px;
}
.span1_of_1:nth-child(4) {
    margin-left: 0em;
}
}
@media(max-width:667px){
.w3ls_banner_info {
    width: 78%;
    margin: 8em auto;
}
.indicat {
    float: none;
    text-align: center;
}
.detail {
    float: none;
    text-align: center;
    margin-top: 1em;
}
.best-w3, .dishes-w3ls, .special-w3, .about-w3ls, .what-w3, .count-agileits, .team, .services-agile, .order-w3, .gallery-w3l, .typo, .contact-w3l, .footer-w3l {
    padding: 3em 0;
}
.best-grid1 {
    width: 100%;
}
.best-grid {
	margin-top:2em;
    width: 100%;
	text-align: center;
}
.best-grid1 img {
    margin: 0 auto;
}
.dishes-grid1 {
    width: 100%;
}
.dishes-grid {
    width: 100%;
	margin-top:2em;
	text-align:center;
}
.dishes-right {
    padding: 0 0 0 28px;
}
.dishes-grid img {
    margin: 0 auto;
}
.dishes-right img:nth-child(2) {
    margin-top: 2.7em;
}
.about-grid {
    float: left;
    width: 50%;
}
.about-grid:nth-child(3) {
    width: 100%;
    margin-top: 2em;
}
.order-grid {
    width: 100%;
}
.order-grid img{
    width: 100%;
}
.order-grid:nth-child(2) {
    margin-top: 2em;
}	
}
@media(max-width:640px){
.w3ls_banner_info {
    width: 82%;
    margin: 8em auto;
}
.w3ls_banner_info h3 {
    font-size: 2.2em;
}
h2.tittle {
    font-size: 2.8em;
}
h3.tittle1 {
    font-size: 2.8em;
}
.menu-icon {
    left: 31%;
    bottom: -26%;
}
.cuisine input[type="text"], .book_date input[type="text"], select#country, select#country1, .phone_email input[type="text"], .phone_email1 input[type="mail"] {
    font-size: 13px;
    padding: 8px 10px 10px 40px;
}	
}
@media(max-width:600px){
.link-effect-3 a {
    margin: 5px 10px;
}.w3ls_banner_info p {
    font-size: 0.9em;
}
.icons i {
    height:70px;
    width:70px;
    margin:3px;
    font-size:1.5em;
    line-height:68px;	
}
.numscroller {
    font-size: 2em;
}
.service-grid1 {
    width: 100%;
}
.service-grid {
	text-align:center;
    width: 100%;
    padding: 0;
}
.ser-top {
    margin-bottom: 2em;
}
.ser-bottom {
    margin-bottom: 2em;
}
.grid_4 {
    background: none;
    margin-top: 25px;
}
.google-map iframe {
    height: 260px;
}
}
@media(max-width:568px){
span.menu {
	display: block;
	cursor: pointer;
	width: 100%;
	position: relative;
	text-align: center;
	margin: 0px;
}
.navigation-right ul {
    position: absolute;
    left: 2.5%;
    width: 95%;
	z-index: 999;
	text-align: center;
	padding: 0px;
	margin: 13px 0px 0px;
}
.navigation-right ul.nav1 li {
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding: 10px 0em;
}
ul.nav1 {
	display: none;
	margin-top: 0.5em;
	background:rgba(16, 11, 8, 0.96);
}
.link-effect-3 a::before {
    padding: 6px 0;
}
.navigation-right ul li a {
    padding: 6px 0;
}
.w3ls_banner_info p {
    font-size: 0.89em;
}
.navigation-right {
	margin: 0.4em 0 0;
}
.navigation-right ul li a {
	display: inline-block;
}
.navigation-right ul.nav1 li {
	padding: 5px 0;
}
.link-effect-3 a {
    margin: 0px 0px;
}
.w3ls_banner_info {
    width: 85%;
    margin: 6em auto;
}
.menu-icon {
    left: 27%;
}
a.button {
    font-size: 0.95em;
}
.gallery-grids-left {
    padding: 0 0px;
    width: 85%;
    margin: 0 auto 15px;
}
.footer-grid {
    float: left;
    width: 100%;
}
.footer-grid:nth-child(2){
	 margin-top: 2em;
}
.newsletter h3 {
		margin-bottom: 25px;
	}
}	
@media(max-width:480px){
.best-grid p, .menu-grid p, .dishes-grid p, .about-grid p, .what-grid p, .team-gd p, .service-grid p, .contact-bottom p, .cont-info p {
    font-size: 0.9em;
}
.navigation-right ul {
    position: absolute;
    left: 3.2%;
    width: 93.6%;
}
.w3ls_banner_info h3 {
    font-size: 1.8em;
}
.w3ls_banner_info {
    width: 90%;
    margin: 5em auto;
}
h2.tittle {
    font-size: 2.5em;
}
h3.tittle1 {
    font-size: 2.5em;
}
.best-w3, .dishes-w3ls, .special-w3, .about-w3ls, .what-w3, .count-agileits, .team, .services-agile, .order-w3, .gallery-w3l, .typo, .contact-w3l, .footer-w3l, .newsletter {
    padding: 2em 0;
}
.best-grids, .special-grids, .dishes-grids, .about-grids, .what-grids, .team-grids, .service-grids, .order-grids, .gallery-grids, .contact-grids {
    margin-top: 2em;
}
.menu-grid {
    width: 100%;
}
.menu-icon {
    left: 39%;
    bottom: -14%;
}
.menu-grid:nth-child(2) {
    margin-top: 2em;
}
.gallery-grids-left {
    padding: 0 0px;
    width: 95%;
    margin: 0 auto 15px;
}
.contact-grid input[type="submit"] {
    width: 33%;
}
.contact-grid span {
    font-size: 0.95em;
}
}
@media(max-width:414px){
.w3ls_banner_info {
    width: 100%;
    margin: 5em auto;
}
.logo h1 a {
    font-size: 1em;
}
.navigation {
    padding: 0.5em 0em;
}
.w3ls_banner_info h3, .newsletter h3{
    font-size: 1.7em;
}
.best-grid h5 {
    font-size: 1.5em	
}
.best-grid h4, .menu-grid h4, .dishes-grid h4, .about-grid h4, .what-grid h4, .team-gd h4, .service-grid h4, .contact-grid h4, .contact-grid h4,.footer-grid h4 {
    font-size: 1.6em;
}
.what-grid {
    float: left;
    width: 100%;
}
.what-bottom1 {
     margin-top: 2em;
}
.count-grid {
    float: left;
    width: 50%;
}
.count-grid:nth-child(3),.count-grid:nth-child(4) {
    margin-top: 2em;
}
.port-7.effect-3 .gal-desc {
    top: -33px;
}
.contact-grid input[type="submit"] {
   
 width: 48%;
}
.contact-left {
    width: 100%;
}
.contact-right {
    width: 100%;
	margin-top:1em;
}
.google-map iframe {
    height: 200px;
}
.footer-grid ul li {
    font-size: 0.9em;
}
}
@media(max-width:384px){
.w3ls_banner_info h3 {
    font-size: 1.68em;
}
.w3ls_banner_info {
    width: 100%;
    margin: 2em auto 3em;
	 padding: 1em;
}
.navigation-right ul {
    position: absolute;
    left: 4%;
    width: 92%;
}
.team-gd span {
    font-size: 1em;
}
.best-left {
    width: 100%;
}
.best-right {
    width: 100%;
}
.dishes-left {
    width: 100%;
}
.dishes-right {
    width: 100%;
	padding: 0 0 0 0px;
	margin-top: 2em;
}
.dishes-right img:nth-child(2) {
    margin-top: 2em;
}
.team-gd {
    width: 100%;
    padding: 0 8px;
}
.team-gd:nth-child(2) {
    margin-top: 2em;
}
.order-grid:nth-child(2) {
    margin-top: 2em;
    padding: 0;
}
}
@media(max-width:375px){
.w3ls_banner_info h3 {
    font-size: 1.62em;
}
.footer-grid:nth-child(3), .footer-grid:nth-child(4) {
    margin-top: 1em;
}
h2.tittle {
    font-size: 2.2em;
}
h3.tittle1 {
    font-size: 2.2em;
}
.about-grid {
    width: 100%;
}
.about-grid:nth-child(2) {
    margin-top: 2em;
}
.port-7.effect-3 .gal-desc {
    top: -43px;
}	
}
@media(max-width:320px){
.best-grid1,.best-left,.menu-grid,.dishes-grid1,.dishes-grid,.footer-grid,.about-grid,.what-grid,.team-gd,.service-grid1,.order-grid,.contact-grid,.contact-left,.contact-right {
    padding: 0;
}
.menu-icon {
    left: 37%;
    bottom: -16%;
}
.gallery-grids-left {
    padding: 0 0px;
    width: 100%;	
}
a.button2 {
    font-size: 1.1em;
    padding: 1.3em .5em;
}
a.button2 {
	width: 60px;
    height: 60px;
 }
.row-grid {
    float: left;
    width: 100%;
}
.row-grid:nth-child(2) {
    margin-top: 1em;
}
.contact-grid h4 {
    margin-bottom: 0em;
}
}


/*--responsive--*/
/*-- Newsletter --*/

.newsletter {
	background: url("../images/newsletter.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	color: #FFF;
	text-align: center;
}

.newsletter h3 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 50px;
}

.newsletter p {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 30px;
}

.newsletter input.email {
	width: 35%;
	padding: 15px 20px;
	background-color: rgba(0, 0, 0, 0.77);
	border: none;
	outline: none;
	color: #FFF;
	font-weight: 500;
}

.newsletter input.submit {
	padding: 13.5px 50px;
	background-color: #00b7c9;
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: 600;
}

/*-- //Newsletter --*/
