
body{
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	background: url('../images/1.png') repeat;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-- header-starts --*/
.header {
	padding:1.4em 0;
}
.logo {
	float:left;
	margin-top: 1em;
}
.header-right{
	float:right;
}
.social-icons {
	text-align:right;
	padding: 0px 45px;
    font-size: 17px;
}
.social-icons li {
	display: inline-block;
	vertical-align: middle;
	margin: 3px;
}
.social-icons i {
	width:30px;
	height:30px;
	background: url('../images/img-sprite.png') no-repeat 0px 0px;
	display:inline-block;
}
.social-icons i:hover {
	opacity:0.5;
}
i.facebook {
	background-position:0px 0px;
}
i.twitter{
	background-position:-30px 0px;
}
i.rss {
	background-position:-60px 0px;
}
/*--start-search--*/
.search {
	position: relative;
    padding: 5px 52px;
    width: 88%;
    border: 1px solid #a2cd48;
    float: right;
    /* background: white; */
	color: #006a77;
	border-radius: 8px;
	font-weight: 600px;
	
}
.search input[type="text"] {
	outline: none;
	color: #fff;
	background: none;
	font-size: 1em;
	border: none;
	width: 84.33%;
}
.search input[type="submit"] {
	background: url('../images/sprit-1.png') no-repeat 1px 1px;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	top: 0px;
	right: 0px;
	width: 32px;
	height: 32px;
}
/*--- slider-css --*/
.slider {
	position: relative;
}
.slider1 {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {

  }
.rslides li:first-child {

  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width:100%;
  border: 0;
  }
.caption1{
	position: absolute;
    top: 40px;
    left: 20%;
    text-align: center;
    z-index: 999;
    width: 51%;
}
.caption h2{
	color: #ffffff;
	line-height: 1.5em;
	font-size: 3.8em;
	text-align: center;
	text-transform: capitalize;
	font-weight: 300;
}
.caption1 h2{
	color: #ffffff;
	line-height: 1.5em;
	font-size: 3.3em;
	text-align: center;
	text-transform: capitalize;
	font-weight: 300;
}
.callbacks_tabs a:after {
	content: "\f111";
  	font-size: 0;
  	font-family: FontAwesome;
 	 visibility: visible;
 	 display: block;
  	height: 16px;
  	width: 16px;
  	display: inline-block;
 	 background: #c69c30;
 	 border: 3px solid #fff;
  	border-radius: 50%;
 }
.callbacks_here a:after{
	border: 3px solid #fff;
	background:#1d1d1d;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 10%;
	z-index: 999;
	left: 47%;
}
ul.callbacks_tabs.callbacks2_tabs {
	position: absolute;
	bottom: 10%;
	z-index: 999;
	left: 45%;
}
/*-- responsive-mediaquries --*/
@media(max-width:1024px){
	.resp-tabs-list {
		margin: 2em 0;
	}
	.caption {
		width: 63%;
		top: 31%;
		left: 19%;
	}
	.link-top {
		width: 92%;
		padding: 5.5em 0 0;
	}
}
@media(max-width:991px){
	
	.img-top {
		margin-bottom: 9px;
	}
	.link-top {
    width: 96%;
		padding: 4em 0 0;
	}
	.img-top {
		float: left;
		width: 25%;
		padding: 0 4px !important;
	}
}
@media(max-width:768px){
	.img-top {
		float: left;
		width: 25%;
		padding: 0 4px !important;
	}
	.img-top {
		margin-bottom: 9px;
	}
	.caption {
		width: 70%;
		top: 22%;
		left: 13%;
	}
	.link-top {
    width: 96%;
		padding: 4em 0 0;
	}
}
@media(max-width:640px){
	.caption {
		width: 70%;
		top: 12%;
		left: 13%;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
}
@media(max-width:480px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
@media(max-width:320px){
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
.main-content {
	background:#fff;
	padding:5px;
}
.top-menu ul li {
 	display: inline-block;
 	float: left;
	border-right:2px solid #c69c30;
	width: 20%;
	box-sizing:border-box;
	text-align: center;
}
.top-menu ul li:nth-child(5) {
	border-right:none;	
}
.menu-link a{
	width: 250px;
	text-align: left;
	
	}
.top-menu ul li a {
	color:#fff;
	font-size: 1.1em;
	padding:10px 20px;
	text-decoration: none;
	display:block;
}
.top-menu ul li a.active {
	background: #000;
}
.top-menu ul li a:hover {
	background: #000;

}
.top-menu {
	border: 3px solid #c69c30;
	border-radius: 9px;
}
/*--about--*/
.about{
padding:4% 0;
}
.about-device-info{
text-align:left;
}
.device-text p{
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8em;
  color: #777777;
}
.about-device img{
width:100%;
width: 100%;
       height: 23.2em;
    border-radius: 8px
}
.about-list{
margin-top:2em;
}
.about-list ul li{
display:block;
}
.about-list ul li {
list-style-type: none;
margin-bottom: 0.5em;
}
.about-list ul li a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 1.2em;
  font-weight: 400;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.about-list ul li a:hover{
	color:#c69c30;
}
.about-list ul li a span {
	background: url(../images/icons1.png) no-repeat;
	width: 20px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
}
.about-list ul li a span.abt1{
	background-position:-7px -12px;
}
.about-list ul li a span.abt2{
	background-position:-7px -37px;
}
.about-list ul li a span.abt3{
	background-position:-7px -69px;
}
.about-list ul li a span.abt4{
	background-position:-7px -97px;
}
/*-----*/
.service p {
	font-size:1em;
	font-weight:400;
	line-height:1.8em;
	color:#777777;
	width:70%;
	margin:0 auto;
}
.service {
	padding: 3em 0;
}
.service h4 {
	color: #1d1d1d;
	font-size: 2em;
	font-weight: 600;
}
.service h3 {
	color: #1d1d1d;
	font-size: 1.2em;
	font-weight: 400;
	margin:0.4em 0 1.5em 0;
	font-style:italic;
}
.service h3 span {
	color:#c69c30;
}
#flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	padding-right:30px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 45px;
	height: 45px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:10.4em;
}
.nbs-flexisel-nav-left {
	left:35.5em;
	background: url(../images/img-sprite.png) no-repeat -440px 0px;
}
.nbs-flexisel-nav-right {
	right:37em;
	  background: url(../images/img-sprite.png) no-repeat -47px -30px;
}
.offer{
	background:#fff;
	padding:0.8em;
	border-radius:6px;	
}
.special-offers-section-grids {
	  margin-left: 20px;
}
.offer-image{
	float:left;
	  width: 50%;
	margin-right: 3%;
}
.offer-text{
	float:left;
	width:46%;
	text-align: left;
	margin: 0.3em 0;
	position:relative;
}
.offer-text a {
	text-decoration:none;
}
.offer-text h4{
	color:#c69c30;
	font-weight:700;
	font-size:17px;
	margin-bottom:0.7em;
}
.offer-text p{
	  font-size: 1em;
	font-weight: 400;
	line-height: 1.7em;
	color: #777777;
	cursor:text;
}
.offer-text input[type="button"]{
	padding: 1em 0.8em;
	border:none;
	outline:none;
	border-radius:5px;
	color:#fff;
	background: #a2cd48;
    border: 1px solid #a2cd48;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	margin-top:1em;
}
.offer-text input[type="button"]:hover{
	background:#c69c30;
}
.m_3 {
	text-align: center;
	position: relative;
}
span.middle-dotted-line{
	height: 1px;
	width: 4em;
	display: block;
	background: #D8D5D5;
	position: absolute;
	left: 36.5em;
	bottom: -246px;
}
#flexiselDemo1, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:350px;
	max-height:500px;
}
.grid-flex{
	margin:10px 0 20px 0;
}
.nbs-flexisel-item a {
	color: #000;
	font-size:0.8125em;
}
.nbs-flexisel-item a:hover{
	color:#555;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left {
	left: 481px;
	  background: url(../images/img-sprite.png) no-repeat -4px -30px;
}
.special-offers-section-head h4 {
	color: #1d1d1d;
	margin-bottom:1.5em;
	  text-transform: capitalize;
	color: #1d1d1d;
	font-size: 2em;
	font-weight: 600;
}
.special-offers-section {
	background: #F1F1F1;
	padding: 4em 0 8em 0;
}
.span_bg {
	background:url('../images/tastebg.jpg') no-repeat 0px 0px;
	background-size:cover;
	min-height:400px;
}
display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../images/img-resources.png)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
}
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
	display: inline-block;
}
@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:14px;
  width:14px;
  display:inline-block;
	background: #ffffff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	background: #99cc33;	
}
.slider1 {
  background: url("../images/Picture17.png") no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 350px;
  padding: 5em 0 0 0;
}
/*-- Slider part Ends Here --*/
/*-- //slider --*/
.slider-info h3{
margin:0;
font-size:2.2em;
color:#ffffff;
text-align:center;
font-weight:600;
}
.border.a {
  margin-left: 452px;
}
.slider-text p{
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.8em;
  color: #fff;
  text-align:center;
  margin:2em 0 3em 0;
  font-family: Georgia;
}
.slider-text {
  width: 63%;
  margin:0 auto;
}
.slider-text a{
margin:0;
display: block;
color:#c69c30;
font-size:18px;
text-decoration:none;
text-align:center;
}
.slider-text a:hover {
	text-decoration:underline;
}
/*------------------ Slider Part starts Here----------*/
.main-map iframe {
	width: 100%;
	min-height: 400px;
	margin-bottom: -5px;
}
/*-- events --*/
.slider-bottom{
padding:3em 1em;
background:#fff;
}
.events-info h3{
  margin-bottom: 1em;
  color: #1d1d1d;
  font-size: 2em;
  font-weight: 600;
  text-transform:uppercase;
}
.events-info p{
 font-size: 1em;
  font-weight: 400;
  line-height: 1.8em;
  color: #777777;
  width: 70%;
  margin: 0 auto;
}
.event-grid h3 a{
color:#ffffff;
}
a.event-item {
margin:0;
padding: 10px 0;
color:#ffffff;
background:rebeccapurple;
font-size:1.5em;
text-align:center;
text-decoration:none;
display:block;
}
.event-grid h4{
margin:0;
color:#ffffff;
background:#f27242;
font-size:18px;
font-style:italic;
text-align:center;
padding: 14px 0 8px 0;
font-weight: 300;
}
.event-grid p{
text-align:center;
margin:0;
color:#ffffff;
background:#f27242;
font-size:16px;
font-weight: 300;
padding: 0 34px 14px 34px;
}
.event-grid {
	margin-top:3em;
}
.event-grid img{
width:100%;
height: 16em;
}
/*-- //events --*/
.footer {
	padding:3em 0;
	text-align:center;
}
.footer p {
	color:#fff;
	font-size:1.2em;
	font-weight:400;
}
.footer p a{
	color:#fff;
}
.daily{
		
	border:8px solid #fff;
	padding:3em 0;
}
.daily h3 {
	font-size: 1.75em;
  color: #fff;
  padding: 0em 0 1.5em 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.daily form input[type="text"] {
	padding: 0.9em 1em;
	background: white;
    color: #a2cd48;
    font-size: 1.1em;
    outline: none;
    border: none;
    width: 70%;
	float: right;
	border-radius: 8px;
	font-weight: 600;
}
.daily form input[type="submit"] {
	  display: block;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  background: #a2cd48;
  border: 1px solid #a2cd48;
  color: white;
  font-size: 14px;
  font-weight: bold;
  float: left;
  padding: 12px 36px;
  border-radius: 8px;
}
.daily form input[type="submit"]:hover{
	background: #c69c30;
}
/*--about--*/
.about-banner {
	background:url('../images/image.webp') no-repeat 0px 0px;
	background-size:cover;
	min-height: 239px;
	position:relative;
	border-radius: 8px;
}
#aboutbanner {
	background:url('../images/AboutUs-01.png') no-repeat 0px 0px;
	background-size:cover;
	min-height: 239px;
	position:relative;
	border-radius: 8px;
}
#aboutbanner2 {
	background:url('../images/Live.jpg') no-repeat 0px 0px;
	background-size:cover;
	min-height: 239px;
	position:relative;
	border-radius: 8px;
}
#aboutbanner3 {
	background:url('../images/Termss.jpg') no-repeat 0px 0px;
	background-size:cover;
	min-height: 239px;
	position:relative;
	border-radius: 8px;
}
#aboutbanner4 {
	background:url('../images/3_privacy-policy-1.jpg') no-repeat 0px 0px;
	background-size:cover;
	min-height: 239px;
	position:relative;
	border-radius: 8px;
}
#aboutbanner5 {
	background:url('../images/contact-banner.jpg') no-repeat 0px 0px;
	background-size:cover;
	min-height: 239px;
	position:relative;
	border-radius: 8px;
}


.navigation {
	width: 60%;
	margin: 0 auto;
}
.about {
	padding:0 0 1em;
}
.about-bottom {
	background: rgb(242, 242, 242);
	padding:3em 0;
}
.about-top {
	padding: 1.5em 0 4em 0;
}
.about-top h3{
	  color: #1d1d1d;
  font-size: 2em;
  font-weight: 600;
  margin-bottom:1em;
  padding-left:15px;
  text-transform:uppercase;
}
.top-about h5{
	font-size:1.5em;
	line-height:1.2em;
}
.top-about h5 a{
text-decoration: none;
  color: #c69c30;
  font-size: 1.1em;
  font-weight: 400;
  margin: 0em 0 1.5em 0;
  font-style: italic;
}
.top-about h5 a:hover{
	color:#000;
}
a.more{
	display: block;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
    background: #a2cd48;
    border: 1px solid #a2cd48;
    color: white;
    font-size: 14px;
    font-weight: bold;
	padding: 12px 15px;
    width: 124px;
    border-radius: 8px;
    margin-top: -20px;
}
a.more:hover{
	color:#fff;
	background:#c69c30;
  border: 2px solid #c69c30;
}
.top-about p{
	line-height:1.7em;
	margin:1.2em 0 3.5em;
	  font-size: 1em;
  font-weight: 400;
  line-height: 1.9em;
  color: #777777;
}
.left-sit h6{
	font-size:1.3em;
	line-height:1.3em;
}
.left-sit p{
	  margin: 0.5em 0 1em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.9em;
  color: #777777;	
}
.in-sed ,.left-sit{
	float:left;
}
.left-sit{
	width:80%;
}
span.in-sed{
	font-size: 1.8em;
	color: #fff;
	background:#1d1d1d;
	width: 45px;
	height: 45px;
	text-align: center;
	font-weight: 600;
	margin-right: 6%;
	padding-top: 5px;
	border-radius: 8px;
}
.left-sit h6 a{
	text-decoration:none;
	  text-decoration: none;
	  color: #c69c30;
	  font-size: 1em;
	  font-weight: 400;
	  margin: 0em 0 1.5em 0;
}
.left-sit h6 a:hover{
	color:#222;
}
.col-in-about{
	padding:1em 0 0;
}
.in-profile h4{
	  color: #1d1d1d;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 1em;
  padding-left: 15px;
  text-transform: uppercase;
}
/*----*/
.team-top {
	  margin-right: 3%;
  float: left;
  width: 31%;
}
.team-top:nth-child(3) {
	margin-right:0;
}
.team-top h6 {
	margin: 1em 0 0.2em;
	font-size: 1.3em;
	color: #c69c30;
	text-transform: uppercase;
	font-weight: 600;
}
.team-top p {
	  margin: 0.5em 0 20m;
	  font-size: 1em;
	  font-weight: 400;
	  line-height: 1.8em;
	  color: #777777;
}
/*--four--*/
.four{
	text-align:center;
	padding: 8em 0em 10em;
	min-height: 440px;
}
.four h1{
	font-size: 8em;
	color: #f39c12;
	font-weight: 600;
}
.four p{
	font-size:1.5em;
	color:#222;
	padding:0.7em 0 2em;
}

.device-text h3{
	font-size: 2em;
	font-weight: 600;
	color: #1d1d1d;
	padding: 0;
}
.events {
	padding: 0em 1em 3em 1em;
	background: #fff;
}
/*--portfolio--*/
.portfolio-section {
    padding: 3em 0 0 0;
    background: #fff;
}
.head-section h2{
	  color: #1d1d1d;
  font-size: 2em;
  font-weight: 600;
  text-align:center;
  margin-bottom:1.3em;
}
/******** SAP ************/
.sap_tabs{
	clear:both;
	padding: 0em 0 2em;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
text-align:center;
  list-style: none;
  margin: 3em 0;
}
.resp-tab-item{
	color:#222;
	font-size: 1.1em;
	font-weight:600;
	cursor: pointer;
	padding: 6px 25px ;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
	margin: 0 0.5em 0;
}
.resp-tab-active{
  text-shadow: none;
  color: #c69c30;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
	
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}

.img-top {
    margin-bottom: 20px;
}
.img-top {	
	  position: relative;
}
.img-top {
    padding: 0 10px !important;
}
.link-top{
	position: absolute;
 top: 0%;
  text-align: center;
  width: 93%;
  background: rgba(0, 0, 0, 0.49);
  height: 100%;
  padding: 6.5em 0 0;
  display: none;
}
 i.link {
  background: url(../images/e.png)no-repeat 0px 0px ;
  width: 37px;
  height: 37px;
  display: inline-block;
 
}
.img-top:hover .link-top{
	display: block;
}

/*-- //portfolio-page --*/

/*-- contact --*/
.contact {
	padding:3em 2em;
}
.contact h3{
	  color: #1d1d1d;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.3em;
  text-transform:uppercase;
  font-family: Georgia;
}
.map iframe {
	width: 100%;
	min-height: 380px;
	border: none;
}
.contact-form form input[type="text"] {
	width: 100%;
	color: #898888;
	outline: none;
	font-size: 15px;
	padding: .5em;
	margin-bottom:1em;
	border: solid 1px #a2cd48;
	-webkit-appearance: none;
	border-radius: 8px;
	font-family: Georgia;
}
.contact-form form textarea {
	resize: none;
	width: 100%;
	color: #898888;
	font-size: 15px;
	outline: none;
	padding: .5em;
	border: solid 1px #a2cd48;
	min-height: 150px;
	-webkit-appearance: none;
	border-radius: 8px;
}
.contact-form form input[type="submit"] {
	border: none;
	outline: none;
	color: #fff;
	background: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: .6em 0;
	padding: 8px 24px;
	-webkit-appearance: none;
	background: #a2cd48;
	border-radius: 8px;
	font-family: Georgia;
}
.contact-form form input[type="submit"]:hover{
	color: #fff;
	background:#c69c30;
	padding:8px 15px;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
.contact-info h3{
	  color: #1d1d1d;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
  font-family: Georgia;
}
.map {
	margin-bottom: 3em;
}
.contact-info p{
	  font-size: 1em;
  font-weight: 400;
  line-height: 1.8em;
  color: #777777;
}
.contact-info h6{
	color: #1E1E1E;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0.5em 0;
}
.contact-infot span {
	display: block;
}
.contact-info span{
	display:block;
}
/*-- menu --*/
.menu-info h3{
  color: #1d1d1d;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.3em;
  text-transform:uppercase;
}
.menu{
padding: 3em 0;
}
.menu-grid a img{
width:100%;
}
.caption{
  background: url("../images/16.png") no-repeat -12px 0px;
  position: absolute;
  width: 100%;
  height: 67%;
  bottom: 0%;
}
.caption p{
font-size:36px;
margin: 80px 18px 0 0;
text-align: right;
color:#ffffff;
}
.menu-grid{
width:31.5%;
float:left;
margin: 0 30px 30px 0;
position:relative;
}
.menu-grid:nth-child(3) {
  margin-right: 0;
}
.menu-grid:nth-child(6) {
  margin-right: 0;
   margin-bottom: 0;
}
.menu-grid:nth-child(4) {
   margin-bottom: 0;
}
.menu-grid:nth-child(5) {
   margin-bottom: 0;
}
.menu-grids {
  margin-top: 40px;
}
/*-- //menu --*/
/*--single--*/
.single{
	padding: 3em 2em;
}
.table-form form input[type="text"]{
	border: 1px solid rgba(192, 192, 192, 0.61);
    outline: none;
    padding: 12px;
    color: #777777;
    overflow: hidden;
    width: 30%;
    border-radius: 8px;
    display: block;
    font-family: Georgia;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-appearance: none;
}
.table-form textarea{
	padding: 8px;
	outline:none;
	color: #333333;
	border: 1px solid rgba(192, 192, 192, 0.61);
	width:60%;
	height:180px;
	resize: none;
	border-radius: 8px;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-appearance: none;
}
.table-form input[type="submit"]{
	outline:none;
	cursor:pointer;
	border:none;
   margin:0.5em 0 ;
   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: 0.4em 1em;
	font-family: Georgia;
	font-size: 1em;
	background: #a2cd48;
    border: 1px solid #a2cd48;
    color: white;
	padding: 0.4em 1em;	
}
.table-form input[type="submit"]:hover{
	color: #fff;
  background: #c69c30;
  border: 2px solid #c69c30;
}
.table-form span{
	display: block;
	margin: 0.4em 0 0.5em;
	color:#222;
	font-size:1.2em;
}
.table-form div{
	margin:0.5em 0;
}
.leave-comment h3{
	padding: 0.5em 0;
	  color: #1d1d1d;
  font-size: 2em;
  font-weight: 600;
  font-family: Georgia;
}
ul.links{
	padding:8px 0px;	
	border-top: 1px solid rgba(120, 124, 127, 0.4);
	margin: 4em 0 0px 0;
}
ul.links li.last{
	float:right;
}
ul.links_middle{
	border-bottom:1px solid rgba(120, 124, 127, 0.4);
	border-top: 1px solid rgba(120, 124, 127, 0.4);
	margin:0;
}
ul.links_bottom{
	border-bottom:1px solid rgba(120, 124, 127, 0.4);
	margin:0;
	border-top:none;
}
ul.links li{
	display: inline-block;
	margin-right:25px;
}
span.icon_text {
	vertical-align: middle;
	font-size: 13px;
	font-family: Georgia;
	color:#777777;
}
ul.links li i {
	width:20px;
	height:20px;
	display:inline-block;
	background:url("../images/img-sprite.png") no-repeat;
	vertical-align:middle;
	margin-right:5px;
}
ul.links li i.date {
	background-position:-1px -81px;
}
ul.links li i.admin {
	background-position: -26px -81px;
}
ul.links li i.permalink {
	background-position:-70px -81px;
}
ul.links li i.title-icon {
	background-position:-48px -81px;
}
ul.links li i.tags {
	background-position:-94px -81px;
}
.sed-in h4{
	font-size: 1.5em;
	color: #c69c30;
	font-weight: 600;
}
.sed-in p,p.at-in{
	padding-top:8px;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.9em;
	color: #777777;
}
.blog-top-in {
	padding-top: 2em;
}
.top-blog {
	padding: 0 10px 0 0px;
}
.single-profile h4 {
	color: #1d1d1d;
	font-size: 2em;
	font-weight: 600;
	font-family: Georgia;
}
.single-left {
	padding: 2em 0 0;
}
.post-top {
	padding: 0 1.2em 0 0em;
}
.single-profile {
	padding: 3em 0;
}
.post-top h6 {
	font-size: 1.5em;
	color: #222;
	padding:0.3em 0;
}
.post-top p{
	line-height:1.7em;
	font-size: 1em;
  font-weight: 400;
  color: #777777;
}
/*----*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	text-indent: 100%;
	background: url(../images/up-arrow.png) no-repeat 0px 0px;
}
/*-- responsive-design starts-here --*/

@media screen and (max-width: 1280px) {
	.about-banner {
		min-height: 130px;
		padding: 3.2em 0 0 0;
	}
	.about-top {
		padding: 2em 0 4em 0;
	}
}
@media screen and (max-width: 1024px) {
	.main-map iframe {
		min-height: 350px;
	}
	.events-info p {
		width: 85%;
	}
	.daily h3 {
		font-size: 1.6em;
	}
	.events-info h3 {
		margin-bottom: 0.7em;
		font-size: 1.85em;
	}
	.slider-bottom {
		padding: 2em 0em 3em 0;
	}
	.footer {
		padding: 2.5em 0;
	}	
	a.event-item {
		padding: 8px 0;
		font-size: 1.35em;
	}
	.daily form input[type="text"] {
		font-size: 1em;
		width: 76%;
	}	
	.daily form input[type="submit"] {
		padding: 10px 36px;
	}
	.slider-text {
		width: 75%;
	}
	.slider1 {
		min-height: 310px;
	}
	.slider-text p {
		margin: 1.8em 0 2em 0;
	}
	.service p {
		width: 80%;
	}
	.device-text h3 {
		margin-bottom: 7px;
		  font-size: 1.8em;
	}
	.about-list ul li {
		margin-bottom: 0.7em;
	}
	.about-list ul li a {
		font-size: 1.1em;
	}
	.top-menu ul li a {
		font-size: 1em;
		padding: 10px 0px;
	}
	.offer-text p {
		font-size: 13px;
		height:70px;
		overflow:hidden;
	}
	.offer-text h4 {
		font-size: 14px;
		margin-bottom: 0.5em;
	}
	.offer-text input[type="button"] {
		padding: 1em;
		font-size: 13px;
		margin-top: 0.5em;
	}
	.special-offers-section {
		padding: 3em 0 7em 0;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		margin-top: 9.4em;
	}
	.nbs-flexisel-item {
		padding-right: 15px;
	}
	.nbs-flexisel-nav-right {
		right: 29em;
	}
	.nbs-flexisel-nav-left {
		left: 396px;
	}
	span.middle-dotted-line {
		left: 30.5em;
		bottom: -219px;
	}

	.in-profile {
		width:100%;
		margin-bottom:2em;
	}
	.left-sit {
		width: 100%;
	}
	.col-in-about {
		padding: 0;
		width: 33.333%;
		float: left;
	}
	.in-profile h4 {
		font-size: 1.85em;
		margin-bottom: 1em;
		padding-left: 0;
	}
	.team-top {
		margin-right: 4%;
		width: 30%;
	}
	span.in-sed {
		margin:0 0 0.7em 0;
		font-size: 1.5em;
		width: 40px;
		height: 40px;
	}
	.top-about {
		padding: 0 0 0 7px;
	}
	.top-about h5 a {
		font-size: 0.95em;
	}
	.top-about p {
		margin: 1em 0 2em;
		font-size: 1em;
		height: 155px;
		overflow: hidden;
	}
	.map iframe {
		min-height: 330px;	
	}
	.contact-info h3 {
		font-size: 1.8em;
		margin-bottom: 0.5em;
	}
	.sed-in p {
		height: 194px;
		overflow: hidden;
	}
	p.at-in{
		height:112px;
	}
	.blog-top-in {
		padding-top: 1em;
	}
	.single-profile h4 {
		font-size: 1.8em;
	}
	.single-left {
		padding: 1.5em 0 0;
	}
	.table-form form input[type="text"] {
		padding: 10px;
		width: 34%;
	}
	.resp-tabs-list {
		margin: 2em 0;
	}
	.caption {
		width: 63%;
		top: 31%;
		left: 19%;
	}
	.link-top {
		width: 92%;
		padding: 5.5em 0 0;
	}
}
@media screen and (max-width: 991px) {
	.navigation {
		width: 70%;
	}
	.img-top {
		margin-bottom: 9px;
	}
	.link-top {
    width: 96%;
		padding: 4em 0 0;
	}
	.img-top {
		float: left;
		width: 25%;
		padding: 0 4px !important;
	}
	.caption1 {
		left: 15%;
		width: 70%;
	}
}	
@media screen and (max-width: 768px) {
	.about-banner {
		padding: 2.2em 0 0 0;
	}
	.service p {
		width: 96%;
	}
	.top-menu ul li a {
		font-size: 0.95em;
		padding: 8px 0px;
	}
	.service h4 {
		font-size: 1.8em;
	}
	.service h3 {
		font-size: 1.1em;
		margin: 0.4em 0 1.2em 0;
	}
	.service {
		padding: 2.5em 0 1em 0;
	}
	.about-device img {
		width: 80%;
		margin-bottom:2em;
	}
	.offer-text p {
		height: 78px;
	}
	.about-top {
		padding: 2em 0 1em 0;
	}
	.special-offers-section-head h4 {
		margin-bottom: 1em;
		font-size: 1.8em;
	}
	.nbs-flexisel-nav-left {
		left: 280px;
	}
	.nbs-flexisel-nav-right {
		right: 21em;
	}
	
	span.middle-dotted-line {
		left: 22.5em;
		bottom: -231px;
	}
	.main-map iframe {
		min-height: 300px;
	}
	.slider-info h3 {
		font-size: 2em;
	}
	.slider-text p {
		margin: 1.5em 0 1.8em 0;
	}
	.slider-text {
		width: 85%;
	}
	.slider1 {
		min-height: 280px;
		padding: 4em 0 0 0;
	}
	.daily h3 {
		font-size: 1.4em;
	}
	.daily form input[type="text"] {
		font-size: 1em;
		width: 85%;
	}
	.text-field-email{
		width:70%;
		float:left;
	}
	.button1 {
		width:30%;
		float:left;
		padding:0;
	}
	.daily form input[type="submit"] {
		padding: 9px 30px;
	}
	.events-info p {
		width: 95%;
	}
	.event-grid {
		margin-top: 2.5em;
		width: 50%;
		float: left;
		padding:0 10px;
	}
	.about-top h3 {
		font-size: 1.8em;
	}
	.about-in {
		width: 40%;
		float: left;
	}
	.top-about {
		width: 60%;
		float: left;
		margin-bottom:2em;
	}
	.top-about h5 {
		height: 52px;
		overflow: hidden;
	}
	.top-about p {
		height: 128px;
	}
	.col-in-about {
		padding-right: 15px;
	}
	.events-info h3 {
		margin-bottom: 0.6em;
		font-size: 1.8em;
	}
	.head-section h2 {
		font-size: 1.8em;
		margin-bottom: 1em;
	}
	#filters li span {
		font-size: 1em;
	}  
	div#portfoliolist {
		min-height: 454px;
	}
	.portfolio-section {
		padding: 2.5em 0 0 0;
	}
	.contact-form {
		padding: 0;
	}
	.contact-info {
		padding: 0;
		margin-top:1.5em;
	}
	.map iframe {
		min-height: 300px;
	}
	.contact h3 {
		font-size: 1.8em;
		margin-bottom: 1em;
	}
	.single {
		padding: 2em 1em;
	}
	.post-top {
		padding: 0 0.8em 0 0em;
		width: 25%;
		float: left;
	}
	p.at-in {
		display:none;
	}
	.leave-comment h3 {
		padding: 0 0 0.5em 0;
		font-size: 1.8em;
		font-weight: 600;
	}
	.sed-in {
		padding:0;
		margin-top:1.5em;
	}
	ul.links {
		margin: 3em 0 0px 0;
	}
	ul.links_middle{
		margin:0;
	}
	.top-blog {
		width: 75%;
	}
	.top-blog img {
		width:100%;
	}
	.header {
		padding: 1em 0;
	}
	.logo img {
		width: 100%;
	}
	.logo {
		width: 18.5%;
	}
	.resp-tab-item {
		padding: 6px 9px;
	}
	.caption1 {
		top: 30px;
	}
}
@media screen and (max-width: 640px) {
	.offer-text p {
		height: 66px;
	}
	.top-menu ul li a {
		padding: 7px 0px;
		font-size: 0.9em;
	}
	.callbacks_tabs a:after {
		height: 12px;
		width: 12px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		left: 46%;
	}
	.service h4 {
		font-size: 1.6em;
	}
	.service h3 {
		font-size: 1em;
		margin: 0.4em 0 1em 0;
	}
	.service p {
		height:95px;
		overflow:hidden;
	}
	.about-top h3 {
		font-size: 1.6em;
	}
	.special-offers-section {
		padding: 2em 0 6em 0;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		margin-top: 8.2em;
	}
	.nbs-flexisel-nav-right {
		right: 17em;
	}
	.nbs-flexisel-nav-left {
		left: 222px;
	}
	span.middle-dotted-line {
		left: 18.5em;
		bottom: -217px;
	}
	.slider-info h3 {
		font-size: 1.8em;
	}
	.slider1 {
		min-height: 230px;
		padding: 3em 0 0 0;
	}
	.slider-text p {
		margin: 1em 0 1.5em 0;
		height:50px;
		overflow:hidden;
	}
	.footer p {
		font-size: 1em;
	}
	.footer {
		padding: 2em 0;
	}
	a.event-item {
		padding: 6px 0;
		font-size: 1.2em;
	}
	.events-info h3 {
		margin-bottom: 0.5em;
		font-size: 1.6em;
	}
	.events-info p {
		height:50px;
		overflow:hidden;
	}
	.event-grid {
		margin-top: 1.8em;
		padding: 0 8px;
	}
	.slider-bottom {
		padding: 1.5em 0em 2em 0;
	}
	.daily {
		border: 6px solid #fff;
		padding: 2.2em 0;
	}
	.daily h3 {
		font-size: 1.3em;
		padding-bottom: 17px;
	}
	.daily form input[type="text"] {
		font-size: 0.95em;
		width: 91%;
		padding: 0.8em;
	}
	.daily form input[type="submit"] {
		padding: 8px 28px;
		font-size: 13px;
	}
	.main-map iframe {
		min-height: 230px;
	}
	.about-banner {
		min-height: 100px;
		padding: 2.2em 0 0 0;	
	}	
	.navigation {
		width: 69.5%;
	}
	.top-about {
		padding: 0 0 0 0px;
	}
	.top-about h5 {
		height: 25px;
	}
	.top-about p {
		height: 104px;
		margin: 0.5em 0 1.8em;
	}	
	.in-profile h4 {
		font-size: 1.7em;
		margin-bottom: 0.8em;
	}	
	.about-bottom {
		padding: 2.5em 0;
	}
	#portfoliolist .portfolio {
		width: 33.333%;
	}
	.contact {
		padding: 2.5em 1em;
	}
	.contact h3 {
		font-size: 1.6em;
		margin-bottom: 0.8em;
	}
	.map iframe {
		min-height:250px;
	}
	.logo img {
		width: 100%;
	}
	.logo {
		width: 18%;
		margin-top:0;
	}
	.social-icons {
		display: none;
	}
	.header {
		padding: 1.3em 0;
	}
	.search {
		padding: 3px 6px;
		margin-top: 8px;
	}
	.link-top {
		width: 95%;
		padding: 3em 0 0;
	}
	.resp-tab-item {
    padding: 6px 3px;
	}
}
@media screen and (max-width: 600px) {
	.caption1 {
		left: 10%;
		width: 80%;
	}
}
@media screen and (max-width: 480px) {
	.daily h3 {
		font-size: 1.1em;
	}
	.caption1 {
		left: 5%;
		width: 90%;
		top: 20px;
	}
	.about-banner {
		min-height: 185px;
	}
	.top-menu ul li a {
		padding: 6px 0px;
		font-size: 0.875em;
	}
	.service {
		padding: 2em 0 1em 0;
	}
	.service h4 {
		font-size: 1.5em;
	}
	.service h3 {
		font-size: 0.95em;
		margin: 0.4em 0 0.9em 0;
	}
	.service p {
		height: 70px;
	}	
	.about-top {
		padding: 1.5em 0 1em 0;
	}
	.about-top h3 {
		font-size: 1.5em;
	}
	.offer-image {
		width: 43%;
	}
	.offer-text p {
		height: 74px;
	}
	.offer-text p {
		font-size: 14px;
	}
	.offer-text h4 {
		font-size: 16px;
		line-height: 1.4em;
	}
	.nbs-flexisel-nav-right {
		right: 12em;
	}
	.nbs-flexisel-nav-left {
		left: 130px;
	}
	span.middle-dotted-line {
		left: 11.5em;
		bottom: -234px;
	}
	.slider-text p {
		margin: 0.8em 0 1em 0;
		line-height: 1.45em;
		height:45px;
	}
	.slider1 {
		min-height: 200px;
		padding: 2.5em 0 0 0;
	}
	.main-map iframe {
		min-height: 200px;
	}
	.text-field-email {
		width: 65%;
	}
	.daily form input[type="submit"] {
		padding: 7px 22px;
		font-size: 12px;
	}
	.daily form input[type="text"] {
		width: 94%;
		padding: 0.65em 0.8em;
	}
	.navigation {
		width: 89.5%;
	}
	.main-content {
		padding: 4px;
	}
	.col-in-about {
		width:100%;
	}
	.left-sit {
		width: 83%;
	}
	span.in-sed {
		margin: 0 18px 0em 0;
		font-size: 1.4em;
		width: 35px;
		height: 40px;
	}
	.about-top h3 {
		font-size: 1.4em;
		margin-bottom: 0.7em;
	}
	a.more {
		font-size: 0.95em;
		border: 1px solid #1d1d1d;
		padding: 0.35em 0.5em;
	}
	.top-about p {
		margin: 0.5em 0 1.2em;
	}
	.events-info h3 {
		margin-bottom: 0.35em;
		font-size: 1.5em;
	}
	.head-section h2 {
		font-size: 1.7em;
		margin-bottom: 0.8em;
	}
	#filters li {
		padding: 0 0.4em;
	}
	#filters li span {
		font-size: 0.95em;
	}
	.map iframe {
		min-height: 220px;
	}
	.slider-bottom {
		padding: 2em 0em 2em 0;
	}
	.portfolio-section {
		padding: 2em 0 0 0;
	}
	.contact {
		padding: 2em 1em;
	}
	.post-top {
		width: 50%;
		margin-top:1em;
	}
	.table-form form input[type="text"] {
		padding: 9px;
		width: 55%;
	}
	.table-form textarea{
		width:90%;
	}
	.top-blog {
		width: 85%;
	}
	ul.links li {
		margin-right: 15px;
	}
	.single-profile h4 {
		font-size: 1.6em;
	}
	.single-left {
		padding: 0.5em 0 0;
	}
	.social-icons li {
		margin: 3px 0;
	}
	.search {
		padding: 2px 5px;
		margin-top: 5px;
		width: 95%;
	}
	.search input[type="submit"] {
		background: url('../images/sprit-1.png') no-repeat 1px 0px;
		top: -2px;
		right: -2px;
		height: 29px;
	}	
	.logo {
		width: 20%;
	}	
	.header {
		padding: 1.1em 0;
	}
	i.link {
    background: url(../images/e.png)no-repeat 0px 0px;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 100% !important;
	}
	.link-top {
    width: 93%;
    padding: 2.5em 0 0;
	}
}
@media screen and (max-width: 414px) {
	.resp-tab-item {
		color: #222;
		font-size: .875em;
		}
	.resp-tab-item {
		padding: 0px 0px;
	}
	.img-top {
		float: left;
		width: 33.3333%;
		padding: 0 4px !important;
	}
	.top-menu{
		float:none;
		width: 100%;
	}
	.top-menu ul li{
		display:block;
		float:none;
		padding: 6px 0;
		width: 100%;
	}
	.top-menu ul li a{
		text-align: center;
		padding: 0.7em 0;
	}
	.top-menu span.menu{
		display: block;
		width: 100%;
		text-align: center;
		position:relative;
		margin: 0 auto;
	}
	span.menu:before {
		content: url(../images/nav.png);
		cursor: pointer;
		width: 100%;
	}
	.top-menu {
		float: none;
		border:none;
		width: 100%;
	}
	.top-menu  ul{
		display:none;
	}
	.top-menu  ul li {
		display:block;
		float:none;
		border-right:none;
	}
	.top-menu  span.menu{
		display:block;
	}
	.top-menu  ul{
		padding:  0;
		z-index: 999;
		position: absolute;
		width: 100%;
		background:rgba(9, 11, 4, 0.83);
		text-align: center;
	}
	.navigation ul {
		width: 100%;
		z-index:9999;
	}
	.top-menu ul li a {
		font-size: 0.875em;
		padding: 0.5em 0;
		width:100%;
		display:block;
	}
	.menu {
		padding:0;
	}
	.caption1 {
		left: 0;
		top: 5%;
		width: 100%;
	}
	.top-menu ul li {
		padding:0 0;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		left: 41%;
	}
	.rslides img {
		min-height: 210px;
	}
}
@media screen and (max-width: 320px) {
	.event-grid{
		width:100%;
		margin-top: 1.5em;
	}
	#portfoliolist .portfolio {
		width: 50%;
	}
	.service {
		padding: 1.5em 0 0.5em 0;
	}
	.about-device img {
		width: 100%;
		margin-bottom: 1em;
	}
	.service p {
		height: 98px;
		width: 100%;
	}
	.about-device {
		padding: 0 5px;
	}
	.about-list ul li a span {
		margin-right: 5px;
	}
	.about-device-info {
		padding: 0 10px;
	}
	.about-top h3 {
		font-size: 1.15em;
		margin-bottom: 0.5em;
	}
	.about-list ul li a {
		height: 24px;
		overflow: hidden;
		display: block;
	}
	.about {
		padding: 0 0 0em;
	}
	.offer {
		padding: 0.4em;
		border-radius: 6px;
	}
	.footer p {
		line-height:1.7em;
		  font-size: 0.9em;
	}
	.footer {
		padding: 1.5em 0;
	}
	.daily h3 {
		font-size: 1.0em;
		line-height:1.7em;
	}
	.daily {
		border: 3px solid #fff;
		padding: 1.7em 0 2em 0;
	}
	.daily form input[type="text"] {
		width: 100%;
		padding: 0.6em 0.8em;
	}	
	.daily form input[type="submit"] {
		padding: 7px 11px;
		font-size: 11px;
	}
	.slider-text a {
		font-size: 15px;
	}
	.slider-info h3 {
		font-size: 1.6em;
	}
	.slider-text p {
		margin: 0.8em 0 1em 0;
		line-height: 1.4em;
		height: 40px;
		font-size:1em;
	}
	.slider1 {
		min-height: 180px;
	}
	.offer-text h4 {
		font-size: 14px;
		line-height: 1.3em;
		height: 16px;
		overflow:hidden;
	}
	.offer-text p {
		font-size: 13px;
		height: 40px;
	}
	.offer-text {
		width: 53%;
		margin-left:1%;
	}
	.nbs-flexisel-nav-right {
		right: 6em;
	}
	.nbs-flexisel-nav-left {
		left: 73px;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		margin-top: 6.5em;
	}
	span.middle-dotted-line {
		left: 7.5em;
		bottom: -151px;
	}	
	.special-offers-section {
		padding: 1.5em 0 5em 0;
	}
	.left-sit {
		width: 81%;
	}
	span.in-sed {
		margin: 0 10px 0em 0;
		font-size: 1.3em;
		width: 30px;
		height: 35px;
	}
	.team-top {
		margin-right: 0;
		width: 100%;
		margin-bottom: 2em;
	}
	.events {
		padding: 0.5em 0em 2em 0.5em;
	}
	.about-bottom {
		padding: 2.5em 0 0.5em 0;
	}
	.about-in {
		width: 75%;
		margin-bottom:1.5em;
		padding:0 0 0 10px;
	}
	.top-about {
		padding: 0 0 0 10px;
		width: 100%;
	}
	#filters li {
		padding: 0 0.4em;
		width: 100%;
		margin:5px 0;
	}
	.contact {
		padding: 1.5em 0.5em;
	}
	.contact h3 {
		font-size: 1.45em;
		margin-bottom: 0.5em;
	}
	.contact-info h6 {
		font-size: 14px;
		line-height: 1.6em;
	}
	.map {
		margin-bottom: 2em;
	}
	.map iframe {
		min-height: 200px;
	}
	.events-info p {
		height: 44px;
		line-height: 1.5em;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		display: none;
	}
	.table-form textarea {
		width: 100%;
		height:130px;
	}
	.table-form form input[type="text"] {
		padding: 8px;
		width: 100%;
	}
	.post-top {
		width: 100%;
		margin-top: 1.3em;
	}
	.table-form span {
		margin: 0.4em 0 0.3em;
		font-size: 1.1em;
	}
	.post-top h6 {
		font-size: 1.4em;
		padding: 0.3em 0 2px 0;
	}
	.sed-in h4 {
		font-size: 1.3em;
		height:40px;
		overflow:hidden;
	}
	ul.links li.last {
		float: none;
		margin-top:5px;
	}
	.top-menu{
		float:none;
		width: 100%;
	}
	.top-menu ul li{
		display:block;
		float:none;
		padding: 0px 0;
		width: 100%;
	}
	.top-menu ul li a{
		text-align: center;
		padding: 0.7em 0;
	}
	.top-menu span.menu{
		display: block;
		width: 100%;
		text-align: center;
		position:relative;
		margin: 0 auto;
	}
	span.menu:before {
		content: url(../images/nav.png);
		cursor: pointer;
		width: 100%;
	}
	.top-menu {
		float: none;
		border:none;
		width: 100%;
	}
	.top-menu  ul{
		display:none;
	}
	.top-menu  ul li {
		display:block;
		float:none;
		border-right:none;
	}
	.top-menu  span.menu{
		display:block;
	}
	.top-menu  ul{
		padding:  0;
		z-index: 999;
		position: absolute;
		width: 100%;
		background:rgba(9, 11, 4, 0.83);
		text-align: center;
	}
	.navigation ul {
		width: 100%;
		z-index:9999;
	}
	.top-menu ul li a {
		font-size: 0.875em;
		padding: 0.5em 0;
		width:100%;
		display:block;
	}
	.caption1 {
		width:100%;
		left:0;
		top:5%;
	}
	.menu {
		padding:0;
	}
	.rslides img {
		min-height: 190px;
	}
	.about-banner {
		padding: 1em 0 0 0;
		  min-height: 190px;
	}
	.navigation {
		width: 100%;
	}
	.logo {
		margin-top:0;
	}
	.social-icons i {
		width: 25px;
		height: 25px;
		background-size: 100px;
	}
	i.facebook {
		background-position: -1px 0px;
	}
	i.rss {
		background-position: -53px 0px;
	}
	.social-icons {
		margin-top: 6px;
	}
	.logo {
		width: 32%;
	}	
	.search {
		padding: 1px 4px;
		margin-top: 7px;
		width: 80%;
	}
	.navigation ul,.top-menu ul{
		z-index:9999;
	}
		.resp-tab-item {
		margin: 0 0.2em 0;
	}
	.resp-tabs-list {
    margin: 1.5em 0;
	}
	.img-top {
		float: left;
		width: 50%;
	}
	.link-top {
		width: 94%;
		padding: 3em 0 0;
	}
}

#headrer{
	margin-top: 20px;
    text-align: center;
	}

	
	#headrer li{
		display: inline-flex;
		list-style-type: none; 
		margin-left:10px;
		font-size:25px;
		}
	#idii1 {
		color: #3b5998;
		font-weight: 600;
		list-style-type: none;
	}
	
	#idii2 {
		color: #38A1F3;
		font-weight: 600;
	}
	
	#idii3 {
		color: #DB4437;
		font-weight: 600;
	}
	
	#idii4 {
		color: #C13584;
		font-weight: 600;
	
	}

	#inspiration{
		color: #a2cd48;
		font-weight: 700;
	}
	#inspiration1{
		margin-top: -30px;
		text-align: center;
		color: white;
		font-weight: 600;
	}
	.seasonal{
		font-size: 37px;
    color: #333333;
    line-height: 36px;
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    margin: 0;
    padding: 0;
	letter-spacing: 0;
	text-align: center;
	font-family: georgia;
	}
	#seasonal{
		font-size: 22px;
    color:black;
    line-height: 36px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    margin-top: -10px;
    margin: 0;
    padding: 0;
	letter-spacing: 0;
	text-align: center;
	font-family: georgia;
	}
	#seasonal1{
		font-size: 20px;
    color:#a2cd48;
    line-height: 36px;
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
  
    margin: 0;
    padding: 0;
	letter-spacing: 0;
	text-align: center;
	font-family: georgia;
	}
#Juicy{
	font-size: 14px;
    line-height: 1.5;
    
    letter-spacing: 0.5;
	padding: 15px 0px;
    text-align: justify;
    font-family: Georgia;
}
#Juicy10{
	font-size: 17px;
    line-height: 1.5;
    
    letter-spacing: 0.5;
	padding: 15px 0px;
    text-align: justify;
    font-family: Georgia;
}
#Juicy2{
	font-size: 14.5px;
    line-height: 1.7;
    
    letter-spacing: 0.5;
	padding: 6px 0px;
    text-align: justify;
	font-family: Georgia;
	text-align: justify;
	color:#777777;

}
#Juicy3{
	font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.6;
    letter-spacing: 0.5;
	padding: 6px 0px;
    text-align: justify;
	font-family: Georgia;
	text-align: center;
	color:goldenrod;

}
#special{
	font-size: 16px;
    line-height: 20px;
    text-align: justify;
	font-family: Georgia;
	font-weight: 500;	
}
#delay1{
	border-radius: 8px; 
	margin-top: 37px;
}
.img-responsive1{
	width:auto;
	height:5px;
	border-radius: 8px;

}
.img-responsive5{
	width:100%;
	height: 360px;
	border-radius: 8px;
}
.rowmethod{
	margin-top: 10em;
}
#privacy{
	font-size: 25px;
    
	
    text-align: center;
    font-family: Georgia;
}	
#indroction{
	font-size: 20px;
    color:black;
   font-family: Georgia;
}
#Juicy6{
	font-size: 14px;
    line-height: 1.6;
    
	padding: 15px 0px;
    text-align: justify;
    font-family: Georgia;
}
#webdev{
    color: #FFF;
    font-family: Georgia;
    line-height: 2.4;
	font-size: 17px;
	text-align: left;
}
#unique{
	color: #e4a210;  
	font-family: Georgia;
   }
   #stylee{
	color: white;
	font-family: Georgia;
	font-size: 17px;
}
#menu{
	color:white;
	margin-left:-4em;
}
.dropdown-item{
	margin-right: 7em;
}

#foodshop
{
	padding-right: 11.8px;
}

#food{
	padding-right: 27px;
}
.dropdown-menu{
	position: absolute;
    transform: translate3d(-3px, 38px, 10px);
    top: 0px;
    left: 0px;
    will-change: transform;
    color: red;
    padding: 2px 1px;
    width: 114px;
    background-color: #121212;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.88) 20%, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.87) 36%, rgb(69, 72, 77) 96%);
    box-shadow: 1px 1px 1px white;
}

#salmon{
	font-family: Georgia;
	font-size: 14px;
}
#salom{
	height: 10em;
	 width:100%;
}
#logo7{
	width:10em; 
	height:5em;
}
#buttonn{
	font-family: Georgia;
    font-size: 1.2em;
    background-color: #a2cd48;
    border: 1px solid #a2cd48;
	color: white;
	border-radius:8px;
}


@media (min-width:320px) and (max-width:1024px){
   
    .seasonal{
        font-size: 15px;
        
    }
}
@media (min-width:768px) {
   
    .caption1{
		width: 57.5%;
		/* margin-top: 12px; */
	}

	
	
	.social-icons {
		padding: 0px 1px;
	}
   
   
}
@media (min-width:768px) {
	.search {
		width: 67%;
		margin-top: 5px;
	}
		
	}

	@media (min-width:320px) and (max-width:414px){
   
		.search {
			width: 81%;
			
		}
	}

	@media (min-width:320px) and (max-width:414px){
   
		#aboutbanner3{
			min-height: 75px;
			
		}
	}

	@media (min-width:768px) {
		#aboutbanner3{
			min-height: 177px;
		}
			
		}

		@media (min-width:320px) and (max-width:360px){
   
			.img-top {
				width: 33.3333%;
			}
		}


		@media (min-width:320px) and (max-width:1024px){
   
			#inspiration1 {
				margin-top: -12px;
			}
		}

		
		@media (min-width:320px) and (max-width:414px){
   
			#aboutbanner {
				min-height: 87px;
			}
		}

		@media (min-width:768px) {
			#aboutbanner {
				min-height: 195px;
				
			}
		}

			@media (min-width:320px) and (max-width:768px){
   
				#logo7 {
					width: 5em;
				}
			}

			@media (min-width:320px) and (max-width:414px){
   
				#aboutbanner5 {
					min-height: 73px;
				}
			}


			
			@media (min-width:768px) and (max-width:1024px){
   
				#aboutbanner5 {
					min-height: 163px;
				}
			}
	
			@media (min-width:320px) and (max-width:414px){
   
				#aboutbanner4 {
					min-height: 138px;
				}
			}

.d{
	margin-top: 20px;
}

			
	

		
			