@import url('https://fonts.googleapis.com/css?family=Ropa+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto');

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');


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;
}
html, body{
font-family: 'Roboto', sans-serif;
	font-size: 100%;
	background: #ffffff;
}
@font-face {
   font-family: 'PoiretOne-Regular';
   src: url(../fonts/PoiretOne-Regular.html)format('truetype');
}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"],li.parallelogram{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
 font-family: 'Italianno', cursive;
}	
p{
	margin:0;
	font-family: 'Merriweather Sans', sans-serif;
}

.text{ color:#fff; text-align:left; font-size:16px; line-height:28px; font-family: 'Roboto', sans-serif;
font-weight:normal;}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-- header --*/
.banner {
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height:800px;
	position:relative;
}
.down {
      position: absolute;
    left: 46%;
    top: 92%;

}
/*--head-top--*/
.logo{
  float:left;position:absolute; margin-top:11px!important;
}
.phone {
    float: right;
}
.logo a{
 display:block;
}
.logo a h1 {
    font-weight: bold;
    font-size: 4.5em;
    color: #EFA52C;
    text-transform: uppercase;
}
.logo a span {
    color: #fff;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 0.3em;
    font-weight: bold;
}
.logo p {
    font-size: 0.8em;
    color: #EFA52C;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0;
    margin: -9px 0 12px 0;
}
/*--header--*/
/*-- sticky-nav --*/
.header-bottom {
   padding: 0.5em 0em;
    background-color:none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
	position: fixed;
z-index: 999;
  
  margin-top:15px;
    

}
.fixed{
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	left:0%;
	z-index:9999;
	  
   background: rgba(0, 0, 0, 0.59);
	  
}
/*-- sticky-nav --*/
.top-menu {
    float: right; 
    margin-top:10px; padding:10px;
}
.top-menu ul{
	margin:0;
	padding:0;
}
.top-menu li {		
	text-transform:uppercase;
	display:inline-block;
}
.top-menu li a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:0;
	font-weight:400;
	font-size:15px;
	letter-spacing: 0.5px;
}	
.top-menu li a.active{
  color: #fff200;
  }
/*-- nav-hover --*/
.link-effect-4 a {
  padding: 0 10px;
  margin:0 12px;
  color: #797878;
  text-shadow: none;
  position: relative;
}
.link-effect-4 a::before {
      position: absolute;
    top: 0;
    left: -10px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    color:#FCE11A;
    content: attr(data-hover);
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    transition: max-height 0.5s;
}
.link-effect-4 a:hover::before {
  max-height: 100%;
}
/*-- //nav-hover --*/

@media only screen and (max-width :800px) {
	span.menu {
	  width: 35px;
	  height: 35px;
	  background: url(../images/nav.png)no-repeat 0px 0px;
	  display: inline-block;
	  float: right;
	  cursor: pointer;
	  margin: 32px 3px;
	}
	.top-menu {
		float: none;
		margin-top: 0em;
	}
	.top-menu  ul{
		display:none;
	}
	.top-menu  ul li {
		display:block;
		margin-right:0;
	}
	.top-menu  span.menu{
		display:block;
	}
	.top-menu ul {
		margin: 103px 0;
		padding: 2% 0;
		z-index: 999;
		position: absolute;
		width: 92%;
		background: #cf0304;
		text-align: center;
	}
	.top-menu li a {
	  padding: 0.5em;
	  font-weight: 400;
	  font-size:0.9em;
	  }
	.top-menu ul li a {
	  font-size: 0.9em;
	  display: inline-block;
	}
	.link-effect-4 a::before {
		position: absolute;
		top: 6px;
		left: -3px;
		overflow: hidden;
		padding: 0 10px;
		max-height: 0;
		color: #333;
	}
}
/*--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:50%;
  left: 0;
  opacity: 0.6;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  width:52px;
  height: 52px;
  background: transparent url("../images/arrows.html") no-repeat left top;
  margin-top: 4%;
}
 .callbacks_nav:hover{
  	opacity: 0.3;
  }
callbacks_nav.next {
  left: auto;
    background-position: right top;
  left: 95.5%;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	left:0%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
    /*! list-style: none; */
    /*! position: absolute; */
    /*! bottom: -8%; */
    /*! z-index: 999; */
    /*! left: 47%; */
    /*! padding: 0; */
    /*! margin: 0; */
    /*! display: block; */
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
  display: inline-block;
  margin: 0 .3em;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height: 15px;
  width: 15px;
  display: inline-block;
  background: #fff;
  border: 2px solid #fff;
  border-radius:50%;
  -webkit-border-radius:50%;
  -o-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
}
.callbacks_here a:after{
     background:#EFA52C;
    border: 2px solid #FCE11A;
}
.banner-info {
       padding: 5em 2em;
    margin: 10% auto 0;
    width: 47%;
    text-align: center;
       border: 2px solid #fff;
}
.banner-info h3 {
    font-size: 5em;
    font-weight: 400;
    color:#EFA52C;
	margin:0;
}
.banner-info p {
    color: #fff;
    font-size:3.3em;
	font-weight:bold;

}
.banner-info span {
    color: #EFA52C;
    letter-spacing: 4px;
    font-size: 0.9em;
}
.arrows{
	    position:relative;
		color:#EFA52C;
		font-size:2em;
}
.arrows:before{
      content: '';
    position: absolute;
    bottom: 48%;
    left: 22.5%;
    background: #fff;
    width: 22%;
    height: 3px;
}
.arrows:after{
     content: '';
    position: absolute;
  bottom: 48%;
    right: 22.5%;
    background: #fff;
     width: 22%;
    height: 3px;
}
/*--products--*/
#about {
    padding: 4em 0;
}
.arrows-two {
    position: relative;
    color: #EFA52C;
    font-size: 2em;
}
.arrows-two:before {
    content: '';
    position: absolute;
    bottom:42%;
    left: 22.5%;
    background: #333;
    width: 20%;
    height: 3px;
}

.arrows-two:after {
    content: '';
    position: absolute;
    bottom:42%;
    right: 22.5%;
    background: #333;
    width: 20%;
    height: 3px;
}
h3.tittle {
    font-size: 5em;
}
.ab-text {
    text-align: center;
	    margin-top: 2em;
}
.ab-text p {
    color: #454545;
    line-height: 1.5em;
    font-size: 15px !important;
    margin: 0.5em 0;
}
.ab-left {
    float: left;
}
.ab-right {
    float:right;
}
.h-f {
    width: 49%;
    float: left;
    margin-right: 1%;
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	    padding: 2em 0 0 0;
}
.hf-text {
  text-align: center;
  background-color: #fff;
  padding-bottom: 1em;
  }
.hf-text h5 {
 font-size: 2em;
    font-weight: 400;
    color: #011750;
    line-height: 1.8em;
}
.hf-text p{
      color: #D00030;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
}
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}



.st-btn {
    text-decoration: none;
    color: #fff;
    font-family: "Montserrat";
    text-transform: uppercase;
    background: #ec131b;
    padding: 8px 25px 8px 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.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: -280px;
	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;
}
.grid figure h4,
.grid figure p {
	margin: 0;
}
figure.effect-jazz {
    background: -webkit-linear-gradient(-65deg, #000 0%,#000 100%);
    background: linear-gradient(-65deg, #000 0%,#000 100%);
}

figure.effect-jazz img {
	opacity: 0.8;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
figure.effect-jazz h2,
figure.effect-jazz p {
	opacity:1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}
figure.effect-jazz h4 {
	    padding-top:57%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    color: #FCE11A;
    font-weight: bold;
    font-size:2em;
}
figure.effect-jazz p {
	    padding: 0em 2em;
    text-transform: none;
    font-size: 0.7em;
    opacity: 0;
    line-height: 1.8em;
}
figure.effect-jazz:hover img {
	opacity: 0.5;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}
figure.effect-jazz:hover h4,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
.h-f {
    margin-bottom: 2em;
}
.h-f.one {
    margin-bottom:0em;
}
.start{
	text-align:center;
	margin-top: 1.5em;
}
.start a{
	padding: 15px 35px;
    background:#FF0802;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    font-family: 'Merriweather Sans', sans-serif;
    text-transform: uppercase;
	text-decoration: none !important;
}
/* Bounce To Bottom */
.hvr-bounce-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.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    -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.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--//products--*/
/*--services--*/
#services {
    background: #f7f7f7;
    padding:0em 0;
	text-align:center;
    padding-bottom: 2em;
}
.inst-grids {
      margin: 3em 0 0 0;
}
.hi-icon-effect-9a .hi-icon:hover {
    box-shadow: 0 0 0 5px #FCE11A;
}
a.hi-icon img {
    margin: 22px 0 0;
}
.hi-icon-wrap {
    padding: 0;
}
.services-gd h4 {
    color: #FF0802;
    font-size: 1.4em;
    text-transform: uppercase;
    line-height: 1.2em;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: bold;
    margin: 0.5em 0;
}
.services-gd p {
    color: #777;
    line-height: 1.9em;
    font-size: 1.2em;
	min-height: 300PX!important;
}
/*--team--*/
#team {
       padding: 2em 0;
	   text-align:center;
}
.s-1 h3,.s-2 h3,.s-3 h3,.s-1 h3,.s-2 h3,.s-4 h3{
	color: #505050;
    font-size: 1.4em;
    text-transform: uppercase;
    line-height: 1.5em;
    padding-top: 17em;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: bold;
}
.view {
  	width: 256px;
    height: 330px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view .mask,.view .content {
  	width: 282px;
	height: 330px;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: -12px;
}
.view h4 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background:none;
   font-weight:400;
   margin: 20px 16px;
   line-height: 1.6em;
   font-family: 'Merriweather Sans', sans-serif;
}
.view p {
  	font-size: 1.2em;
	position: relative;
	color: #FFF;
	padding: 0px 30px 0px 30px;
	text-align: center;
	line-height: 1.5em;
}
.view-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
  background-color:rgba(3, 9, 16, 0.67);
   -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth h4 {
   font-size: 20px;
    border-bottom: 1px solid #FCE11A;
    color: #fff;
    line-height: 1.5em;
    font-weight: 600;
}
.view-fifth p {
   color: #fff;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.view.view-fifth i {
    color: #fff;
    font-size: 4em;
	    padding-top: 0.8em;
}
.arrows-serve{
	    position:relative;
		color:#EFA52C;
		font-size:2em;
}
.arrows-serve:before{
    content: '';
    position: absolute;
    bottom: 43%;
    left: 35.5%;
    background: #333;
    width: 11%;
    height: 3px;
}
.arrows-serve:after{
     content: '';
    position: absolute;
  bottom: 43%;
    right: 35.5%;
    background: #333;
        width: 11%;
    height: 3px;
}
.arrows-serve.test{
	    position:relative;
		color:#EFA52C;
		font-size:2em;
}
.arrows-serve.test:before{
    content: '';
    position: absolute;
    bottom: 43%;
    left: 35.5%;
    background: #333;
    width:9%;
    height: 3px;
}
.arrows-serve.test:after{
     content: '';
    position: absolute;
  bottom: 43%;
    right: 35.5%;
    background: #333;
        width:9%;
    height: 3px;
}
.box2 {
    margin-top: 3em;
}
/*--/review--*/
#review {
    background: #f7f7f7;
}
h3.title,h2.title.review {
	  color:#5DD28F;
}
.test-monials h5{
      font-size: 2em;
    color: #FF2722;
    text-transform: none;
    margin-top: 0.7em;
	
}
.test-review p {
    font-size: 1em;
    font-weight: 400;
    line-height: 2em;
    margin: 2em 1em;
}
.test-review img{
	 border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	    box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -o-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -ms-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
}
.test-review p img {
    margin: 0 10px!important;
	box-shadow:none;
}
.test-review img {
    margin: 0 auto;
}
.test-monials {
    text-align: center;
	float:right;
	margin-top:0em;
}
.test-left-img{
	background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height:700px;
}
/*--//review--*/
#gallery {
    padding: 3em 0;
    text-align: center;
}
.gallery-grids {
    margin-top: 3em;
}
.ban-mar {
    margin: 11px 0;
}
.baner-top a {
   
    display: block;

}
.baner-top img {
    width: 100%;
}
.img-box-content, .gal-text-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img-box-content img, .gal-text-box img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.img-box-content {
  position: relative;
}
.gal-text-box {
  top: 0;
  left: 0;
  position: absolute;
}
.gal-text-box .info-gal-con {
  display: block;
  position: relative;
  padding: 2%;
  left: 50%;
  top: 50%;
  position: relative;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.separator {
  display: block;
  position: relative;
  height: 1px;
  width: 60%;
  margin: 10px auto;
  background: rgba(255, 255, 255, 0.5);
  clear: both;
}


.gal-spin-effect {
  display: block;
  overflow: hidden;
  position: relative;

}
.gal-spin-effect .gal-text-box {
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateZ(0) scale(2, 2);
  -moz-transform: translateZ(0) scale(2, 2);
  -ms-transform: translateZ(0) scale(2, 2);
  -o-transform: translateZ(0) scale(2, 2);
  transform: translateZ(0) scale(2, 2);
  color: #e6e6e6;
}
.gal-spin-effect .gal-text-box * {
  z-index: 3;
}
.gal-spin-effect .gal-text-box:after, .gal-spin-effect .gal-text-box:before {
  content: "";
  display: block !important;
  position: absolute;
  visibility: visible !important;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.gal-spin-effect.vertical .gal-text-box:before {
  -webkit-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  transform: translateZ(0) translateX(100%) rotateZ(180deg);
}
.gal-spin-effect.vertical .gal-text-box:after {
  -webkit-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  transform: translateZ(0) translateX(-100%) rotateZ(180deg);
}
.gal-spin-effect.vertical:hover .gal-text-box {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.gal-spin-effect.vertical:hover .gal-text-box:before {
  -webkit-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  transform: translateZ(0) translateX(50%) rotateZ(0deg);
}
.gal-spin-effect.vertical:hover .gal-text-box:after {
  -webkit-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  transform: translateZ(0) translateX(-50%) rotateZ(0deg);
}
.gal-spin-effect.horizontal .gal-text-box:before {
  -webkit-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  transform: translateZ(0) translateY(100%) rotateZ(180deg);
}
.gal-spin-effect.horizontal .gal-text-box:after {
  -webkit-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  transform: translateZ(0) translateY(-100%) rotateZ(180deg);
}
.gal-spin-effect.horizontal:hover .gal-text-box {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.gal-spin-effect.horizontal:hover .gal-text-box:before {
  -webkit-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  transform: translateZ(0) translateY(50%) rotateZ(0deg);
}
.gal-spin-effect.horizontal:hover .gal-text-box:after {
  -webkit-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  transform: translateZ(0) translateY(-50%) rotateZ(0deg);
}
.info-gal-con h4 {
    font-size:45px;
    margin-bottom: 30px;
    color: #fce11a;
}
.info-gal-con p {
    font-size: 14px;
    line-height: 2.2em;
}
/*--bottom-*/
.bottom{
  background: url("../images/bottom.jpg") no-repeat 0px 0px;
  padding: 0em 0 0 0;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  min-height:540px;
}
.bottom-top{
  text-align:center;
  padding-top:8em;
}
.bottom-top h3 {
    color:#EFA52C;
    font-size: 3.5em;
    font-weight:bold;
}
.bottom-top p {
    font-size: 1em;
    color: #fff;
    line-height: 1.9em;
    margin: 1em auto;
    width: 61%;
}
a.read.two {
    padding: 0.7em 2em;
    background: rgb(1, 23, 80);
}
h2.sec-head {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
       font-size: 3em;
    padding-top: 2em;
}
.bottom-top  span {
   color: #fff;
    font-size: 3em;
    font-weight: bold;
}
/*--social-icons--*/
/*--reservation--*/
#reservation {
    background: url(../images/pic-6.jpg) top fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height:auto;
	text-align:center;  padding:45px 0 35px 0;
}
.reservation-info {
    margin-top: 8em;
}
.book-reservation {
    margin-top: 4em;
}
h3.tittle.reserve {
 color: #FCE11A;

}
.reservation-info h4 {
    font-size: 3em;
    color: #800000;
    line-height: 1.6em;
}
.reservation-info h5 {
    font-size: 2em;
    color: #fff;
    line-height: 1.8em;
}
.reservation-info h5 span.glyphicon {
    font-size: 0.8em;
    vertical-align: middle;
}
.book-reservation label {
       font-size: 1.5em;
    color: #fff;
    margin-bottom: 1em;
    text-align: left;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.book-reservation label i{   
     font-size: 0.9em;
    margin-right: 10px;
	color: #EFA52C;

}
.book-reservation input[type="text"],.book-reservation input[type="date"],.book-reservation input[type="time"] {
    width: 100%;
    color:#EFA52C;
    outline: none;
    font-size: 1em;
    padding:1em 1em;
   border: 2px solid #fff;
    -webkit-appearance: none;
    margin-bottom: 1.5em;
	line-height: 1.8em;
	font-family: 'Merriweather Sans', sans-serif;
	background:none;
}
.book-reservation select.form-control {
       outline: none;
    font-size: 1em;
  
    border-radius: 0;
    height: 66px;
    background: none;
    color:#EFA52C;
    border: 2px solid #fff;
}
.make {
    margin: 1em auto 0;
    text-align: center;
}
.make input[type=submit] {
       color: #FFFFFF;
    padding: 1em 2em;
    font-size: 1.2em;
    cursor: pointer;
    border: 2px solid #EFA52C;
    outline: none;
    background:#EFA52C;
    font-family: 'Merriweather Sans', sans-serif;
}
.make input[type=submit]:hover {
    background: none;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.arrows-reserve{
	    position:relative;
		color:#EFA52C;
		font-size:2em;
}
.arrows-reserve:before{
    content: '';
    position: absolute;
    bottom: 43%;
    left: 35.5%;
    background: #fff;
    width: 11%;
    height: 3px;
}
.arrows-reserve:after{
     content: '';
    position: absolute;
  bottom: 43%;
    right: 35.5%;
    background: #fff;
        width: 11%;
    height: 3px;
}
/*--//reservation--*/
/*--single--*/
.banner.two {
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height:300px;
    position: relative;
}
h3.single {
    text-align: center;
    color: #333;
    font-size: 4em;
	margin-bottom:0.7em;
}
.single-img p {
    color: #777;
    line-height: 1.9em;
	font-size:1em;
}
.blog-poast-info {
   background: #ea4c89;
  padding: 0.8em 1em;
  text-align: center;
}
.blog-poast-info ul li {
	display:inline-table;
	margin-right: 1em;
}
.blog-poast-info ul li{
	color: #FFF;
	font-size:0.8125em;
}
.blog-poast-info ul li a {
	color: #FFF;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.blog-poast-info ul li a:hover{
	text-decoration:none;
}
.blog-poast-info ul li a:hover {
	text-decoration:underline;
}
.single {
  text-align: left;
}
.leave h4,h4.tz-title-4.tzcolor-blue {
    color: #efa52c;
    font-size: 4em;
    font-weight: 400;
    margin-top: 0.5em;
}
.comment-box {
  padding: 2em 2em;
  border: 1px dashed #E64B50;
  text-align: center;
  margin-top:3em;
 }
 .comment-box h5 { 
   color:#E64B50;
    font-size: 1.3em;
 }
#commentform label {
   display: block;
  font-size: 1em;
  color: #777;
  font-weight: 400;
  margin: 0.5em 0
}
#commentform input[type="text"] {
  padding: 14px 15px;
  width: 100%;
  color: #555;
  font-size: 1em;
  border: 1px solid #eee;
  outline: none;
  display: block;
}
#commentform textarea {
	  padding: 13px 20px;
  width: 100%;
  color: #444;
  font-size: 0.85em;
  outline: none;
  height: 150px;
  display: block;
  resize: none;
  font-weight: 400;
  border: 1px solid #eee;
  background: #fff;
}
p.form-submit {
  margin: 2em 0;
}
#commentform input[type="submit"] {
  padding: 0.8em 3em;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: none;
  background:#333;
  outline: none;
  border: none;
}
#commentform input[type="submit"]:hover{
    background:#efa52c;
}
span.m_14 {
     color:#efa52c;
    font-weight: 400;
    text-transform: capitalize;
    font-size:0.9em;
}
.single_grid2 p {
	  color: #5c5c5c;
	  font-size:1.3em;
	  line-height: 1.5em;    
	  margin-top: 0.5em;
  }
.title a{
        color: #333;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
        text-decoration: none !important;
        font-family: 'Merriweather Sans', sans-serif;
        letter-spacing: 1px;
 }
 ul.list li {
  list-style: none;
}
ul.list {
  padding-top: 2em;
}
.preview img {
  border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 80%;
}
 h5.m_26 a{
     float: right;
        font-family: 'Merriweather Sans', sans-serif;
    margin-top: 1em;
    padding: 1em 2em;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: none;
    background: #ff0802;
    line-height: 13px;
}
a.blog-text {
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 2.2em;
    color: #333;
}
.single-us input[type="text"],.leave textarea,.leave input[type="submit"]{
	font-size: 1em;
	  width: 100%;
	padding: 0.8em 1em;
	margin: 0.5em 0;
	background: #fff;
	outline:none;
	border: 1px solid #362f2f;
	color: #362f2f;
	-webkit-appearance: none;
}
p.post {
    color: #333;
}
.blog-single h3 {
    font-family: 'Merriweather Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 2em;
    font-size: 1.5em;
}
p.post a {
    color: #efa52c;
}
.leave textarea{
	resize:none;
	width: 100%;
	margin: 0.5em 0em;
	height: 185px;	
}
.leave input[type="submit"]{
	  border: none;
  outline: none;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px 0 0 1px;
  width: 120px;
  height: 45px;
  display: inline-block;
  background: #333;
  margin: 0 auto;
  margin:1em 0 2em 0;
  -webkit-appearance: none;
}
.leave input[type="submit"]:hover{
	  background:#D00030;
}
.leave p{
  width: 80%;
  line-height: 1.8em;
  color: #333;
  font-size: 0.9em;
}
.text-in{
	padding:0;
}
.single-grid {
	padding: 0.7em 0;
	  text-align: left;
}
.text-top{
	padding:0.5em 0;
}
.leave {
  padding: 2em 0 0em;
}
.top-comments {
	padding: 5em 0 0;
}
.md-col-in h4 {
	color: #362f2f;
	font-size: 1.5em;
	border-bottom: 1px solid #c29f00;
	font-weight: 600;
	width: 50%;
	padding: 0 10px 6px;
}
.md-col-in ul li{
	list-style:none;
}
.md-col-in ul{
	padding:1.8em 0 0;
}
.md-col-in ul li a{
	text-decoration:none;
	color:#362f2f;
	font-size:1.1em;
	padding: 0.1em 0;
	display: block;
}
.md-col-in ul li a:hover{
	color:#c3a000;
}
.md-col-in ul li i{
	background: url(../images/img-sprite.html)no-repeat -497px -20px;
	width: 8px;
	height: 8px;
	display: inline-block;
	transition: 0.5s all;
	vertical-align: middle;
	margin: 0 13px 0 0;
}
.single-img img {
    margin-bottom: 1em;
    width: 100%;
}
.blog-section {
    padding: 6em 0;
}
/*-- contact-page --*/
h3.tittle {
    font-size: 5em;
    color: #333;
}
.arrows-three{
	    position:relative;
		color:#EFA52C;
		font-size:2em;
}
.arrows-three:before{
      content: '';
    position: absolute;
    bottom:43%;
    left: 22.5%;
    background: #333;
    width: 22%;
    height: 3px;
}
.arrows-three:after{
     content: '';
    position: absolute;
  bottom: 43%;
    right: 22.5%;
    background: #333;
     width: 22%;
    height: 3px;
}
.contact-grid {
    padding-left:0;
	text-align: center;
}
form#filldetails {
  width:98%;
  margin: 64px auto;
}
form .field {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
form .field label {
    position: absolute;
    top: 0;
    left: 0;
    background:#333;
    width: 18%;
    padding: 16px 0;
    font-size: 15px;
    letter-spacing: 0.075em;
    color: #EAEAEA;
    -webkit-transition: all 333ms ease-in-out;
    -moz-transition: all 333ms ease-in-out;
    -o-transition: all 333ms ease-in-out;
    -ms-transition: all 333ms ease-in-out;
    transition: all 333ms ease-in-out;
	    font-weight: 400;
}
form .field label + span {
    opacity: 0;
    color: white;
    display: block;
    position: absolute;
    top: 7px;
    left: 4%;
    font-size: 25px;
    text-shadow: 1px 2px 0 #cd6302;
    -webkit-transition: all 333ms ease-in-out;
    -moz-transition: all 333ms ease-in-out;
    -o-transition: all 333ms ease-in-out;
    -ms-transition: all 333ms ease-in-out;
    transition: all 333ms ease-in-out;
}
form .field input[type="text"],
form .field textarea {
  border: none;
  background: #E8E9EA;
  width: 100%;
  margin: 0;
  padding: 18px 0;
  padding-left: 22%;
  color: #313A3D;
  font-size: 13px;
  letter-spacing: 0.05em;
      font-family: 'Merriweather Sans', sans-serif;
}
form .field input[type="text"]#msg,
form .field textarea#msg {
  resize: none;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
      font-family: 'Merriweather Sans', sans-serif;
	      height: 55px;
    overflow: hidden;

}
form .field input[type="text"]:focus, form .field input[type="text"].focused,
form .field textarea:focus,
form .field textarea.focused {
  outline: none;
}
form .field input[type="text"]:focus#msg, form .field input[type="text"].focused#msg,
form .field textarea:focus#msg,
form .field textarea.focused#msg {
  padding-bottom: 150px;
}
form .field input[type="text"]:focus + label, form .field input[type="text"].focused + label,
form .field textarea:focus + label,
form .field textarea.focused + label {
  width: 18%;
  background: #efa52c;
  color: #fff;
}
form .field input[type="text"].focused + label,
form .field textarea.focused + label {
  color: #efa52c;
}
form .field:hover label {
  width: 20%;
  background:#ff2722;
  color: white;
}
form input[type="submit"]:focus {
  outline: none;
  background: #cd6302;
}
.send {
    margin-top:2em;
}
.send input[type="submit"]{
       border: none;
    background: #FF2722;
    cursor: pointer;
    border-radius: 0px;
    width: 155px;
    color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
     padding: 1em 1em;
	font-size:1em;
	outline:none;
	-webkit-appearance:none;
       letter-spacing: 1px;
       font-weight: 501;
       text-transform: uppercase;
}
.send input[type="submit"]:hover {
	  -webkit-transform: translateY(-3px);
	  -ms-transform: translateY(-3px);
	  transform: translateY(-3px);
	  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
	  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
	   -o-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
	    -moz-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
}

.map {
   margin-top: 4em;
}
.map iframe {
    height: 400px;
    border: none;
    width: 100%;
}
.con-top ul li,.con-top ul li a {
    display: block;
    line-height: 2em;
    font-size: 1em;
    color: #777;
	list-style:none;
}
.con-top ul li a {
  color: #ff0802;
  text-decoration:none;
}
.con-top {
    margin-top: 0em;
	    /*! margin-top: 9.9em; */
    float: left;
}
.con-top.two {
    margin-left: 3em;
}
#contact {
    padding: 0em 0;
}
.con-top h4 ,h4.info{
        font-size: 1.4em;
    color: #ff0802;
    font-weight: bold;
    font-family: 'Merriweather Sans', sans-serif;
    text-transform: uppercase;
	margin-bottom: 0.5em;
}
h4.info{
	font-size:2em;
}
p.para1,p.wel-text {
    color: #777;
    font-size: 1em;
    line-height: 1.9em;
}
p.wel-text{
	margin:1em 0;
}
.contact-in {
    margin-top: 4em;
}
/*--footer--*/
/*--social-icons--*/
.logo2{
  text-align:center;
      margin: 0 0 2em 0;
}
.logo2 a{
 display:block;
}
.logo2 a h2 {
    font-weight: bold;
    font-size: 5.5em;
    color: #EFA52C;
    text-transform: uppercase;
}
.logo2 a span {
    color: #fff;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 0.3em;
    font-weight: bold;
}
a.flag_tag2 {
    color: #fff;
    font-size: 1.2em;
}
.logo2 p {
    font-size: 0.8em;
    color: #EFA52C;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0;
    margin: -9px 0 12px 0;
}
ul.s_social li{
	display:inline-block;
}
ul.social li a.tw,ul.social li a.fb,ul.social li a.in,ul.social li a.dott {
	width:79px;
	height:89px;
	display: block;
	background: url(../images/tw.png)no-repeat 0px 0px;
}
ul.social li a.fb {
	background: url(../images/fb.png)no-repeat 0px 0px;
}
ul.social li a.in {
	background: url(../images/gg.png)no-repeat 0px 0px;
}
ul.social li a.dott {
  background: url(../images/db.png)no-repeat 0px 0px;
}

ul.social li a:hover{
	opacity:0.8;
}
ul.social{
	    display: block;
    padding: 0;
    margin: 1em auto 0;
    text-align: center;
}
ul.social li{
	display:inline-block;
}
ul.social li a{  
    margin-right:1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	-webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.footer {
   background:#333; color:#fff;
   padding: 2em 0;
}
p.copy-right{
  color:#fff;
  font-size:1.3em;
    text-align: center;
}
p.copy-right a{
   color: #FCE221;
   text-decoration: none !important;
}
p.copy-right a:hover{
  text-decoration:underline;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 22px;
  border: none;
  text-indent: 100%;
  background: url(../images/move-top.png) no-repeat 0px 0px;
}
/*-- responsive-design starts-here --*/
@media (max-width: 1440px) {
	.banner-info p {
		font-size: 3em;
	}
}
@media (max-width: 1366px) {
	.ab-text p,.services-gd p,.test-review p,.bottom-top p,p.wel-text,p.para1,.con-top ul li, .con-top ul li ,.single-img p{
		font-size:1.2em;
	}
	
	h3.tittle,h3.single {
		font-size: 3.5em;
	}
	
	
}
@media (max-width:1280px) {
	#about,#team,#gallery,#contact,.blog-section{
		    padding:5em 0;
	}
	#services{
		 padding:6em 0;
	}
	.info-gal-con h4 {
		font-size: 45px;
		margin-bottom: 14px;
	}
}
@media (max-width:1024px) {
	.link-effect-4 a {
		padding: 0 10px;
		margin: 0 8px;
	}
	.banner-info p {
		font-size: 2.5em;
	}
	.banner-info h3 {
       font-size: 4em;
	}
	.banner-info {
		padding: 4em 2em;
		z-index: 999;
		margin: 11% auto 0;
		width: 54%;
	}
	.arrows:before {
		content: '';
		position: absolute;
		bottom: 45%;
		left: 19.5%;
		width: 22%;
		height: 3px;
	}
	.bottom-top p {
		margin: 1em auto;
		width: 65%;
	}
	.arrows:after {
		content: '';
		position: absolute;
		bottom: 45%;
		right: 19.5%;
		width: 22%;
		height: 3px;
	}
	.callbacks_tabs {
		bottom: -10%;
		left: 45%;
	}
	.banner {
      min-height:700px;
	}
	.down {
		position: absolute;
		left: 43%;
		    top: 87%;
	}
	.services-gd h4 {
      font-size: 1.2em;
	}
	.view {
		width: 212px;
		    height: 307px;
	}
	.view-fifth h4 {
      font-size: 16px;
	}
	.view .mask, .view .content{
		    width: 233px;
    height: 330px;
		
	}
	.s-1 h3, .s-2 h3, .s-3 h3, .s-1 h3, .s-2 h3, .s-4 h3 {
		font-size: 1.3em;
		padding-top: 17em;
	}
	.view p {
		font-size: 0.8em;
		padding: 10px 10px 0px 20px;
	}
	.test-monials {
		text-align: center;
		float: right;
		margin-top: 6em;
		padding: 0;
	}
	.arrows-serve:before {
		content: '';
		position: absolute;
		bottom: 43%;
		left: 29.5%;
		width: 13%;
		height: 3px;
	}
	.arrows-serve:after {
		content: '';
		position: absolute;
		bottom: 43%;
		right: 29.5%;
		width: 13%;
		height: 3px;
	}
	.arrows-three:before {
		content: '';
		position: absolute;
		bottom: 43%;
		left: 23.5%;
		width: 18%;
		height: 3px;
	}
	.arrows-three:after {
		content: '';
		position: absolute;
		bottom: 43%;
		right: 22.5%;
		width: 18%;
		height: 3px;
	}
	.con-top.two {
		margin-left: 1em;
	}
	.contact-in {
		margin-top: 4em;
		padding: 0;
	}
	.banner.two {
		min-height: 200px;
	}
	figure.effect-jazz h4 {
    padding-top: 29%;
	}
	.arrows-serve.test:before {
		content: '';
		position: absolute;
		bottom: 43%;
		left: 32.5%;
		width: 9%;
		height: 3px;
	}
	.arrows-serve.test:after {
		content: '';
		position: absolute;
		bottom: 43%;
		right: 32.5%;
		width: 9%;
		height: 3px;
	}
	.view h4 {
      padding: 18px 10px;
	}
	.grid figure figcaption {
      padding: 2em 0;
	}
	.arrows-reserve:before {
		content: '';
		position: absolute;
		bottom: 43%;
		left: 31.5%;
		background: #fff;
		width: 11%;
		height: 3px;
	}
	.arrows-reserve:after {
		content: '';
		position: absolute;
		bottom: 43%;
		right: 31.5%;
		background: #fff;
		width: 11%;
		height: 3px;
	}
}
@media (max-width:991px) {
	.top-menu li a {
		font-size: 0.87em;
	}
	.top-menu {
		margin-top: 1.5em;
	}
	.link-effect-4 a {
		padding: 0 10px;
		margin: 0 3px;
	}
	.s-1,.s-2,.s-3,.s-4 {
		float: left;
		width:50%;
	}
	.view {
	    width: 301px;
    height: 325px;
    margin: 0 2em;
	}
	.view p {
		font-size: 0.8em;
		padding: 21px 0px 0px 40px;
	}
	.view-fifth img {
		width: 100%;
	}
	.view .mask, .view .content {
		width: 341px;
		height: 325px;
		    left: -41px;
	}
	.test-left-img {
		min-height: 500px;
	}
	.test-monials {
		text-align: center;
		float: none;
		margin-top: 0;
		padding: 0;
		width: 100%;
		padding: 5em 0;
	}
	.reservation-info {
		margin-top: 3em;
	}
	.book-reservation {
		margin-top:0em;
	}
	#reservation {
		min-height:750px;
		padding-bottom: 3em;
	}
	.book-reservation label {
       font-size: 1.3em;
	}
	.book-reservation select.form-control {
		font-size: 1em;
		padding: 1em 1em;
		height: 66px;
		background: none;
		margin-bottom: 1.5em;
	}
	.baner-top {
	    padding: 10px 10px;
		float: left;
		width: 50%;
	}
	.ban-mar {
		margin:0px!important;
	}
	.bottom-top span {
      font-size: 2.5em;
	}
	.contact-in {
		margin-top: 4em;
		padding: 0 10px;
	}
	.con-top.two {
		margin-left: 5em;
	}
	.down {
		position: absolute;
		left: 43%;
		top: 90%;
	}
	.banner-info p {
		font-size: 2.3em;
	}
	.services-gd{
		float: left;
		width: 50%;
	}
	.services-gd:nth-child(3),.services-gd:nth-child(4),.s-3,.s-4{
		margin-top:1em;
	}
	.ab-text {
		text-align: center;
		margin-top:0em;
	}
	.ab-left {
		float: none;
	}
	.ab-text {
		margin-top: 2em;
	}
	.preview {
		float: left;
	}
	.single_grid2 p {
		font-size: 0.9em;
		line-height: 1.9em;
		margin-top: 0.5em;
	}
	.data {
		float: right;
		width: 86%;
	}
	.logo a h1 {
    font-weight: bold;
    font-size: 4em;
	}
}
@media (max-width:800px) {
	.banner-info {
		padding: 4em 2em;
		margin: 11% auto 0;
		width: 71%;
	}
	.logo a h1 {

      font-size: 4em;
	}
	a.blog-text {
      font-size: 1.4em;
	}
	.down {
		position: absolute;
		left: 42%;
		top: 90%;
	}

	.data {
		float: right;
		width: 86%;
	}
	.view {
		width: 282px;
		height: 325px;
		margin: 0 1em;
	}
	.view p {
		font-size: 0.8em;
		padding: 10px 53px 0px 60px;
		text-align: center;
	}
	.view h4 {
		padding: 18px 35px;
	}
}
@media (max-width:768px) {
	.top-menu ul {
		margin: 103px 0;
		padding: 2% 0;
		width: 96%;
		z-index: 99999;
	}
	.banner {
		min-height: 600px;
	}
	.banner-info {
		padding: 2em 2em;
		margin: 13% auto 0;
		width: 71%;
	}
	#about, #team, #gallery, #contact, .blog-section,.test-monials {
		padding: 3.5em 0;
	}
	#services {
		padding: 4em 0;
	}
	.test-left-img {
		min-height: 400px;
	}
	h3.single {
		margin-bottom: 0.5em;
	}
	.blog-single h3 {

		line-height: 2em;
		font-size: 1.3em;
	}
}
@media (max-width:667px) {
	.banner-info p {
		font-size: 2em;
	}
	.banner-info h3 {
		font-size: 3em;
	}
	.logo a h1 {
		font-size: 4em;
	}
	.banner-info span {
		letter-spacing: 2px;
		font-size: 0.9em;
	}
	.banner {
		min-height: 500px;
	}
	.banner-info {
		padding: 2em 2em;
		margin: 6% auto 0;
		width: 71%;
	}
	.callbacks_tabs {
		bottom: -14%;
		left: 43%;
	}
	.down {
		position: absolute;
		left: 38%;
		top: 90%;
	}
	.view {
		width: 256px;
		height: 330px;
		margin: 0 0em;
	}
	.test-left-img {
		min-height: 350px;
	}
	.info-gal-con p {
		font-size: 12px;
		line-height: 2em;
	}
	.info-gal-con h4 {
		font-size: 38px;
		margin-bottom: 14px;
	}
	.callbacks_tabs a:after {
		height: 12px;
		width: 12px;
	}
	.callbacks_tabs li {
		display: inline-block;
		margin: 0 .2em;
	}
	.grid figure figcaption {
		padding: 0em 1em;
		color: #fff;
		font-size: 1.25em;
	}
	.arrows-reserve:before {
		bottom: 43%;
		left: 32.5%;
		width: 11%;
		height: 3px;
	}
	.arrows-reserve:after {
		content: '';
		position: absolute;
		bottom: 43%;
		right: 31.5%;
		width: 11%;
		height: 3px;
	}
	.make input[type=submit] {
		padding: 0.7em 1.5em;
		font-size: 1.2em;
	}
	.book-reservation input[type="text"], .book-reservation input[type="date"], .book-reservation input[type="time"] {
		width: 100%;
		outline: none;
		font-size: 1em;
		padding: 0.7em 0.8em;
	}
	.book-reservation select.form-control {
		font-size: 1em;
		padding: 0.7em 0.8em;
		height: 54px;
		background: none;
		margin-bottom: 1.5em;
	}
	.bottom-top span {
		font-size: 2.2em;
	}
	.bottom-top h3 {
		font-size: 3em;
	}
	.bottom {
		min-height:450px;
	}
	.bottom-top {
		padding-top: 5em;
	}
	.bottom-top p {
		margin: 1em auto;
		width: 100%;
	}
	a.blog-text {
		font-size: 1.2em;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
		font-size: 3.5em;
		font-weight: 400;
		margin-top: 0em;
	}
	.data {
		float: right;
		width: 83%;
	}
}
@media (max-width:640px) {
	.banner-info p {
		font-size: 2em;
	}
	.banner-info h3 {
		font-size: 3em;
	}
	.logo a h1 {
		font-size: 3.3em;
	}
	.banner-info span {
		letter-spacing: 2px;
		font-size: 0.8em;
	}
	.banner {
		min-height: 500px;
	}
	.banner-info {
		padding: 2em 2em;
		margin: 6% auto 0;
		width: 71%;
	}
	.callbacks_tabs {
		bottom: -14%;
		left: 43%;
	}
	.down {
		position: absolute;
		left: 38%;
		top: 90%;
	}
	.view {
		width: 256px;
		height: 330px;
		margin: 0 0em;
	}
	.test-left-img {
		min-height: 350px;
	}
	.info-gal-con p {
		font-size: 12px;
		line-height: 2em;
	}
	.info-gal-con h4 {
		font-size: 38px;
		margin-bottom: 14px;
	}
	.callbacks_tabs a:after {
		height: 12px;
		width: 12px;
	}
	.callbacks_tabs li {
		display: inline-block;
		margin: 0 .2em;
	}
	.grid figure figcaption {
		padding: 0em 1em;
		color: #fff;
		font-size: 1.25em;
	}
	.arrows-reserve:before {
		bottom: 43%;
		left: 32.5%;
		width: 11%;
		height: 3px;
	}
	.arrows-reserve:after {
		content: '';
		position: absolute;
		bottom: 43%;
		right: 31.5%;
		width: 11%;
		height: 3px;
	}
	.make input[type=submit] {
		padding: 0.7em 1.5em;
		font-size: 1.2em;
	}
	.book-reservation input[type="text"], .book-reservation input[type="date"], .book-reservation input[type="time"] {
		width: 100%;
		outline: none;
		font-size: 1em;
		padding: 0.7em 0.8em;
	}
	.book-reservation select.form-control {
		font-size: 1em;
		padding: 0.7em 0.8em;
		height: 54px;
		background: none;
		margin-bottom: 1.5em;
	}
	.bottom-top span {
		font-size: 2.2em;
	}
	.bottom-top h3 {
		font-size: 3em;
	}
	.bottom {
		min-height:450px;
	}
	.bottom-top {
		padding-top: 5em;
	}
	.bottom-top p {
		margin: 1em auto;
		width: 100%;
	}
	a.blog-text {
		font-size: 1.2em;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
		font-size: 3.5em;
		font-weight: 400;
		margin-top: 0em;
	}
	.data {
		float: right;
		width: 83%;
	}
}
@media (max-width:600px) {
	.data {
		float: right;
		width: 74%;
		padding: 0;
	}
	.logo p {
		font-size: 0.7em;
		text-transform: uppercase;
		letter-spacing: 0px;
	}
	.logo a h1 {
		font-size: 4em;
	}
	.map iframe {
      height: 300px;
	}
	.social-icons li a {
		margin-right: 1em;
	}
	.logo2 a h2 {
		font-weight: bold;
		font-size: 4em;
	}
	a.flag_tag2 {
		font-size: 1em;
	}
	p.copy-right {
		font-size: 0.9em;
		line-height: 1.9em;
	}
	.top-menu ul {
		margin: 83px 0;
		padding: 2% 0;
		width: 93%;
		z-index: 99999;
	}
	h3.tittle, h3.single {
		font-size: 4em;
	}
	.s-1, .s-2, .s-3, .s-4 {
		float: left;
		width: 100%;
	}
	.view {
		width: 256px;
		height: 330px;
		    margin: 0 8em;
	}
	.services-gd:nth-child(3), .services-gd:nth-child(4),.s-1, .s-2 .s-3, .s-4 {
		margin-top: 1em;
	}
	.banner-info p {
		font-size: 1.6em;
	}
	.banner-info h3 {
		font-size: 2.5em;
	}
	.banner-info {
		padding: 2em 1em;
		margin: 4% auto 0;
		width: 82%;
	}
	.banner {
		min-height: 432px;
	}
	.down {
		position: absolute;
		left: 36%;
		top: 90%;
	}
	figure.effect-jazz p {
		padding: 0em 0em;
		text-transform: none;
		font-size: 0.6em;
		opacity: 0;
		line-height: 1.8em;
	}
	figure.effect-jazz h4 {
		padding-top:50%;
		font-size: 1.7em;
	}
	.arrows:before {
		content: '';
		position: absolute;
		bottom: 45%;
		left: 16.5%;
		width: 22%;
		height: 3px;
	}
	.arrows:after {
		content: '';
		position: absolute;
		bottom: 45%;
		right: 15.5%;
		width: 22%;
		height: 3px;
	}
	.test-left-img {
		min-height: 250px;
	}
	.book-reservation label {
		font-size: 1em;
	}
	#reservation {
		min-height: 681px;
		padding-bottom: 0em;
	}
	.baner-top {
		padding:8px 10px;
		float: left;
		width: 100%;
	}
	h4.info {
		font-size: 1.6em;
	}
	.con-top h4, h4.info {
      font-size: 1.2em;
	}
	.con-top.two {
		margin-left: 0em;
	}
}
@media (max-width:568px) {
	.logo a h1 {
		font-size: 4em;
	}
	
	.social-icons li a {
		margin-right: 1em;
	}
	.logo2 a h2 {
		font-weight: bold;
		font-size: 4em;
	}
	a.flag_tag2 {
		font-size: 1em;
	}
	p.copy-right {
		font-size: 0.9em;
		line-height: 1.9em;
	}
	.top-menu ul {
		margin: 83px 0;
		padding: 2% 0;
		width: 93%;
	}
	h3.tittle, h3.single {
		font-size: 4em;
	}
	.s-1, .s-2, .s-3, .s-4 {
		float: left;
		width: 100%;
	}
	.view {
		width: 256px;
		height: 330px;
		margin: 0 4em;
	}
	.services-gd:nth-child(3), .services-gd:nth-child(4),.s-1, .s-2 .s-3, .s-4 {
		margin-top: 1em;
	}
	.banner-info p {
		font-size: 1.6em;
	}
	.banner-info h3 {
		font-size: 2.5em;
	}
	.banner-info {
		padding: 2em 1em;
		margin: 4% auto 0;
		width: 82%;
	}
	.banner {
		min-height: 432px;
	}
	.down {
		position: absolute;
		left: 36%;
		top: 90%;
	}
	figure.effect-jazz p {
		padding: 0em 0em;
		text-transform: none;
		font-size: 0.6em;
		opacity: 0;
		line-height: 1.8em;
	}
	figure.effect-jazz h4 {
		padding-top:50%;
		font-size: 1.7em;
	}
	.arrows:before {
		content: '';
		position: absolute;
		bottom: 45%;
		left: 16.5%;
		width: 22%;
		height: 3px;
	}
	.arrows:after {
		content: '';
		position: absolute;
		bottom: 45%;
		right: 15.5%;
		width: 22%;
		height: 3px;
	}
	.test-left-img {
		min-height: 250px;
	}
	.book-reservation label {
		font-size: 1em;
	}
	#reservation {
		min-height: 681px;
		padding-bottom: 0em;
	}
	.baner-top {
		float: left;
		width: 100%;
	}
	h4.info {
		font-size: 1.6em;
	}
	.con-top h4, h4.info {
      font-size: 1.2em;
	}
	.con-top.two {
		margin-left: 0em;
	}
}
@media (max-width:480px) {
	.logo a h1 {
		font-size: 4em;
	}
	.social-icons li a {
		margin-right: 0em;
	}
	.logo2 a h2 {
		font-weight: bold;
		font-size: 4em;
	}
	a.flag_tag2 {
		font-size: 1em;
	}
	p.copy-right {
		font-size: 0.9em;
		line-height: 1.9em;
	}
	.top-menu ul {
		margin: 83px 0;
		padding: 2% 0;
		width: 93%;
		z-index: 99999;
	}
	h3.tittle, h3.single {
		font-size: 4em;
	}
	.s-1, .s-2, .s-3, .s-4 {
		float: left;
		width: 100%;
		margin-bottom: 1em;
	}
	.s-1, .s-2 .s-3, .s-4 {
		margin-top:0em;
	}
	.view {
		width: 256px;
		    height: 323px;
		margin: 0 4em;
	}
	.services-gd:nth-child(3), .services-gd:nth-child(4){
		margin-top: 1em;
	}
	.banner-info p {
		font-size: 1.6em;
	}
	.banner-info h3 {
		font-size: 2.5em;
	}
	.banner-info {
		padding: 2em 1em;
		margin: 4% auto 0;
		width: 82%;
	}
	ul.social {

    margin: 2em auto 0;
	}
	.banner {
		min-height: 432px;
	}
	.down {
		position: absolute;
		left: 36%;
		top: 90%;
	}
	figure.effect-jazz p {
		padding: 0em 0em;
		text-transform: none;
		font-size: 0.6em;
		opacity: 0;
		line-height: 1.8em;
	}
	figure.effect-jazz h4 {
		padding-top:50%;
		font-size: 1.7em;
	}
	.arrows:before {
		    content: '';
			position: absolute;
			bottom: 45%;
			left: 16.5%;
			width: 19%;
			height: 2px
	}
	.arrows:after {
		content: '';
		position: absolute;
		bottom: 45%;
		right: 16.5%;
		width:19%;
		height:2px;
	}
	.test-left-img {
		min-height: 250px;
	}
	.book-reservation label {
		font-size: 1em;
	}
	#reservation {
		min-height: 681px;
		padding-bottom: 0em;
	}
	.baner-top {
		padding: 8px 10px;
		float: left;
		width: 100%;
	}
	h4.info {
		font-size: 1.6em;
	}
	.con-top h4, h4.info {
      font-size: 1.2em;
	}
	.con-top.two {
		margin-left: 0em;
	}
	span.menu {
		width: 35px;
		height: 35px;
		background: url(../images/nav.png)no-repeat 0px 0px;
		display: inline-block;
		float: right;
		cursor: pointer;
		margin: 19px 3px;
	}
	ul.social-icons {
      margin: 2em auto 0;
	}
	.gallery-grids {
		margin-top: 1em;
	}
	.top-menu {
		margin-top: 0.5em;
	}
	#about, #team, #gallery, #contact, .blog-section, .test-monials,#services {
		padding: 2.5em 0;
	}
	.inst-grids {
		margin: 1em 0 0 0;
	}
	.blog-single h3 {
		line-height: 2em;
		font-size: 1.2em;
		
	}

	.contact-grid {
		padding-left: 0;
		text-align: center;
		padding: 0;
	}
}
@media (max-width:414px) {
	.h-f {
		margin-bottom: 1em;
	}
	.h-f {
		width: 100%;
		float: left;
		margin-right: 0%;
	}
	figure.effect-jazz p {
		padding: 0em 0em;
		text-transform: none;
		font-size: 0.7em;
	}
	.ab-text p, .services-gd p, .test-review p, .bottom-top p, p.wel-text, p.para1, .con-top ul li, .con-top ul li, .single-img p {
		font-size: 0.875em;
	}
	.s-1, .s-2 .s-3, .s-4 {
		margin-top: 1em;
	}
	.services-gd:nth-child(3), .services-gd:nth-child(4){
		margin:0
	}
	.services-gd {
		float: left;
		width: 100%;
		margin-bottom: 1em;
	}
	.start a {
      padding: 13px 25px;
	}
	.inst-grids,.box2 {
		margin: 1em 0 0 0;
	}
	.view {
		width: 256px;
		height: 330px;
		margin: 0 2em;
	}
	.bottom-top span {
		font-size: 1.6em;
	}
	.bottom-top h3 {
		font-size: 2.2em;
		margin-bottom: 10px;
	}
	h3.tittle, h3.single {
		font-size: 3.5em;
	}
	.start a {
		padding: 11px 20px;
		font-size: 0.85em;
	
	
	}
	.arrows-two:before {
		content: '';
		position: absolute;
		bottom: 42%;
		left: 22.5%;
		width: 16%;
		height: 2px;
	}
	.arrows-two:after {
		content: '';
		position: absolute;
		bottom: 42%;
		right: 22.5%;
		width: 15%;
		height: 2px;
	}
	.arrows-serve:before {
		content: '';
		position: absolute;
		bottom: 43%;
		left: 27.5%;
		width: 12%;
		height: 2px;
	}
	.arrows-serve:after {
		content: '';
		position: absolute;
		bottom: 43%;
		right: 26.5%;
		width: 12%;
		height: 2px;
	}
	.arrows-reserve:before {
		bottom: 43%;
		left: 27.5%;
		width: 11%;
		height: 2px;
	}
	.arrows-reserve:after {
		content: '';
		position: absolute;
		bottom: 43%;
		right: 26.5%;
		width: 11%;
		height: 2px;
	}
	a.blog-text {
		font-size: 1.1em;
	}
	.data {
		float: right;
		width: 72%;
		padding: 0;
	}
	h5.m_26 a {
		float: right;
		margin-top: 1em;
		padding: 0.8em 1.5em;
		font-size: 0.9em;
		line-height: 13px;
	}
	#about, #team, #gallery, #contact, .blog-section, .test-monials {
		padding: 2em 0;
	}
	#services {
		padding: 2.5em 0;
	}
	.banner-info p {
		font-size: 1.4em;
	}
	.callbacks_tabs {
		bottom: -14%;
		left: 38%;
	}
	.down {
		position: absolute;
		left: 31%;
		top: 90%;
	}
	.test-monials h5 {
      font-size: 1.5em;
	}
	
	.test-review p {
		margin: 1em 0em;
	}
	
}
@media (max-width:384px) {
	.banner-info p {
		font-size: 1.2em;
	}
	.banner-info h3 {
		font-size: 2em;
	}
	.down {
		position: absolute;
		left: 30%;
		top: 86%;
	}
	.s-3, .s-4{
		margin-top:0;
	}
	.blog-single h3 {
		line-height: 2em;
		font-size: 1em;
	}
	.banner.two {
		min-height: 150px;
	}
	.contact-grid {
		padding-left: 0;
		text-align: center;
		padding: 0;
	}
	form .field label {
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    width: 100%;
    padding: 18px 0;
    font-size: 13px;
    letter-spacing: 0em;
	}
}
@media (max-width:375px) {
	.banner-info {
		padding: 1em 0em;
		margin: 4% auto 0;
		width: 82%;
	}
	.banner {
		min-height: 300px;
	}
	.banner-info h3 {
		font-size: 1.6em;
	}
	.banner-info p {
		font-size: 1em;
	}
	.arrows {
		font-size: 1em;
	}
	.banner-info span {
		letter-spacing: 1px;
		font-size: 0.6em;
	}
	.logo a h1 {
		font-size: 3em;
	}
	.down img {
		width: 50%;
	}
	
	.callbacks_tabs a:after {
		height:10px;
		width:10px;
	}
	.callbacks_tabs {
		bottom: -19%;
		left: 38%;
	}
	.down {
		position: absolute;
		left: 39%;
		top: 89%;
	}
	div#about {
		padding: 0 0 2em 0;
	}
	.arrows img,.arrows-two img,.arrows-serve img,.arrows-reserve img {
		width: 14%;
	}
	h3.tittle, h3.single {
		font-size: 3em;
	}
	.top-menu ul {
		margin: 68px 0;
		padding: 2% 0;
		width: 89%;
		z-index: 99999;
	} 
	.top-menu { padding:10px 0 0 0;}
	
	.view {
		width: 241px;
		height: 310px;
		margin: 0 2em;
	}
	.s-1 h3, .s-2 h3, .s-3 h3, .s-1 h3, .s-2 h3, .s-4 h3 {
		font-size: 1.2em;
		padding-top: 17em;
	}
	.view p {
		font-size: 0.8em;
    padding: 10px 50px 0px 35px;
	}
	.services-gd h4 {
		font-size: 1em;
	}
	.book-reservation label {
		font-size: 0.9em;
	}
	.make input[type=submit] {
		padding: 0.7em 1.5em;
		font-size: 1em;
	}
	.book-reservation input[type="text"], .book-reservation input[type="date"], .book-reservation input[type="time"] {
		width: 100%;
		outline: none;
		font-size: 0.8em;
		padding: 0.4em 0.8em;
	}
	.book-reservation select.form-control {
		font-size: 0.8em;
		padding: 0.7em 0.8em;
		height: 42px;
		background: none;
		margin-bottom: 1.5em;
	}
	#reservation {
		min-height: 580px;
		padding-bottom: 0em;
	}
	.reservation-info {
		margin-top: 2em;
	}
	.test-left-img {
		min-height: 150px;
	}
	.bottom-top span {
		font-size: 1.4em;
	}
	.bottom-top {
		padding-top: 2em;
	}
	.bottom {
		    min-height: 356px;
	}
	.input__label {
		display: inline-block;
		float: right;
		padding: 0 0.5em;
		font-weight: bold;
		font-size: 0.9em;
	}
	.input--kuro {
		max-width: 91%;
		margin-bottom: 2em;
	}
	.info-gal-con h4 {
		font-size: 30px;
		margin-bottom: 4px;
	}
	.info-gal-con p {
		font-size: 11px;
		line-height: 1.8em;
	}
	.inst-grids, .box2 {
		margin: 0em 0 0 0;
	}
	.social-icons li {
		display: inline-block;
		float: left;
		margin-left: 2px;
	}
	a.flag_tag2 {
		font-size: 0.9em;
	}
	ul.social-icons {
		margin: 1em auto 0;
	}
	.footer {
		padding: 1em 0;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
      font-size: 2.5em;
	}
	#commentform label {
		display: block;
		font-size: 0.9em;
	}
	.title a {
		font-size: 1em;
	}
	span.m_14 {
		font-size: 0.8em;
	}
	.preview {
		float: left;
		width: 30%;
		padding: 0;
	}
	.single_grid2 p {
      font-size: 0.875em;
	}
	.data {
		float: right;
		width: 69%;
		padding: 0;
	}
	.logo2 {
		margin: 0 0 1em 0;
	}
	ul.social li {
		display: inline-block;
		float: left;
		width: 11%;
		margin: 0 1em;
	}
	ul.social li a.tw,ul.social li a.fb,ul.social li a.in,ul.social li a.dott {
		    width: 84px;
         height: 54px;
		display: block;
		background: url(../images/tw.png)no-repeat 0px 0px;
		background-size: 57%;
	}
	ul.social li a.fb {
		background: url(../images/fb.png)no-repeat 0px 0px;
		background-size: 57%;
	}
	ul.social li a.in {
		background: url(../images/gg.png)no-repeat 0px 0px;
		background-size: 57%;
	}
	ul.social li a.dott {
	  background: url(../images/db.png)no-repeat 0px 0px;
	  background-size: 57%;
	}
	.header-bottom {
      padding: 0;
	}
	span.menu {
		width: 35px;
		height: 35px;
		background: url(../images/nav.png)no-repeat 0px 0px;
		display: inline-block;
		float: right;
		cursor: pointer;
		margin: 11px 3px;
	}
}
@media (max-width:320px) {
	.view {
		width: 241px;
		height: 310px;
		margin: 0 0em;
	}
	.social-icons li {
		display: inline-block;
		float: left;
	   
		width: 25%;
	}
		p.copy-right {
		font-size: 0.87em;
		line-height: 1.9em;
	}
	.logo2 a h2 {
		font-size: 3em;
	}
	.logo2 p {
		font-size: 0.6em;
		letter-spacing: 1px;
		padding: 0;
		margin: -2px 0 12px 0;
	}
	h3.tittle, h3.single {
		font-size: 2.8em;
		margin-bottom: 0.3em;
	}
	a.blog-text {
		font-size:1em;
	}
	#commentform input[type="submit"] {
		padding: 0.8em 3em;
		font-size: 0.9em;
	}
	.bottom {
		min-height: 407px;
	}
	form .field label {
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    width: 100%;
    padding: 18px 0;
    font-size: 13px;
    letter-spacing: 0em;
	}
}



.agileits-w3layouts-map iframe {
    width: 100%;
    height: 300px !important;
    border: none;
    border: 4px dotted #ff2722;
}

.logo2.wow.fadeInUp.animated {
    margin-left: 4em;
}

.header_agileinfo {
    padding: 0.1em 2em;
    background: #ff0802;
}
.w3_agileits_header_text {
    float: left;
    margin-top: 15px;
}
ul.top_agile_w3l_info_icons li {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
}
ul.top_agile_w3l_info_icons i {
    margin-right: 10px;
}
ul.top_agile_w3l_info_icons li {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
}
ul.top_agile_w3l_info_icons li.second {
    margin: 0em 2em;
}
ul.top_agile_w3l_info_icons li a {
    color: #fff;
}
ul.top_agile_w3l_info_icons i {
    margin-right: 10px;
}
.agileinfo_social_icons {
    float: right;
}

.agileinfo_social_icons ul li {
    float: left;
    list-style: none;
    padding: 10px;
}
.agileits_social_list img {

    /*! background: #fff; */
    /*! border-radius: 100%; */
    width: 76%;
    /*! height: 30px; */

    /*! padding: 7px 0 0 9px; */
    transition: .3s;
}

.agileits_social_list img:hover {
    /*! background: #fce11a; */
    /*! transition: .3s; */
    /*! color: #ff0802; */
}

.banner1 {
    background: url(../images/top-4.jpg) no-repeat 0px 0px;
        background-size: auto;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 350px;
}
.banner2 {
    background: url(../images/promotion.jpg) no-repeat 0px 0px;
        background-size: auto;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 480px;
}

.w3_agileits_service_banner_info h2 {
    text-align: center;
    font-size: 35px;
    color:#fff;
    padding-top: 4.8em; font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px; 
    font-weight: 700;
}

.w3_agileits_service_banner_info {
    margin-top: -20px;
}

.tittle2.wow2 {
    
    font-size: 2em;
    color: #333;
    padding-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: -33px;
}
.about_text_inner p {
    line-height: 1.5em;
    font-size: 1.5em !important;
    margin: 0.5em 0;
}
.about_text_inner span a {
    text-decoration: none;
    color: #ee2c2e;
}

.mask h4 {

    font-size: 24px;
    text-align: center;
    font-weight: 501;
    color: #fff;

    margin-bottom: 31px;
}

.mask {
    border: 1px solid #ddd;
    min-height: 343px;
    padding: 24px;
    /*! border-color: #e67817 #b3b3b3 #f0f0f0; */
    border-bottom: 5px solid #ec1c27;
}

.mask_hover1 {
    background: #cc0199;
	transition:.3s
}

.mask_hover2 {
    background: #54217e;
	transition:.3s
}
.mask_hover3 {
    background: #2578ba;
	transition:.3s
}
.mask_hover3:hover {
    background: #cc0199;
	transition:.3s
}
.mask_hover2:hover {
    background: #cc0199;
	transition:.3s
}
.mask_hover1:hover {
    background: #54217e;
	transition:.3s
}

element {
}
.promotion p {
    font-size: 25.5px;
    text-align: center;
    font-weight: 600;
    padding-top: 40px;
    color: #454545;
}
.promotion2 p {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding-top: 20px;
    color: #ec1c27;
}

.promotion_top p {

    text-align: center;
    font-size: 27px;
    font-weight: 600;
    background: #fce11a;
    padding: 20px 0px 20px 0px;
    color: #ff0802;
    margin-bottom: 2em;

    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.contact_inner p {

    font-size: 2.5em;
    padding-top: 46px;
    font-weight: 600;
    color: #333;

    text-align: center;
    padding-bottom: 11px;
}
.checked {
  color: orange;
}
.rating {
    padding-top: 7px;
    padding-bottom: 2px;
}

.menu_space {
    padding-top: 4em;
}




table {
    margin: 0 auto;
    width: 90%;
}
tr {
    border: 1px solid #a56b15;
    font-weight: bold;
    text-align: left;
}
th {
    background-color: #e26143;
    color: #fff;
    padding: 5px;
}
th {
    text-align: left;
}
td {
    border: 1px solid #ff0802;
    padding: 11px !important;
}
th {
    background-color: #ff0802;
    color: #fff;
    padding: 7px !important;
}

.title_page h2 {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    color: #333;
}

.pd{ padding:60px 0 0 0;}

.wt{ color:#fff; font-size:30px; text-align:left;}

.section-home{padding: 0px 0 60px 0;}

.section-home h4{font-size:20px;}

.section-home p{font-size:16px;}

.section-home strong {font-size:15px;}

h4.tittle, h4.single {
    font-size: 30px;
}



.group-image-gallery .image-content {
    margin-bottom: 40px; 
}

 .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover
   {background:none!important;}
   
   

   @media (min-width: 768px){
    .navbar-nav {
    float: right!important;
    margin: 0;
}




.pi-responsive-sm.pi-tabs-navigation, .pi-responsive-sm.pi-tabs-vertical .pi-tabs-navigation, .pi-responsive-sm.pi-tabs-vertical .pi-tabs-content {
    

}


.logo {
    float: left;
    position: absolute;
    margin-top:0px!important;
}

   }


@media screen and (min-device-width: 320px) and (max-device-width: 480px) { 


.navbar-collapse.in {
    overflow-y: hidden!important;
}

.logo {margin-top:10px!important;}



.callbacks_nav.next {
  left: auto;
    background-position: right top;
  left:84.5%!important;
 }

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    left: 84%;
}

.logo {
    float: left;
    position: absolute;
    margin-top: -31px; width:100%!important;
}

    
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background: #000;
}

ul.dropdown-menu li {
    margin: 0;
    width: 100%!important;
    text-align: left;
}


.navbar-nav {
float: left!important; text-align:left;
}


.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 15px;
	width:500px;
    color: #fff!important; text-align:left!important;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    WIDTH: 67%;
}

ul.dropdown-menu li a {
    color: #fff!important;
    padding:8PX 8PX 8PX 25px!IMPORTANT; font-size:13px;
    margin: 0 0 0 0; text-align:left;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    WIDTH: 60%!important;
}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: none;
    border-color: #1B242F;
    width: 60%!IMPORTANT;
}

.navbar-nav {
    float:left!important;
    margin: 0;
}


	

}

@media (min-width: 1200px){
.navbar-nav {
    float: right!important;
    
}

}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    
    text-align: right!important;
}



.slid {
    background: url(../images/b1.jpg)no-repeat center fixed;
    background-size: cover;
    min-height: 458px;
	position:relative;
	overflow:hidden;
}
.slid-text {
    padding: 2em;
    width: 50%;
    margin: 6em 0 5em;
    background: rgba(165, 28, 33, 0.76);
}

.slid h4 {
    font-size:25px;
	font-family: 'Roboto', sans-serif;

    color: yellow;
    font-weight: 300;
    margin-bottom: 0.8em;
}
.slid p {
    color: #fff;
    line-height: 2em;
    letter-spacing: 2px; line-height:27px;
	font-family: 'Roboto', sans-serif; font-size:15px;

}


.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
	font-family:'Roboto'; font-weight:400;
    color: #fff!important; text-align:left!important;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px!important;
    padding: 0px 0!important;
   
    
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #000!important;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    /* border-radius: 4px; */
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: red!important;
}


.dropdown-menu>li>a {color:#fff!important; padding:8px 15px 8px 15px!important; border-bottom:1px  solid #222;}

ul.dropdown-menu li {
    margin: 0; 
    padding: 0px 0!important;
}

.navbar-nav {display:inline-block!important;}



.navbar-inverse {
    background: None!important;
    border:None!important;
    border-color: none!important;
}




.navbar{margin-bottom:0px!important;}



ul.dropdown-menu{width:50%;}



.logo {
    float: left;
    position: absolute;
    margin-top: 11px;
}


.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover> {
    color: #fff;
    background-color: #080808;
}

.btn {
  border: none;
  outline: none;
  padding: 10px 16px;
   color: #fff;
   background-color: #080808;
  cursor: pointer;
  font-size: 18px;
}


.active1  {
  background-color: #ff0000;
  color: white; font-weight:bold; border-bottom:4px solid #c10000;
}

 .active .btn:hover {
  background-color: #222;
  color: white;
}

.pi-tab-pane>h1{margin-top:0px!important; padding: 0 0 5px 0px!important; font-size:30px!important;}

.h4{font-family: 'Roboto', sans-serif; font-size:20px!important; }

.pi-text-base{font-family: 'Roboto', sans-serif; font-size:18px!important; color:red; font-weight:600; }

.con-top ul li{ font-size:20px; color:#000;font-family: 'Roboto', sans-serif; line-height:45px;}
   




#countdown-container h3 {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
    padding-bottom: 3px;
    margin: 10px 0 3px 0;
    
}






@media (min-width: 768px)
{
.modal-dialog {
    width: 800px!important;
    margin: 0px auto;
}

}


.modal .modal-content {
    border-radius: 0;
    top: 60px!important;
}

.modal-header {
    padding: 15px;
    border-bottom: none!important;
}

.modal-header {
    padding: 0!important;
    
}

.modal-body img {
    padding: 0px!important;
    width: 100%;
}

.modal-body {
    position: relative;
    padding: 0px 15px 15px 15px!important;
	
}


.modal-header .close {
    margin: 2px 13px 0 0!important;
    opacity: 2.2!important;
}

.close{font-size:27px!important;
}


.modal-content{border-radius:0px!important;}

@media screen and (max-width: 600px)  { 
    
.slid-text {
    padding: 2em;
    width:100%!important;
    margin: 6em 0 5em;
    background: rgba(165, 28, 33, 0.76);
}
    
}
   

@media (min-width: 320px) and (max-width: 480px) {

	
	.start a {margin:0 0 10px 0;}
	
	.menu-description {
    float: left;
    width: 100%!important;
}
	
	
	} 


.chef{ font-size:20px; line-height:30px; text-align:left; padding:10px; color:#fff;}

.heading{font-size:30px; line-height:30px; text-align:left; padding:10px; color:#ff0802;}

.res {
    background: url(../images/bf.png) top fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: auto;
    text-align: center;
    padding: 80px 0 80px 0;
}

.gal-item {
    overflow: hidden;
    padding: 3px;
}

.box:hover img {
    transform: scale(1.1);
    transition-duration: 1000ms;
}

.pd{padding:50px 0;}




.navbar-default .navbar-nav > li > a.purchase {
    position: relative;
    color: #454545;
    background-color: #d2ae6d;
    border: 2px solid #f8bf2c;
    margin-left: 15px;
    margin-right: 15px;
    padding: 8px 20px;
    font-weight: 700!important;
    text-transform: none;
    webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    /* border-radius: 3px 3px; */
}

.navbar-fixed-top.opaque {
    background-color: rgba(17, 17, 17, 0.95)!important;
    transition: background-color 1s ease 0s;
}


.navbar-fixed-top {
    background-color: transparent!important;
    transition: background-color 1s ease 0s;
}





input.register-input {
    width: 100%;
    height: 52px;
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 20px;
    color: #999;
    border: 1px solid #e1e1e1;
    background-color: transparent;
    font-size: 14px;
}



select.register-input {
    width: 100%;
    height: 52px;
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 20px;
    color: #999;
    border: 1px solid #e8e8e8;
    background-color: transparent;
    font-size: 14px;
}


h2.section-title {
    color: #252525;
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 50px;
    margin: 0 0 20px 0;
}


span.comic-text {
    font-size: 40px;
    line-height: 60px;
    color: #e75b1e;
    font-family: 'Roboto', sans-serif;
}

.table-bot{margin:35px 0;}


.bot-m{padding:25px 0;}


.menu-description {
    float: left;
    width: 90%;
}


h2.menu-section-title {
    font-size: 28px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}


.menu-dot-line {
    border-bottom: 2px dotted #ed1c24;
    height: 22px;
    overflow: hidden;
    display: block;
}



.menu-list p.price {
    color: #ed1c24;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    display: inline-block;
    vertical-align: bottom;
    float: right;
    padding-top: 7px;
    padding-left: 12px;
    margin-bottom: 5px;
}



.menu-list {
    display: block;
    clear: both;
}


h2.menu-section-title::after {
    position: absolute;
    content: "";
    background-color: #f8c12c;
    height: 3px;
    width: 50px;
    bottom: -1px;
    left: 0;
}



.menu-list h5 {
    font-size: 18px;
    line-height: 22px;
    vertical-align: bottom;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    float: left;
    letter-spacing: 2px;
    max-width: 74%;
    padding-right: 12px;
    margin: 5px 0;
	
}



p.menu-ingredients {
    display: block;
    clear: both;
    width: 85%;
}


.pd-top{padding-top:50px;}