/*

Eatery Cafe Template 

http://www.templatemo.com/tm-515-eatery

*/

  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

  body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
  }



  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: 50px;
	font-weight: bold;
    line-height: inherit;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
	font-weight: bold;
    line-height: inherit;
  }

  h3,h4,h5,h6
 {
	 font-family:Karla,Verdana,sans-serif;font-weight:700;line-height:1;margin-top:0;margin-bottom:.8rem;text-rendering:optimizeLegibility;font-size: 4em;
	 }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }
  
.about-p1 {
    color: #757575;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #ce3232;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 20px;
	margin-left:0em;
  }

  .section-title h2 {
    margin-left:-1em ;
  }

  .section-title h4 {
    color: #bfbdbd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    text-align: center;
  }
  
  .section-title1 {
    padding-bottom: 10px;
	margin-left:-1em;
  }

  .section-title1 h2 {
    margin-left:-1em ;
  }

  .section-title1 h4 {
    color: #bfbdbd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
  }

  .overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  section {
    position: relative;
    padding: 40px 0;
  }

  #team, 
  #menu,
  #testimonial {
    text-align: center;
  }

  .about-image img,
  .team-thumb img {
	  width: 100%;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }
  
 img {
     max-width: 50%;
     height: 400%;
 }

.color 
{ color:rgba(204.00000303983688, 157.0000058412552, 47.0000009983778, 1);
	width:1000px;
	height:100px;
	font-family:Fugaz One;
	text-align:center;
	top:1259px;
	font-size:3em;
	letter-spacing:0;
	}
  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: #0F5204;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: 20px;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
	font-family:fontawesome-webfont;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
  }

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }

  .custom-navbar .navbar-brand span {
    color: #ce3232;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
	text-align:center;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #292929;
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }

  .custom-navbar .nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 22px;
    padding-left: 22px;
    text-transform: uppercase;
	text-align:center;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #ce3232;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ce3232;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #454545;
    }

    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
    padding-bottom: 30px;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
  }

  @media (min-width: 768px) {
    .slider .col-md-8 {
      padding-left: 0;
    }
  }

  .slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: right;
  }

  .owl-theme .owl-dots .owl-dot {
    display: block;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 10px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 4em 0 0 2em;
  }

  .slider .item {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 400px;
	width:auto;
  }

  .slider .item-first {
    background-image: url(../images/PRS01351.jpg);
  }

  .slider .item-second {
    background-image: url(../images/PRS01617.jpg);
  }

  .slider .item-third {
    background-image: url(../images/PRS01511.jpg);
  }

  .slider .item-second .section-btn {
    background: #292929;
  }

  .slider .item-second .section-btn:hover {
    background: #ffffff;
  }

  .slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #ffffff;
  }

  .slider .item-third .section-btn:hover,
  .slider .item-third .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
  }

.info-image
{
	-webkit-box-shadow:10px 10px 28px 0 rgba(0,0,0,.1);box-shadow:10px 10px 28px 0 rgba(0,0,0,.1)
	}
                .pattern--left-down{height:420px;top:50px;right:50px}
				.pattern--left-up{height:420px;bottom:50px;right:50px}
				.pattern--left-middle{height:320px;bottom:50px;right:50px}
				.pattern--right-middle{height:320px;top:50px;left:50px}
				.pattern--right-down{height:420px;top:50px;left:50px}
				
				@media screen and (min-width:1000px){
		.info-image{-webkit-box-shadow:10px 10px 28px 0 rgba(0,0,0,.1);box-shadow:10px 10px 28px 0 rgba(0,0,0,.1)}}
		.icon{height:10px;width:10px}
		.form-control{background-image:none;background-color:transparent;border-bottom:2px solid #5a5661;border-top:0;border-right:0;border-left:0;border-radius:0;color:#2d2b31;display:block;font-family:Karla,Verdana,sans-serif;font-size:1rem;line-height:1.6rem;max-width:100%;padding:.1rem 0 .1rem;width:100%;-moz-osx-font-smoothing:grayscale}
		.label{cursor:default;display:inline-block;max-width:100%}
		.legend{display:block;white-space:normal;width:100%}
		.form--stacked .checkbox,.form--stacked .input,.form--stacked .label,.form--stacked .radio,.form--stacked .select,.form--stacked .textarea{display:block;width:100%}
		.form--inline .form-control{display:inline-block;vertical-align:middle;width:auto}
		.form--inline .checkbox,.form--inline .radio{display:inline-block;vertical-align:middle}
		.select{color:#2d2b31;display:block;position:relative}
		.select select{background-color:#fff;border-bottom:2px solid #5a5661;border-top:0;border-right:0;border-left:0;border-radius:0;color:#2d2b31;cursor:pointer;display:inline-block;font-family:Karla,Verdana,sans-serif;line-height:1.6rem;margin:0;outline:0;padding:.1rem 0 .1rem;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none}.select select>option{background-color:#fff}.select:after{border-top:5px solid;border-right:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid transparent;content:"";display:inline-block;height:0;margin-top:-2px;pointer-events:none;position:absolute;right:13px;top:50%;width:0}::-webkit-input-placeholder{color:#b6b3bc;-webkit-font-smoothing:antialiased}::-moz-placeholder{color:#b6b3bc;-moz-osx-font-smoothing:grayscale}:-ms-input-placeholder{color:#b6b3bc}.grid-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1.2rem}
	
	@media screen and (max-width:40em){
		.grid-row{margin:0 auto}}
		.grid-column{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;padding:0 1.2rem}
		@media screen and (max-width:40em){
			.grid-column{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding:25px;margin-left:0}}
			.grid-row--flex-cells>.grid-column{display:-webkit-box;display:-ms-flexbox;display:flex}
			.grid-row--top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
			.grid-row--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
			.grid-row--bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
			.column--top{-ms-flex-item-align:start;align-self:flex-start}
			.column--center{-ms-flex-item-align:center;align-self:center}
			.column--bottom{-ms-flex-item-align:end;align-self:flex-end}
			.span-12,.span-whole{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}
			.span-6,.span-half{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}
			.span-4,.span-one-third{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;max-width:33.33333%}
			.span-8,.span-two-thirds{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%;max-width:66.66667%}
			.span-3,.span-one-fourth{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}
			.span-two-fourths{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}
			.span-9,.span-three-fourths{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}
			.span-one-fifth{-ms-flex-preferred-size:20%;flex-basis:20%;max-width:20%}
			.span-two-fifths{-ms-flex-preferred-size:40%;flex-basis:40%;max-width:40%}
			.span-three-fifths{-ms-flex-preferred-size:60%;flex-basis:60%;max-width:60%}
			.span-four-fifths{-ms-flex-preferred-size:80%;flex-basis:80%;max-width:80%}
			.span-1{-ms-flex-preferred-size:8.33333%;flex-basis:8.33333%;max-width:8.33333%}
			.span-2{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;max-width:16.66667%}
			.span-5{-ms-flex-preferred-size:41.66667%;flex-basis:41.66667%;max-width:41.66667%}
			.span-7{-ms-flex-preferred-size:58.33333%;flex-basis:58.33333%;max-width:58.33333%}
			.span-10{-ms-flex-preferred-size:83.33333%;flex-basis:83.33333%;max-width:83.33333%}
			.span-11{-ms-flex-preferred-size:91.66667%;flex-basis:91.66667%;max-width:91.66667%}
			.offset-12{margin-left:100%}
			.offset-6,.offset-half{margin-left:50%}
			.offset-4,.offset-one-third{margin-left:33.33333%}
			.offset-8,.offset-two-thirds{margin-left:66.66667%}
			.offset-3,.offset-one-fourth{margin-left:25%}
			.offset-two-fourths{margin-left:50%}
			.offset-9,.offset-three-fourths{margin-left:75%}
			.offset-one-fifth{margin-left:20%}
			.offset-two-fifths{margin-left:40%}
			.offset-three-fifths{margin-left:60%}
			.offset-four-fifths{margin-left:80%}
			.offset-1{margin-left:8.33333%}
			.offset-2{margin-left:16.66667%}
			.offset-5{margin-left:41.66667%}
			.offset-7{margin-left:58.33333%}
			.offset-10{margin-left:83.33333%}
			.offset-11{margin-left:91.66667%}
			.default-links a,.default-links a:link,.default-links a:visited,.link,.link:link,.link:visited{color:#2d2b31;text-decoration:underline;-webkit-transition:color .2s ease-out;transition:color .2s ease-out}
			.default-links a:focus,.default-links a:hover,.link:focus,.link:hover{color:#9bccbb;text-decoration:underline}
			.default-links a:active,.link:active{background-image:none;color:#79bba4;outline:0;-webkit-transition:color .2s ease-out;transition:color .2s ease-out}
			.no-bullets{list-style:none}
			.list--indented{padding-left:2.4rem}
			.list--inline{font-size:0}
			.list--inline li{display:inline-block;font-size:1rem}
			.left--0{left:0}.z1{z-index:1}.z2{z-index:2}.z3{z-index:3}.z4{z-index:4}.z5{z-index:5}.vertical--top{vertical-align:top}.vertical--middle{vertical-align:middle}.vertical--bottom{vertical-align:bottom}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.overflow--scroll{overflow:scroll}.overflow--hidden{overflow:hidden}.overflow--visible{overflow:visible}.overflow--auto{overflow:auto}.show-on-mobile{display:none!important}@media screen and (max-width:40em){.block-on-mobile,.show-on-mobile{display:block!important}.hide-on-mobile{display:none!important}}.float--left{float:left}.float--right{float:right}.float--none{float:none}.full-width{width:100%}
.half-width{width:50%}
.fit{max-width:100%}
.clearfix:after,.clearfix:before{content:"";display:table}
.clearfix:after{clear:both}
@media screen and (max-width:1000px){
	.pattern{display:none;visibility:hidden}}
	.h1,h1{font-size:2.369rem}
	.h2,h2{font-size:1.777rem}
	.h3,h3{font-size:1.333rem}
	.h4,dl,h4,ol,p,ul{font-size:1rem}
	.h5,h5{font-size:.75rem}
	.h6,
	.small,h6,small{font-size:.75rem}h1,h2,h3,h4,h5,h6{font-family:Karla,Verdana,sans-serif;font-weight:700;line-height:1;margin-top:0;margin-bottom:.8rem;text-rendering:optimizeLegibility}h6{color:#888291}
	.h1,.h2,.h3,.h4,.h5,.h6{line-height:1;margin-bottom:.8rem}p{margin:0}
	.small,small{font-weight:400;line-height:1}hr{border:0;border-top:1px solid #5a5661;display:block;height:1px}
	.blockquote{border-left:4px solid #5a5661;font-family:Karla,Verdana,sans-serif;font-size:1.333rem;font-style:italic;max-width:100%;margin-bottom:.8rem;padding-left:1.2rem}
	.blockquote:after,.blockquote:before{content:""}
	.bold{font-weight:700}
	.regular{font-weight:400}
	.italic{font-style:italic}
	.align--left{text-align:left}
	.align--center{text-align:center}
	.align--right{text-align:right}
	.align--justify{text-align:justify}
	.line-height--base{line-height:1.6rem}
	.line-height--heading{line-height:1}.font--heading{font-family:Karla,Verdana,sans-serif}.font--reading{font-family:Karla,Verdana,sans-serif}
	.font--ui{font-family:Karla,Verdana,sans-serif}.border--full{border-color:#5a5661;border-style:solid;border-width:2px}
	.border--top{border-top-color:#5a5661;border-top-style:solid;border-top-width:2px}
	.border--right{border-right-color:#5a5661;border-right-style:solid;border-right-width:2px}
	.border--bottom{border-bottom-color:#5a5661;border-bottom-style:solid;border-bottom-width:2px}
	.border--left{border-left-color:#5a5661;border-left-style:solid;border-left-width:2px}
	.border--none{border:0}.rounded{border-radius:0}.rounded--top{border-radius:0}
.rounded--right{border-radius:0}.rounded--bottom{border-radius:0}.rounded--left{border-radius:0}.circle{border-radius:50%}.text--white{color:#fff}.text--lightest-gray{color:#e5e4e7}.text--light-gray{color:#b6b3bc}.text--gray{color:#888291}.text--dark-gray{color:#5a5661}.text--darkest-gray{color:#2d2b31}.text--primary-color{color:#9bccbb}.text--secondary-color{color:#9bccbb}.text--tertiary-color{color:#f5f4f0}.bg--white{background-color:#fff}.bg--lightest-gray{background-color:#e5e4e7}.bg--light-gray{background-color:#b6b3bc}.bg--gray{background-color:#888291}.bg--dark-gray{background-color:#5a5661}.bg--darkest-gray{background-color:#2d2b31}.bg--primary-color{background-color:#9bccbb}.bg--secondary-color{background-color:#9bccbb}.bg--tertiary-color{background-color:#f5f4f0}.m0{margin:0}.mt0{margin-top:0}.mr0{margin-right:0}.mb0{margin-bottom:0}.ml0{margin-left:0}.m1{margin:.8rem}.mt1{margin-top:.8rem}.mr1{margin-right:.8rem}.mb1{margin-bottom:.8rem}.ml1{margin-left:.8rem}.m2{margin:2rem}.mt2{margin-top:2rem}.mr2{margin-right:2rem}.mb2{margin-bottom:2rem}.ml2{margin-left:2rem}.m3{margin:3.2rem}.mt3{margin-top:3.2rem}.mr3{margin-right:3.2rem}.mb3{margin-bottom:3.2rem}.ml3{margin-left:3.2rem}.m4{margin:4.4rem}.mt4{margin-top:4.4rem}.mr4{margin-right:4.4rem}.mb4{margin-bottom:4.4rem}.ml4{margin-left:4.4rem}@media screen and (max-width:40em){
	.mobile-m{margin-top:.8rem;margin-bottom:.8rem}.span-6,.span-half{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}
	.p-mb{margin-bottom:.8rem}
	.centered{margin-right:auto;margin-left:auto}
	.p0{padding:0}
	.pt0{padding-top:0}
	.pr0{padding-right:0}
	.pb0{padding-bottom:0}
	.pl0{padding-left:0}
	.p1{padding:.8rem}
	.pt1{padding-top:.8rem}
	.pr1{padding-right:.8rem}
	.pb1{padding-bottom:.8rem}
	.pl1{padding-left:.8rem}
	.p2{padding:2rem}
	.pt2{padding-top:2rem}
	.pr2{padding-right:2rem}
	.pb2{padding-bottom:2rem}
	.pl2{padding-left:2rem}
	.p3{padding:3.2rem}
	.pt3{padding-top:3.2rem}
	.pr3{padding-right:3.2rem}
	.pb3{padding-bottom:3.2rem}
	.pl3{padding-left:3.2rem}.p4{padding:4.4rem}.pt4{padding-top:4.4rem}.pr4{padding-right:4.4rem}.pb4{padding-bottom:4.4rem}.pl4{padding-left:4.4rem}
				.relative{position:relative}
				
				.container1{margin-left:auto;margin-right:auto;max-width:900px;width:90%}canvas,iframe,img,svg,video{max-width:100%}.logo{width:100px}}
				@media screen and (max-width:40em){
				.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
				.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
				.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
				.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}
				.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}
				.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}
				.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}
				.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}
				.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}
				.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}}
				
  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    padding-bottom: 0;
  }

  .about-info-1 {
    padding: 0 6em 5em 0;
  }

  .about-info-1 .section-title {
    padding-bottom: 20px;
  }

  .about-image {
    position: absolute;
  }
  
  .about-section-box{
	padding: 10px 0px;
	background: #ffffff url(../images/about-bg.jpg) no-repeat bottom center;
	background-size: cover;
}
.about-section-box .img-fluid{
	box-shadow: 20px 20px 0px #d65106;
}
.inner-column{
	text-align: left;
}
.inner-column h1{
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	color: #010101;
	text-align:center;
	font-weight: 500;
}
.inner-column h1 span{
	color: #199503;
}
.inner-column h4{
	font-size: 20px;
	font-weight: 500;
  text-align: center;
  padding-top: 10px;
  color:#008000;
}
.inner-column h5 span{
	color: #1a7c08;
  font-size: 25px;
  font-style:italic;
  font-weight: 600;
}
.inner-column h5{
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height:30px;
}
.inner-column p{
	font-size: 18px;
	color: #222222;
}
.inner-column .btn-outline-new-white{
	color: #fff;
}
.inner-column .btn-outline-new-white:hover{
	color: #ffffff;
}

.image_main {
    width: 100%;
    height: 350px;
    padding: 25px 55px;
    background-color: #fff;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image_main:hover {
    transform: scale(1.1);
    background-color: #f75261;
    border: 0px;
}
.owl-carousel .owl-item .image_main img {
    display: block;
    width: 100px;
    height: auto;
}

.product_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #363636;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.product_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #363636;
    margin: 0px;
    text-align: center;
    padding-bottom: 50px;
}

.stretch-card>.card {
    width: 100%;
    min-width: 100%
}

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    border: 0px
}
.image_main {
    width: 100%;
    height: 350px;
    padding: 25px 55px;
    background-color: #fff;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image_main:hover {
    transform: scale(1.1);
    background-color: #f75261;
    border: 0px;
}

.owl-carousel .owl-item .image_main img {
    display: block;
    width: 100px;
    height: auto;
}

.price_text {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    padding-top: 20px;
}

.product_section.layout_padding .owl-carousel .owl-nav button.owl-next,
.product_section.layout_padding .owl-carousel .owl-nav button.owl-prev {
    border-radius: 100px;
    margin: 0 10px;
    width: 45px;
    height: 45px;
    color: #f0390f;
    border: 2px solid #f0390f;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    display: flex;
    font-size: 23px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px;
    background-image: url(../images/angle-left.png);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    display: flex;
    padding: 0px;
    margin-left: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next {
    right: -90px;
    top: 170px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -90px;
    top: 170px;
}

.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/angle-right.png);
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}


.clients {
  background: #f3f9fd;
  padding: 10px 0;
  text-align: center;
}

.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients img {
  width: 180%;
  height:auto;
  filter: (100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

#clients {
  padding: 60px 0;
  
}
#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients img {
  transition: all 0.4s ease-in-out;
} 


@media (max-width: 768px) {
  #clients img {
    width: 70%;
  }
  #food_icon_txt1{
    font-family: 'Katibeh', cursive;
    font-size: 40px;
    color: #010101;
    text-align:center;
  }
}

@media (max-width: 575px) {
  #clients img {
    width: 50%;
  }

  .food_icon_txt1{
    font-family: 'Katibeh', cursive;
    font-size: 40px;
    color: #010101;
    text-align:center;
  }
}
  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

  #team {
    background: #f9f9f9;
  }

  .team-thumb {
    position: center;
    overflow: hidden;
    cursor: pointer;
  }

  .team-info {
    padding: 10px 30px 20px 30px;
	align-items: left-side;
  }

  .team-thumb .team-hover {
    position: absolute;
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover .team-hover {
    opacity: 0.95;
    transition-delay: 0.3s;
    transform: translateY(0);
  }

  .team-thumb img {
    transition: 0.8s 0.2s;
	align: right;
  }

  .team-thumb:hover img {
    transform: scale(1.1);
  }

  .team-thumb .social-icon li a {
    background: #292929;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 15px 5px 0 5px;
  }

  .team-thumb .team-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .team-item h4 {
    color: #ffffff;
  }

  .team-info p {
    color: #bfbdbd;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
  }

.about {
    padding-top: 40px;
}
 .about .about_box {
    background: #191918;
     padding: 30px 40px;
}
 .about .about_box h2 {
     font-size: 10px;
     line-height: 28px;
     color: #fff;
     font-weight: 300;
     padding: 0;
}
 .about .about_box p {
     color: #ffff;
     font-size: 17px;
     line-height: 28px;
     padding: 30px 0px;
     font-weight: 400;
}
 .about .about_box a {
     color: #fff;
     font-size: 22px;
     line-height: 29px;
}
 .about .about_box a:hover {
     color: #e7bb0b;
}
 .about .about_img {
     height: 100%;
     background: #d8b00f;
     margin-top: 90px;
}
 .about .about_img figure {
     margin: 0;
     margin-right: 0px;
     padding: 92px 0px 0px 60px;
     margin-right: -64px;
}

.background-color{
  .background-color: #233000;
  padding: 60px 0;
    padding-bottom: 80px;
  }
  
  .background-color h3{
	  font-size : 28px;
	  color : #000000;
	  margin-top: 10px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align:center;
  }
  .background-color p {
	  font-size : 12px;
	  color : #000000;
	  margin-top: 10px;
	  margin-right:2px;
	  margin-left:2px;
	  margin-right:5px;
    left: 8px;
    right: 8px;
    bottom: 0px;
    text-align:center;
  }
  .background-color1{
  .background-color: #233000;
  padding: 60px 0;
    padding-bottom: 80px;
  }
  
  .background-color1 h3{
	  font-size : 28px;
	  color : #000000;
	  margin-top: 10px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align:center;
  }
  .background-color1 p {
	  font-size : 12px;
	  color : #000000;
	  margin-top: 10px;
	  margin-right:2px;
	  margin-left:2px;
	  margin-right:5px;
    left: 15px;
    right: 8px;
    bottom: 0px;
    text-align:center;
  }
  /*---------------------------------------
     MENU              
  -----------------------------------------*/

  #menu {
    padding-bottom: 0;
  }

  #menu .container {
    width: 100%;
  }

  #menu .col-md-4 {
    margin: 0;
    padding: 0;
  }

  .menu-thumb img {
    width: 100%;
    transition: 0.5s;
  }

  .menu-thumb:hover img {
    transform: scale(1.15);
  }

  #menu .menu-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 102%;
  }

  .menu-thumb .menu-info {
    position: absolute;
    top: 60%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 25px 30px;
    transition: 0.5s 0.2s;
  }

  .menu-info .menu-item {
    float: left;
  }

  .menu-info .menu-price {
    float: right;
  }

  .menu-info .menu-price span {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    display: block;
    margin-top: 10px;
  }

  .menu-thumb .menu-info h3,
  .menu-thumb .menu-info p,
  .menu-thumb .menu-info span {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
  }

  .menu-thumb .menu-info h3 {
    margin-top: 0;
  }

  .menu-thumb .menu-info p {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .menu-thumb:hover .menu-info h3,
  .menu-thumb:hover .menu-info p,
  .menu-thumb:hover .menu-info span {
    transform: translateY(0px);
    opacity: 1;
  }

  .menu-thumb:hover .menu-info {
    background: rgba(0,0,0,0.8);
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  #testimonial {
    background: url('../images/PRS01589.jpg') center center no-repeat;
    background-size: cover;
  }

  #testimonial .owl-dots {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
  }

  #testimonial .owl-theme .owl-dots .owl-dot,
  #testimonial .owl-theme .owl-dots .owl-dot span {
    display: inline-block;
  }

  #testimonial .owl-theme .owl-dots .owl-dot span {
    margin: 20px 5px;
  }

  #testimonial h2 {
    color: #ffffff;

  }

  #testimonial p,
  .tst-author h4,
  .tst-author span {
    display: inline;
  }

  #testimonial p {
    color: #d9d9d9;
    font-size: 20px;
    line-height: 35px;
  }

  .tst-author {
    margin-top: 20px;
  }

  .tst-author h4,
  .tst-author span {
    color: #b2b2b2;
  }

  .tst-author span {
    margin-left: 5px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact .section-title {
    padding-bottom: 0;
  }

  #contact .text-success,
  #contact .text-danger {
    display: none;
  }

  #contact .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #contact .form-control:hover,
  #contact .form-control:focus {
    border-bottom-color: #c9c9c9;
  }

  #contact input {
    height: 55px;
  }

  #contact button#cf-submit {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
  }

  #contact button#cf-submit:hover {
    background: #292929;
    color: #ffffff;
  }

.cl-heading {
    text-align: center;
    margin-bottom: 40px;
}

.style_smx_font {
    font-family: 'sans-serif' !important;
}
.smx_img img{
    width: 80%;
}
.smx_icon img{
    width: 50%;
}
.cl-product-img.smx_img{
    text-align:center;
}
.cl-product-img.smx_icon{
    text-align:center;
}
.cl-product-content a {
    /*color: #C61C2C;*/
}
.cl-product-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    display: block;
    padding: 20px 0;
}
.txt-cntr{
    text-align: center !important;
}
.food_icon_txt{
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    cursor:default;
}

.food_icon_txt1{
  font-family: 'Katibeh', cursive;
  font-size: 35px;
  color: #010101;
  text-align:center;
}


.fw-bold{
    font-weight:bold;
}

.saturate { filter: saturate(3);   
-webkit-filter: invert(100%); }  
.grayscale { filter: blue(100%);   
-webkit-filter: invert(100%); }  
.contrast { filter: contrast(160%);   
-webkit-filter: invert(100%); }  
.brightness { filter: brightness(0.25);   
-webkit-filter: invert(100%); }  
.blur { filter: blur(3px);   
-webkit-filter: invert(100%);  }  
.invert { filter: invert(100%);   
-webkit-filter: invert(100%); }  
.sepia { filter: sepia(100%);   
-webkit-filter: invert(100%); }  
.huerotate { filter: hue-rotate(180deg);  
 -webkit-filter: invert(100%); }  
.rss.opacity { filter: opacity(50%);   
-webkit-filter: invert(100%); }  

.spacer-top {
    padding-top: 50px;
}
.smx_service_heading{
        font-size:45px !important;
    }
	
	.justify-content-center {
    justify-content: center !important;
}
.align-items-center {
    align-items: center !important;
}
.cl-service-detail-img p {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}
.abt-img{
    width:50%;
    }
	.location_address{
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.cl-location-title:hover, .cl-blog-title:hover, cl-service-title:hover {
    color:#c71c2c;
}

 .cl-service-title{
        font-size:42px;
    }
	.cl-service-detail-img{
    overflow: hidden;
}
	.cl-service-title { font-size: 28px; font-weight: bold; margin-bottom: 0px; display: block; padding: 20px 0px; color: rgb(0, 0, 0); text-align: center; }
	.smx_service_heading { font-size: 45px; line-height: 1.6; font-weight: 600; margin-bottom: 40px; text-transform: capitalize; font-family: smartx !important; }
	

@media screen and (max-width: 767px) {
  .cl-top-head-social, .cl-top-head-contact, .cl-logo { text-align: center; }
  .abt-img { width: 100%; }
  .smx_head_txt { font-size: 42px !important; }
  .cl-main-menu { justify-content: center; margin-top: 5px; }
  .cl-service-title { font-size: 25px; }
  .cl-abt-title { font-size: 25px; }
  .smx_service_heading { font-size: 22px !important; }
  .cl-banner::before { width: 150px; height: 150px; }
  .cl-heading h1 { font-size: 30px; }
  .cl-testi-box { padding: 0px 30px; }
  .cl-testi-box p { font-size: 17px; }
  .geetham_spl { text-align: center; font-weight: bold; font-size: 19px !important; }
  .smx_row { padding: 70px 0px !important; }
  .cl-play-icon a { inset: 0px; width: 60px; height: 60px; }
  .cl-about-img::after { inset: 0px; width: 100%; background: rgb(0, 0, 0); transform: none; opacity: 0.4; }
  .cl-contact-detail { padding: 30px; }
  .cl-breadcrumb { padding: 60px 0px; }
  .cl-map iframe { height: 250px; }
  .cl-shiping-form ul { grid-template-columns: repeat(1, 1fr); }
  .smx_logo::before { background: transparent !important; }
  .cl-main-menu { text-align: right; float: right; }
  .justify-content-end { justify-content: center !important; }
  .smx_home_banner1 { background-image: url("../../assets/images/banner/m1.jpg") !important; }
  .smx_home_banner2 { background-image: url("../../assets/images/banner/m2.jpg") !important; }
  .smx_home_banner3 { background-image: url("../../assets/images/banner/m3.jpg") !important; }
  .smx_home_banner4 { background-image: url("../../assets/images/banner/m4.jpg") !important; }
  .smx_breadcrumb { height: 500px; background-image: url("../../assets/images/banner/blog_mobile_banner.jpg") !important; }
  .smx_breadcrumb_location { height: 500px; background-image: url("../../assets/images/banner/location_mobile_banner.jpg") !important; }
  .smx_breadcrumb_service { height: 500px; background-image: url("../../assets/images/banner/service_mobile.jpg") !important; }
  .abt_gallery { justify-content: center !important; }
}

@media (min-width: 768px) {
  .col-md-auto { flex: 0 0 auto; width: auto; }
  .col-md-1 { flex: 0 0 auto; width: 8.33333%; }
  .col-md-2 { flex: 0 0 auto; width: 16.6667%; }
  .col-md-3 { flex: 0 0 auto; width: 25%; }
  .col-md-4 { flex: 0 0 auto; width: 33.3333%; }
  .col-md-5 { flex: 0 0 auto; width: 41.6667%; }
  .col-md-6 { flex: 0 0 auto; width: 50%; }
  .col-md-7 { flex: 0 0 auto; width: 58.3333%; }
  .col-md-8 { flex: 0 0 auto; width: 66.6667%; }
  .col-md-9 { flex: 0 0 auto; width: 75%; }
  .col-md-10 { flex: 0 0 auto; width: 83.3333%; }
  .col-md-11 { flex: 0 0 auto; width: 91.6667%; }
  .col-md-12 { flex: 0 0 auto; width: 100%; }
  .offset-md-0 { margin-left: 0px; }
  .offset-md-1 { margin-left: 8.33333%; }
  .offset-md-2 { margin-left: 16.6667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.3333%; }
  .offset-md-5 { margin-left: 41.6667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.3333%; }
  .offset-md-8 { margin-left: 66.6667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.3333%; }
  .offset-md-11 { margin-left: 91.6667%; }
  .g-md-0, .gx-md-0 { --bs-gutter-x: 0; }
  .g-md-0, .gy-md-0 { --bs-gutter-y: 0; }
  .g-md-1, .gx-md-1 { --bs-gutter-x: 0.25rem; }
  .g-md-1, .gy-md-1 { --bs-gutter-y: 0.25rem; }
  .g-md-2, .gx-md-2 { --bs-gutter-x: 0.5rem; }
  .g-md-2, .gy-md-2 { --bs-gutter-y: 0.5rem; }
  .g-md-3, .gx-md-3 { --bs-gutter-x: 1rem; }
  .g-md-3, .gy-md-3 { --bs-gutter-y: 1rem; }
  .g-md-4, .gx-md-4 { --bs-gutter-x: 1.5rem; }
  .g-md-4, .gy-md-4 { --bs-gutter-y: 1.5rem; }
  .g-md-5, .gx-md-5 { --bs-gutter-x: 3rem; }
  .g-md-5, .gy-md-5 { --bs-gutter-y: 3rem; }

  .food_icon_txt1{
    font-family: 'Katibeh', cursive;
    font-size: 20px;
    color: #010101;
    text-align:center;
  }
  .cl-product-title1 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 0px;
    display: block;
    padding: 20px 0;
}

.smx_icon img{
  width: 35%;
}

}

.cl-product-detail-img{
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
    background:#eee;
}
.service-img{
    width:100%;
}
.cl-location-social ul li {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    border-right: 1px solid #ffffff61;
    padding: 4px;
    width: 40px;
    height: 40px;
    background: #ffbf0a;
    border-radius: 100%;
    font-size: 25px;
    height:50px;
    width:50px;
}
.txt-cntr{
    text-align: center !important;
}
@media (min-width: 768px) {
  .col-md-auto { flex: 0 0 auto; width: auto; }
  .col-md-1 { flex: 0 0 auto; width: 8.33333%; }
  .col-md-2 { flex: 0 0 auto; width: 16.6667%; }
  .col-md-3 { flex: 0 0 auto; width: 25%; }
  .col-md-4 { flex: 0 0 auto; width: 33.3333%; }
  .col-md-5 { flex: 0 0 auto; width: 41.6667%; }
  .col-md-6 { flex: 0 0 auto; width: 50%; }
  .col-md-7 { flex: 0 0 auto; width: 58.3333%; }
  .col-md-8 { flex: 0 0 auto; width: 66.6667%; }
  .col-md-9 { flex: 0 0 auto; width: 75%; }
  .col-md-10 { flex: 0 0 auto; width: 83.3333%; }
  .col-md-11 { flex: 0 0 auto; width: 91.6667%; }
  .col-md-12 { flex: 0 0 auto; width: 100%; }
  .offset-md-0 { margin-left: 0px; }
  .offset-md-1 { margin-left: 8.33333%; }
  .offset-md-2 { margin-left: 16.6667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.3333%; }
  .offset-md-5 { margin-left: 41.6667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.3333%; }
  .offset-md-8 { margin-left: 66.6667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.3333%; }
  .offset-md-11 { margin-left: 91.6667%; }
  .g-md-0, .gx-md-0 { --bs-gutter-x: 0; }
  .g-md-0, .gy-md-0 { --bs-gutter-y: 0; }
  .g-md-1, .gx-md-1 { --bs-gutter-x: 0.25rem; }
  .g-md-1, .gy-md-1 { --bs-gutter-y: 0.25rem; }
  .g-md-2, .gx-md-2 { --bs-gutter-x: 0.5rem; }
  .g-md-2, .gy-md-2 { --bs-gutter-y: 0.5rem; }
  .g-md-3, .gx-md-3 { --bs-gutter-x: 1rem; }
  .g-md-3, .gy-md-3 { --bs-gutter-y: 1rem; }
  .g-md-4, .gx-md-4 { --bs-gutter-x: 1.5rem; }
  .g-md-4, .gy-md-4 { --bs-gutter-y: 1.5rem; }
  .g-md-5, .gx-md-5 { --bs-gutter-x: 3rem; }
  .g-md-5, .gy-md-5 { --bs-gutter-y: 3rem; }
}

.mt-30 { margin-top: 30px; }
.cl-location-title {
    font-size: 28px !important;
    font-weight: bold;
    margin-bottom: 0px;
    display: block;
    padding: 20px 0;
    color:#107e41;
    text-align:center;
}

.location_time{
    font-size: 24px !important;
    font-weight: bold;
    margin-bottom: 0px;
    display: block;
    padding: 10px 0;
    color:#c71c2c;
    text-align:center;
}
  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 50px 5px 15px;
    padding-bottom: 200px;
	padding-left:100px;
	background-color: #233000;


  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
	color: #FFFFFF;
  }

  footer a,
  footer p {
    color: #FFFFFF;
  }

  footer strong {
    color: #FFFFFF;
  }

  footer address p {
    margin-bottom: 0;
  }

  .footer-info,
  footer .social-icon {
    margin-top: 10px;
  }

  .footer-open-hour {
    background: #FFFFFF;
    background: url('../images/bakya-veg-restaurant.webps') center center no-repeat;
    background-size: 5px;
    border-radius: 20px;
    margin-top: 0;
    padding: 40px 0 40px 40px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 1px;
    bottom: 20px;
  }

  .footer-open-hour::after {
    background: rgba(29,29,29,0.85);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }

  .footer-open-hour h2 {
    color: #ffffff;
	margin-left:10px;
	text-align:center;
  }

  .footer-open-hour p {
    color: #d9d9d9;
  }

  .footer-open-hour strong {
    color: #f9f9f9;
  }
    .footer-open-hour1 {
    background: #FFFFFF;
    background-size: 10px;
    border-radius: 5px;
    margin-top: 0;
    padding: 40px 0 40px 40px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 5px;
    bottom: 10px;
  }

  .footer-open-hour1::after {
    background: rgba(29,29,29,0.85);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }

  .footer-open-hour1 h2 {
    color: #ffffff;
  }

  .footer-open-hour1 p {
    color: #d9d9d9;
  }

  .footer-open-hour1 strong {
    color: #f9f9f9;
  }
.copyright{
	margin-top: 20px;
	position: relative;
	display: block;
	background-color: #010101;
	border-top: 1px solid rgba(207, 166, 113);
	padding: 30px 0;
	z-index: 1;
}

.copyright .company-name{
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
}
.copyright .company-name a{
	font-size: 16px;
	color:#FFFFFF;
}

.footer-open-hour1 {
    background: #FFFFFF;
    background: url('../images/bakya-veg-restaurant.webps') center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 0;
    padding: 40px 0 40px 80px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 100px;
    bottom: 20px;
  }

  .footer-open-hour1::after {
    background: rgba(29,29,29,0.85);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }

  .footer-open-hour1 h2 {
    color: #ffffff;
  }

  .footer-open-hour1 p {
    color: #d9d9d9;
  }

  .footer-open-hour1 strong {
    color: #f9f9f9;
  }

  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #ffffff;
    color: #199503;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/
@media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }


  @media only screen and (max-width: 1200px) {
    .about-info {
      padding-right: 0;
    }

    .about-image {
      position: relative;
    }
  }


  @media only screen and (max-width: 992px) {
    section {
      padding: 60px 0;
    }

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

    .slider .item {
      background-position: center;
    }

    .about-info {
      padding: 0;
    }

    .team-info {
      margin-bottom: 50px;
    }
	
	.about-image {
      position: relative;
	  height:auto;
    }

    #menu .menu-thumb {
      width: 103%;
    }

    #testimonial {
      background-position: 50% 0 !important;
    }

    #google-map,
    .footer-info {
      margin-bottom: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
	
	.about-image {
      position: relative;
	  height:auto;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    .slider .caption {
      padding: 0;
    }

    .menu-thumb .menu-info {
      top: 80%;
    }
	
	.about-image {
      position: relative;
	  height:auto;
    }

    footer {
      padding: 60px 0;
      padding-bottom: 60px;
    }

    .footer-open-hour {
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }
	.footer-open-hour1 {
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }
  }


  @media only screen and (max-width: 580px) {
    h1 {
      font-size: 2.1em;
    }

    h2 {
      font-size: 1.8em;
    }

    .menu-thumb .menu-info {
      top: 60%;
    }
	.about-image {
      position: relative;
	  height:auto;
    }
  }
  
  
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row1 {margin: 0 -2px;}

/* Clear floats after the columns */
.row1:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

@media and (max-width: 767px) {
  .imagemenu-item-large {
    width: 324px;
    float: none;
    margin: 0;
  }
}

@media screen and (max-width: 960px) {
  .imagemenu-item-large {
    float: none;
	height:auto;
  }

  .imagemenu-item-large a {
    width: 100%;
	
  }
  
  .yourimageclass {
    width: 100%;
    height: auto;
    display: block;
}
}

@media only screen and (max-width: 480px) {
  img {
    width:100%;
	
  }
}


/* Style the counter cards */
.card {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 12px;
  text-align: center;
  background-color: #f1f1f1;
}

.card1 {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 12px;
  text-align: cem;
  background-color: #f1f1f1;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 2fr));
  grid-gap: 1rem;
}
.grid > div {
  background: #EDE7F6;
  padding: 1.5rem;
  border-radius: 1rem;
}

.grid {
align: center;}
	
	

.105_69 { 
	overflow:hidden;
}
.e105_69 { 
	background-color:rgba(255, 255, 255, 1);
	width:1440px;
	height:3759px;
	position:absolute;
}
.e125_5199 { 
	width:1444.6944580078125px;
	height:435px;
	position:absolute;
	left:0px;
	top:3330px;
}
.e106_144 { 
	width:1444.6944580078125px;
	height:435px;
	position:absolute;
	left:0px;
	top:0px;
}
.e106_145 { 
	background-color:rgba(35.38125045597553, 47.8125, 0, 1);
	width:1444.6944580078125px;
	height:435px;
	position:absolute;
	left:0px;
	top:0px;
}
.e106_146 { 
	background-color:rgba(105.00000134110451, 155.00000596046448, 247.00000047683716, 1);
	width:35.77118682861328px;
	height:29.273218154907227px;
	position:absolute;
	left:1052.365234375px;
	top:279.2666015625px;
}
.e106_147 { 
	background-image:linear-gradient(0deg, rgba(167.64125883579254, 0, 171.06250405311584, 1) 0%,rgba(252.87500202655792, 54.78957921266556, 54.78957921266556, 1) 100%) ;
	width:29.4246883392334px;
	height:29.273218154907227px;
	position:absolute;
	left:996.97802734375px;
	top:279.2666015625px;
}
.e106_148 { 
	background-color:rgba(0, 65.09685292840004, 184.87500607967377, 1);
	width:28.847734451293945px;
	height:29.273218154907227px;
	position:absolute;
	left:942.1669921875px;
	top:279.2666015625px;
}
.e106_149 { 
	color:rgba(255, 255, 255, 1);
	width:278.0921630859375px;
	height:22.83310890197754px;
	position:absolute;
	left:579.83984375px;
	top:369.427978515625px;
	font-family:Lato;
	text-align:left;
	font-size:16px;
	letter-spacing:2;
}
.e125_5202 { 
	transform: rotate(-0.000005082834971116101deg);
	background-color:rgba(255, 255, 255, 1);
	width:1107.7529296875px;
	height:2px;
	position:absolute;
	left:140.2001953125px;
	top:342.080078125px;
}
.e106_151 { 
	color:rgba(255, 255, 255, 1);
	width:267px;
	height:86px;
	position:absolute;
	left:363px;
	top:234px;
	font-family:Lato;
	text-align:left;
	font-size:20px;
	letter-spacing:2;
	line-height:px;
}
.e106_152 { 
	color:rgba(255, 255, 255, 1);
	width:156.35470581054688px;
	height:40.39704132080078px;
	position:absolute;
	left:363px;
	top:56.826171875px;
	font-family:Rufina;
	text-align:left;
	font-size:36px;
	letter-spacing:0;
	line-height:px;
}
.e106_153 { 
	color:rgba(255, 255, 255, 1);
	width:285.015625px;
	height:41.567970275878906px;
	position:absolute;
	left:363px;
	top:116.6962890625px;
	font-family:Lato;
	text-align:left;
	font-size:24px;
	letter-spacing:2;
	line-height:px;
}
.e106_154 { 
	color:rgba(255, 255, 255, 1);
	width:108.46747589111328px;
	height:49.17900466918945px;
	position:absolute;
	left:89.42822265625px;
	top:63.815673828125px;
	font-family:Rufina;
	text-align:left;
	font-size:68px;
	letter-spacing:0;
}
.e106_155 { 
	width:456.9481201171875px;
	height:57.37550735473633px;
	position:absolute;
	left:794px;
	top:133.947021484375px;
}
.106_156 { 
	border:2px solid rgba(255, 255, 255, 1);
}
.e106_156 { 
	width:392px;
	height:61px;
	position:absolute;
	left:32.47406005859375px;
	top:-1.812246322631836px;
}
.ei106_156_2331_0 { 
	color:rgba(255, 255, 255, 1);
	width:312px;
	height:36px;
	position:absolute;
	left:40px;
	top:12.5px;
	font-family:Lato;
	text-align:left;
	font-size:24px;
	letter-spacing:2;
}
.e106_158 { 
	color:rgba(255, 255, 255, 1);
	width:240px;
	height:28.412981033325195px;
	position:absolute;
	left:950px;
	top:69.0029296875px;
	font-family:Rufina;
	text-align:left;
	font-size:24px;
	letter-spacing:0;
	line-height:px;
}
.e106_159 { 
	color:rgba(255, 255, 255, 1);
	width:226.16622924804688px;
	height:9.95289421081543px;
	position:absolute;
	left:912.74267578125px;
	top:228.91650390625px;
	font-family:Lato;
	text-align:left;
	font-size:14px;
	letter-spacing:2;
}
.e106_160 { 
	width:225.5892791748047px;
	height:218.37820434570312px;
	position:absolute;
	left:78.4658203125px;
	top:81.37939453125px;
	border-top-left-radius:186.5px;
	border-top-right-radius:186.5px;
	border-bottom-left-radius:186.5px;
	border-bottom-right-radius:186.5px;
	background-image:url(images/download__3__3.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.e125_5198 { 
	width:180px;
	height:61px;
	position:absolute;
	left:1231px;
	top:130px;
}
.e106_157 { 
	background-color:rgba(93.84000778198242, 102.00000151991844, 0, 1);
	width:180px;
	height:61px;
	position:absolute;
	left:0px;
	top:0px;
}
.ei106_157_3671_5 { 
	color:rgba(255, 255, 255, 1);
	width:112px;
	height:48px;
	position:absolute;
	left:34px;
	top:6.5px;
	font-family:Rufina;
	text-align:left;
	font-size:24px;
	letter-spacing:0;
	line-height:px;
}
.e125_5195 { 
	width:1308px;
	height:552px;
	position:absolute;
	left:55px;
	top:2591px;
}
.e106_106 { 
	width:765px;
	height:550px;
	position:absolute;
	left:543px;
	top:2px;
	background-image:url(images/yummy_soya_pulao_pilav_pulav_rice_soyabean_chunk_fried_rice_with_peas_beans_indian_pakistani_cuisine_466689_75119_1.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.e106_107 { 
	width:963.2910766601562px;
	height:551.5864868164062px;
	position:absolute;
	left:0px;
	top:0px;
}
.e106_108 { 
	width:49.56891632080078px;
	height:49.56891632080078px;
	position:absolute;
	left:913.72216796875px;
	top:300.4365234375px;
}
.e106_110 { 
	background-color:rgba(224.18749898672104, 224.18749898672104, 224.18749898672104, 1);
	width:49.56891632080078px;
	height:49.56891632080078px;
	position:absolute;
	left:0px;
	top:0px;
}
.e106_111 { 
	width:556.8817749023438px;
	height:551.5864868164062px;
	position:absolute;
	left:0px;
	top:0px;
}
.e106_112 { 
	background-color:rgba(15.000000055879354, 82.00000271201134, 4.000000236555934, 1);
	width:556.8817749023438px;
	height:551.5864868164062px;
	position:absolute;
	left:0px;
	top:0px;
}
.e106_113 { 
	width:39.081119537353516px;
	height:76.41384887695312px;
	position:absolute;
	left:0px;
	top:456.3232421875px;
}
.e106_114 { 
	width:37.216163635253906px;
	height:74.13386535644531px;
	position:absolute;
	left:0.9927734136581421px;
	top:75.1268081665039px;
}
.e106_115 { 
	background-color:rgba(255, 255, 255, 1);
	width:39.081119537353516px;
	height:76.41384887695312px;
	position:absolute;
	left:9.094947017729282e-13px;
	top:76.41395568847656px;
}
.e106_116 { 
	background-color:rgba(255, 255, 255, 1);
	width:4.86223030090332px;
	height:4.861128807067871px;
	position:absolute;
	left:22.369970321655273px;
	top:30.494396209716797px;
}
.e106_117 { 
	background-color:rgba(255, 255, 255, 1);
	width:4.861128807067871px;
	height:4.86223030090332px;
	position:absolute;
	left:8.592992782592773px;
	top:15.911211967468262px;
}
.e106_118 { 
	background-color:rgba(255, 255, 255, 1);
	width:4.861128807067871px;
	height:4.861128807067871px;
	position:absolute;
	left:8.592992782592773px;
	top:63.8292350769043px;
}
.e106_119 { 
	background-color:rgba(255, 255, 255, 1);
	width:4.86223030090332px;
	height:4.861128807067871px;
	position:absolute;
	left:22.369970321655273px;
	top:49.9399528503418px;
}
.e106_120 { 
	width:361.02813720703125px;
	height:58.66629409790039px;
	position:absolute;
	left:131.35757446289062px;
	top:420.228271484375px;
}
.e125_5200 { 
	transform: rotate(-0.000005008956130975318deg);
	background-color:rgba(0, 100.00000163912773, 109.00000110268593, 1);
	opacity:0.23999999463558197;
	width:361.0277099609375px;
	height:0.8322921395301819px;
	position:absolute;
	left:0px;
	top:57.41162109375px;
}
.e125_5201 { 
	transform: rotate(-1.4033419209422001e-14deg);
	background-color:rgba(255, 255, 255, 1);
	width:40.48136901855469px;
	height:1.6645842790603638px;
	position:absolute;
	left:320.5467529296875px;
	top:57.001708984375px;
}
.e106_123 { 
	border-radius:500px;
	width:39.655216217041016px;
	height:39.655216217041016px;
	position:absolute;
	left:320.5467529296875px;
	top:0px;
	background-image:url(images/image.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.e106_124 { 
	color:rgba(255, 255, 255, 1);
	opacity:0.6000000238418579;
	width:72.4613037109375px;
	height:13.896689414978027px;
	position:absolute;
	left:0px;
	top:26.437255859375px;
	font-family:Poppins;
	text-align:left;
	font-size:12px;
	letter-spacing:0;
	line-height:px;
}
.e106_125 { 
	color:rgba(255, 255, 255, 1);
	opacity:0.8700000047683716;
	width:111.17351531982422px;
	height:19.852415084838867px;
	position:absolute;
	left:0px;
	top:3.304931640625px;
	font-family:Poppins;
	text-align:left;
	font-size:13.31667423248291px;
	letter-spacing:0;
	line-height:px;
}
.e106_126 { 
	color:rgba(255, 255, 255, 1);
	opacity:0.8700000047683716;
	width:360px;
	height:324px;
	position:absolute;
	left:131px;
	top:83px;
	font-family:IM FELL Great Primer SC;
	text-align:left;
	font-size:32px;
	letter-spacing:0;
	line-height:px;
}
.e106_127 { 
	color:rgba(255, 255, 255, 1);
	width:28.089113235473633px;
	height:28.915264129638672px;
	position:absolute;
	left:105px;
	top:75px;
	font-family:Advent Pro;
	text-align:left;
	font-size:96px;
	letter-spacing:0;
	line-height:px;
}
.e125_5194 { 
	width:1328px;
	height:622px;
	position:absolute;
	left:55px;
	top:1816px;
}
.e106_100 { 
	width:878px;
	height:622px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(images/indian_dhal_spicy_curry_bowl_spices_herbs_rustic_black_wooden_table_2829_18712_1.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.e106_102 { 
	background-color:rgba(15.000000055879354, 82.00000271201134, 4.000000236555934, 1);
	width:476px;
	height:477px;
	position:absolute;
	left:852px;
	top:63px;
}
.e106_104 { 
	color:rgba(255, 255, 255, 1);
	width:310px;
	height:148px;
	position:absolute;
	left:974px;
	top:142px;
	font-family:Lato;
	text-align:left;
	font-size:36px;
	letter-spacing:2;
}
.e125_5193 { 
	width:1328px;
	height:542px;
	position:absolute;
	left:55px;
	top:1094px;
}
.e106_96 { 
	width:907px;
	height:542px;
	position:absolute;
	left:421px;
	top:0px;
	background-image:url(images/rectangle_950.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.e106_101 { 
	background-color:rgba(15.000000055879354, 82.00000271201134, 4.000000236555934, 1);
	width:475px;
	height:476px;
	position:absolute;
	left:0px;
	top:33px;
}
.e106_103 { 
	color:rgba(255, 255, 255, 1);
	width:309px;
	height:326px;
	position:absolute;
	left:70px;
	top:95px;
	font-family:Lato;
	text-align:left;
	font-size:40px;
	letter-spacing:2;
}
.106_105 { 
	border:2px solid rgba(255, 255, 255, 1);
}
.e106_105 { 
	width:119px;
	height:140px;
	position:absolute;
	left:416px;
	top:208px;
}
.e106_86 { 
	width:1443px;
	height:825px;
	position:absolute;
	left:-2px;
	top:171px;
}
.ei106_86_46_981 { 
	width:1498px;
	height:1022px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(images/306273298_621320159644292_7838326926706196296_n_1.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.ei106_86_46_983 { 
	width:2417px;
	height:1432px;
	position:absolute;
	left:2603px;
	top:0px;
	background-image:url(images/video_28171_1.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.ei106_86_46_985 { 
	width:2424px;
	height:1432px;
	position:absolute;
	left:5148px;
	top:0px;
	background-image:url(images/video_31112_1.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.ei106_86_46_986 { 
	width:2443px;
	height:1432px;
	position:absolute;
	left:7700px;
	top:0px;
	background-image:url(images/video_58355_1.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.ei106_86_46_701 { 
	width:2460px;
	height:1432px;
	position:absolute;
	left:10271px;
	top:0px;
	background-image:url(images/video_34277_1.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.e106_141 { 
	width:1912.46337890625px;
	height:150px;
	position:absolute;
	left:0px;
	top:846px;
}
.e106_142 { 
	background-color:rgba(15.517809670418501, 73.31249848008156, 6.109372973442078, 0.5799999833106995);
	width:1441px;
	height:150px;
	position:absolute;
	left:0px;
	top:0px;
}
.e106_143 { 
	color:rgba(255, 255, 255, 1);
	width:1804.46337890625px;
	height:107.8125px;
	position:absolute;
	left:108px;
	top:11px;
	font-family:Gabriela;
	text-align:left;
	font-size:96px;
	letter-spacing:0;
	line-height:px;
}
.e125_5192 { 
	width:1441px;
	height:304px;
	position:absolute;
	left:0px;
	top:0px;
}
.e106_88 { 
	background-color:rgba(15.264848694205284, 81.81249797344208, 4.431512206792831, 1);
	width:1440px;
	height:171px;
	position:absolute;
	left:0px;
	top:0px;
}
.e106_89 { 
	color:rgba(255, 255, 255, 1);
	width:1152px;
	height:75px;
	position:absolute;
	left:30px;
	top:73px;
	font-family:Lato;
	text-align:left;
	font-size:32px;
	letter-spacing:2;
	line-height:px;
}
.e106_85 { 
	background-color:rgba(233.7500050663948, 229.85416531562805, 229.85416531562805, 0.30000001192092896);
	width:1441px;
	height:133px;
	position:absolute;
	left:0px;
	top:171px;
}
.e106_128 { 
	width:260.7965087890625px;
	height:28.977577209472656px;
	position:absolute;
	left:1144px;
	top:73px;
}
.e106_129 { 
	width:28.977331161499023px;
	height:28.977331161499023px;
	position:absolute;
	left:0px;
	top:0px;
}
.e106_130 { 
	background-color:rgba(255, 255, 255, 1);
	width:28.977331161499023px;
	height:28.80131721496582px;
	position:absolute;
	left:0px;
	top:0px;
}
.e106_131 { 
	width:28.977331161499023px;
	height:28.977331161499023px;
	position:absolute;
	left:77.27318572998047px;
	top:0.0002456461079418659px;
}
.e106_132 { 
	background-color:rgba(255, 255, 255, 1);
	width:28.977331161499023px;
	height:23.54494857788086px;
	position:absolute;
	left:-0.000012860131391789764px;
	top:2.7157933712005615px;
}
.e106_133 { 
	width:28.977331161499023px;
	height:28.977331161499023px;
	position:absolute;
	left:154.54559326171875px;
	top:0.0002456461079418659px;
}
.e106_134 { 
	width:28.96035385131836px;
	height:28.971668243408203px;
	position:absolute;
	left:0px;
	top:0px;
}
.e106_135 { 
	background-color:rgba(255, 255, 255, 1);
	width:28.96035385131836px;
	height:28.971668243408203px;
	position:absolute;
	left:0px;
	top:0px;
}
.e106_136 { 
	background-color:rgba(255, 255, 255, 1);
	width:14.88483715057373px;
	height:14.884839057922363px;
	position:absolute;
	left:7.046258449554443px;
	top:7.046467304229736px;
}
.e106_137 { 
	background-color:rgba(255, 255, 255, 1);
	width:3.4750146865844727px;
	height:3.4750194549560547px;
	position:absolute;
	left:20.487844467163086px;
	top:5.014594554901123px;
}
.e106_138 { 
	width:28.977331161499023px;
	height:28.977331161499023px;
	position:absolute;
	left:231.8191680908203px;
	top:0.0002456461079418659px;
}
.e106_139 { 
	width:28.977331161499023px;
	height:28.977331161499023px;
	position:absolute;
	left:0px;
	top:0px;
}
.e106_140 { 
	background-color:rgba(255, 255, 255, 1);
	width:28.977331161499023px;
	height:28.977331161499023px;
	position:absolute;
	left:0px;
	top:0px;
}
.e106_87 { 
	width:236px;
	height:87px;
	position:absolute;
	left:1169px;
	top:194px;
}
.ei106_87_2_187 { 
	width:201.38331604003906px;
	height:71.19853973388672px;
	position:absolute;
	left:-0.00002015071913774591px;
	top:7.910948276519775px;
}
.ei106_87_2_188 { 
	background-color:rgba(204.00000303983688, 157.0000058412552, 47.0000009983778, 1);
	width:191.83193969726562px;
	height:71.19853973388672px;
	position:absolute;
	left:0px;
	top:0px;
}
.ei106_87_2_189 { 
	color:rgba(91.00000217556953, 0, 23.000000528991222, 1);
	width:161.98223876953125px;
	height:33.80803680419922px;
	position:absolute;
	left:39.401084899902344px;
	top:17.812580108642578px;
	font-family:Akaya Telivigala;
	text-align:left;
	font-size:28px;
	letter-spacing:0;
}
.ei106_87_2_190 { 
	width:44.168060302734375px;
	height:87px;
	position:absolute;
	left:191.83192443847656px;
	top:-9.862050376341358e-8px;
}
.ei106_87_2_191 { 
	background-color:rgba(91.00000217556953, 0, 23.000000528991222, 1);
	width:42.06037902832031px;
	height:84.40416717529297px;
	position:absolute;
	left:1.121795654296875px;
	top:85.53429412841797px;
}
.ei106_87_2_192 { 
	background-color:rgba(204.00000303983688, 157.0000058412552, 47.0000009983778, 1);
	width:44.16807556152344px;
	height:87px;
	position:absolute;
	left:0px;
	top:87px;
}
.ei106_87_2_193 { 
	background-color:rgba(204.00000303983688, 157.0000058412552, 47.0000009983778, 1);
	width:5.4951171875px;
	height:5.534576416015625px;
	position:absolute;
	left:25.281570434570312px;
	top:34.71889877319336px;
}
.ei106_87_2_194 { 
	background-color:rgba(204.00000303983688, 157.0000058412552, 47.0000009983778, 1);
	width:5.4938812255859375px;
	height:5.535830497741699px;
	position:absolute;
	left:9.711318969726562px;
	top:18.11564826965332px;
}
.ei106_87_2_195 { 
	background-color:rgba(204.00000303983688, 157.0000058412552, 47.0000009983778, 1);
	width:5.4938812255859375px;
	height:5.534576416015625px;
	position:absolute;
	left:9.711318969726562px;
	top:72.67178344726562px;
}
.ei106_87_2_196 { 
	background-color:rgba(204.00000303983688, 157.0000058412552, 47.0000009983778, 1);
	width:5.4951171875px;
	height:5.534576416015625px;
	position:absolute;
	left:25.281570434570312px;
	top:56.85822296142578px;
}
.e106_90 { 
	width:86px;
	height:21px;
	position:absolute;
	left:312px;
	top:232px;
}
.ei106_90_2_182 { 
	color:rgba(255, 255, 255, 1);
	width:86px;
	height:21px;
	position:absolute;
	left:0px;
	top:0px;
	font-family:Cutive;
	text-align:left;
	font-size:24px;
	letter-spacing:0;
}
.e106_91 { 
	width:81px;
	height:21px;
	position:absolute;
	left:495px;
	top:232px;
}
.ei106_91_2_183 { 
	color:rgba(255, 255, 255, 1);
	width:81px;
	height:21px;
	position:absolute;
	left:0px;
	top:0px;
	font-family:Cutive;
	text-align:left;
	font-size:24px;
	letter-spacing:0;
}
.e106_93 { 
	width:97px;
	height:21px;
	position:absolute;
	left:708px;
	top:232px;
}
.ei106_93_2_185 { 
	color:rgba(255, 255, 255, 1);
	width:97px;
	height:21px;
	position:absolute;
	left:0px;
	top:0px;
	font-family:Cutive;
	text-align:left;
	font-size:24px;
	letter-spacing:0;
}
.e106_94 { 
	width:122px;
	height:26px;
	position:absolute;
	left:889px;
	top:232px;
}
.ei106_94_6_181 { 
	color:rgba(255, 255, 255, 1);
	width:122px;
	height:26px;
	position:absolute;
	left:0px;
	top:0px;
	font-family:Cutive;
	text-align:left;
	font-size:24px;
	letter-spacing:0;
}
.e106_95 { 
	width:118px;
	height:113px;
	position:absolute;
	left:18px;
	top:181px;
}
.ei106_95_2_4 { 
	width:118px;
	height:113px;
	position:absolute;
	left:0px;
	top:0px;
	border-top-left-radius:112.5px;
	border-top-right-radius:112.5px;
	border-bottom-left-radius:112.5px;
	border-bottom-right-radius:112.5px;
	background-image:url(images/download__3__1.png);
	background-repeat:no-repeat;
	background-size:cover;
}

.menu-box{
	padding: 70px 0px;
}

.heading-title{
	margin-bottom: 50px;
}
.heading-title h2{
	color: #010101;
	font-size: 28px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}
.heading-title p{
	font-size: 18px;
	font-weight: 200;
	margin: 0px;
}

.inner-menu-box{}
.inner-menu-box .nav-pills .nav-link.active{
	background: #d65106;
}
.inner-menu-box .nav-pills .nav-link{
	font-size: 18px;
}
.inner-menu-box .nav-pills .nav-link:hover{
	background: #d65106;
	color: #ffffff;
}

.gallery-single{
	margin-bottom: 30px;
}

.gallery-single {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.why-text {
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    height: 100%;
    background: rgba(207, 166, 113, 0.9);
    padding: 12px 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.why-text h4{
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}
.why-text p{
	color: #ffffff;
	font-size: 13px;
	border-bottom: 1px dashed #010101;
	margin: 0px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.why-text h5{
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.gallery-single:hover .why-text{
	bottom: 0px;
}

svg {
  height: 20vh;
  width: 100%;
}

.loading-wrapper {
  position: absolute;
  text-align: center;
  padding-top: 50px;
  min-height: 200px;
  min-width: 250px;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0; 
  transform: translate(-50%, -50%)
}

svg #cap {
  transform-origin: center;
  animation: capAnimation 1s ease-in-out infinite
}

@keyframes capAnimation {
  0% {
      transform: rotate(5deg);
  }
  50% {
      transform: rotate(-5deg);
  }
  100% {
      transform: rotate(5deg);
  }
}

svg #cap,
svg #body {
  fill:#008000
}

svg #elem-1 {}
svg #elem-2 {}
svg #elem-3 {}



svg .smell {
  opacity: 10;
  fill:	#FFD700
}

.loading-wrapper .loading-text {
  text-align: center;
  margin: 15px;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 2em;
  text-transform: lovercase;
  color: 	#008000;
}

.loading-wrapper .loading-text .letter {
  display: inline-block;
  cursor: pointer;
  text-shadow: 0px 2px 8px rgb(10, 103, 0)
}

/*---------------------------------------
     cuisines            
  -----------------------------------------*/

#about1 {
  padding-bottom: 0;
}

.about-info-1 {
  padding: 0 2em 1em 0;
}

.about-info-1 .section-title {
  padding-bottom: 10px;
}

.about-image {
  position: absolute;
}

.about-section-box1{
padding: -5px 0px;
background: #ffffff url(../images/about-bg.jpg) no-repeat bottom center;
background-size: cover;
}
.about1 .about-section-box1 .img-fluid{
box-shadow: 20px 20px 0px #d65106;
}
.about1 .inner-column{
text-align: left;
}
.about1 .section-title2 .inner-column1 h1{
  font-family: 'Great Vibes', cursive;
font-size: 30px;
color: #010101;
text-align:center;
font-weight: 500;
text-transform:uppercase;
}
.about1 .inner-column h1 span{
color: #199503;
}
.about1 .inner-column h4{
font-size: 16px;
font-weight: 500;
}
.about1 .inner-column h5 span{
color: #199503;
font-size: 22px;
}
.about1 .inner-column h5{
font-family: 'Rubik', sans-serif;
font-size: 16px;
font-weight: 500;
line-height:30px;
}
.about1 .inner-column p{
font-size: 18px;
color: #222222;
}
.about1 .inner-column .btn-outline-new-white{
color: #fff;
}
.about1 .inner-column .btn-outline-new-white:hover{
color: #ffffff;
}

.item .checked {
  color: gold;
}




.PagesSlider img {
  width: 50%;
  height: 300px;
}

/* AQUI SE GENERA LA BARRA DIFUMINADA QUE ESTA EN LA PARTE INFERIOR DE LOS TILES */
.BlurredTileBar {
  position: relative;
  margin-top: -50px;
  height: 50px;
  width: 50%;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 83%, rgba(0, 0, 0, 0.65) 84%, rgba(0, 0, 0, 0.65) 85%, rgba(0, 0, 0, 0.65) 87%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 83%, rgba(0, 0, 0, 0.65) 84%, rgba(0, 0, 0, 0.65) 85%, rgba(0, 0, 0, 0.65) 87%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 83%, rgba(0, 0, 0, 0.65) 84%, rgba(0, 0, 0, 0.65) 85%, rgba(0, 0, 0, 0.65) 87%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.PagesSlider {
  position: relative;
  width: 1em;
  height: 280px;
  margin: 0 auto 0 auto;
}
@media (min-width: 165em) {
  .PagesSlider::before, .PagesSlider::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    width: 1em;
    height: 100%;
  }
  .PagesSlider::before {
    right: calc(-50vw + 50%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #FFF, #FFF);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFF, #FFF);
  }
  .PagesSlider::after {
    left: calc(-50vw + 50%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #FFF, #FFF);
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #FFF, #FFF);
  }
}

.PagesSlider-phone {
  position: absolute;
  z-index: 1;
}
.PagesSlider-phone::after, .PagesSlider-phone::before {
  position: absolute;
  content: '';
  bottom: 0;
  width: 50vw;
  height: 5.625em;
  background: #FFF;
  z-index: -1;
}
.PagesSlider-phone::before {
  left: calc(100% - 0.625em);
}
.PagesSlider-phone::after {
  right: calc(100% - 0.625em);
}
.PagesSlider-phone img {
  display: block;
  width: 21.8125em;
  height: 25.5625em;
}

.PagesSlider-slides {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*top: 5em;*/
  padding-left: 0.3125em;
}

.PagesSlider-slide {
  position: absolute;
  margin-left: -2em;
  padding-left: 0.32em;
  /*top: 3.5625em;*/
  width: 25em;
  height: 16.9375em;
}
.PagesSlider-slide:nth-child(1) {
  -webkit-animation: PagesSlider-animation 20s -2.5s ease-in-out infinite;
          animation: PagesSlider-animation 20s -2.5s ease-in-out infinite;
}
.PagesSlider-slide:nth-child(2) {
  -webkit-animation: PagesSlider-animation 20s -5s ease-in-out infinite;
          animation: PagesSlider-animation 20s -5s ease-in-out infinite;
}
.PagesSlider-slide:nth-child(3) {
  -webkit-animation: PagesSlider-animation 20s -7.5s ease-in-out infinite;
          animation: PagesSlider-animation 20s -7.5s ease-in-out infinite;
}
.PagesSlider-slide:nth-child(4) {
  -webkit-animation: PagesSlider-animation 20s -10s ease-in-out infinite;
          animation: PagesSlider-animation 20s -10s ease-in-out infinite;
}
.PagesSlider-slide:nth-child(5) {
  -webkit-animation: PagesSlider-animation 20s -12.5s ease-in-out infinite;
          animation: PagesSlider-animation 20s -12.5s ease-in-out infinite;
}
.PagesSlider-slide:nth-child(6) {
  -webkit-animation: PagesSlider-animation 20s -15s ease-in-out infinite;
          animation: PagesSlider-animation 20s -15s ease-in-out infinite;
}
.PagesSlider-slide:nth-child(7) {
  -webkit-animation: PagesSlider-animation 20s -17.5s ease-in-out infinite;
          animation: PagesSlider-animation 20s -17.5s ease-in-out infinite;
}
.PagesSlider-slide:nth-child(8) {
  -webkit-animation: PagesSlider-animation 20s -20s ease-in-out infinite;
          animation: PagesSlider-animation 20s -20s ease-in-out infinite;
}
.PagesSlider-slide:nth-child(9) {
  -webkit-animation: PagesSlider-animation 20s -20s ease-in-out infinite;
          animation: PagesSlider-animation 20s -20s ease-in-out infinite;
}
.PagesSlider-slide:nth-child(10) {
  -webkit-animation: PagesSlider-animation 20s -20s ease-in-out infinite;
          animation: PagesSlider-animation 20s -20s ease-in-out infinite;
}
.PagesSlider-slide:nth-child(11) {
  -webkit-animation: PagesSlider-animation 20s -20s ease-in-out infinite;
          animation: PagesSlider-animation 20s -20s ease-in-out infinite;
}
.PagesSlider-slide:nth-child(12) {
  -webkit-animation: PagesSlider-animation 20s -20s ease-in-out infinite;
          animation: PagesSlider-animation 20s -20s ease-in-out infinite;
}
@-webkit-keyframes PagesSlider-animation {
  0%,
		10% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%);
  }
  12.5%,
		22.5% {
    -webkit-transform: translateX(400%);
            transform: translateX(400%);
  }
  25%,
		35% {
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
  }
  37.5%,
		47.5% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  50%,
		60% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  62.5%,
		72.5% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  75%,
		85% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  87.5%,
		97.5% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100%,
		100% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}

@keyframes PagesSlider-animation {
  0%,
		10% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%);
  }
  12.5%,
		22.5% {
    -webkit-transform: translateX(400%);
            transform: translateX(400%);
  }
  25%,
		35% {
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
  }
  37.5%,
		47.5% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  50%,
		60% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  62.5%,
		72.5% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  75%,
		85% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  87.5%,
		97.5% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100%,
		100% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}






.testimonal {
  width: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  align-items: center;
  justify-content: space-around;
}
.twitter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #02b1b1;
}
.twitter i {
  font-size: 20px;
}
.twitter small {
  transform: translateY(-3px);
}
.user {
  width: 190px;
  height: 190px;
}
.img {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.user-text {
  width: 300px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.slider-btn {
  background: rgba(0, 0, 0, 0.5);
  width: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin-bottom: 13px;
}

.dot:hover {
  background-color: #717171;
}