/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,lTisa Sans Pro Regular,legend,table,caption,tbody,tfoot,thead,tr,th,td,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%; aspect-ratio: attr(width) / attr(height);}
/*end reset*/
body{
	background:whitesmoke;
	font-family:'Tisa Sans Pro Regular', sans-serif;
}
/*----start-wrap-----*/
.wrap{
	width:80%;
	margin:0 auto;
}
/*----start-header-----*/
.header{
	background:#3a3153;
	border-bottom:2px solid #f48200;
}
.logo{
	float:left;
	padding-top: 20px;
}
.logo ul li{
	display:inline-block;
}
.logo ul li img {
	margin-top: -20px;
	vertical-align:middle;
	padding-left: 5px;
	padding-right: 10px;
	max-width: 100%;
	height: auto;
}
.logo p{
	color:whitesmoke;
	font-family: 'Neuropol';
	font-size: 3.5em;
}
.social-icons{
	float:right;
	margin-top: 1.1%;
}
.social-icons ul li{
	display:inline-block;
}
.social-icons ul li a{
	color:whitesmoke;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	font-size:1.5em;
	font-weight: bold;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.social-icons ul li a:hover{
	color:#f48200;
}
.social-icons ul li a img{
	vertical-align:middle;
	padding-right: 5px;
}
.social-icons ul li img:hover{
	color:#f48200;
}
.social-icons p{
	padding-top: 12px;
	padding-left: 50px;
	color:whitesmoke;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	font-size:0.800em;
}
.fb{
	text-align:center;
}
/*------start-top-nav------*/
.top-nav {
	background:#00303F;
	border-top-style:dotted;
	border-top-color: #FDC921;
	border-top-width: 2px;
}
.top-nav-left{
	float:left;
}
.top-nav-right{
	float:right;
	padding: 7px 10px;
}
.top-nav-left ul li{
	display:inline-block;
	float:left;
	border-left:1px solid #3D3D3D;
}
.top-nav-left  ul li:nth-child(1){
	border:none;
}
.top-nav-left ul li a{
	padding:20px;
	display:block;
	color:#FFFFFF;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	text-transform: uppercase;
	font-size: 1em;
}
.top-nav-left li.active a, .top-nav-left li a:hover {	
	background: #c53211;
	}
.top-header {
	padding: 20px 0;
}
.top-nav-right input[type="submit"]{
	background: url(#) no-repeat 42% 50% #f48200;
	padding:14px 20px;
	border: none;
	display: block;
	float: left;
	margin:0;
	outline:none;
	cursor:pointer;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.top-nav-right input[type="submit"]:hover{
	background: url(#) no-repeat 42% 50% #996004;
}
.top-nav-right input[type="text"]{
	border:none;
	float:left;
	padding:14px 5px;
	outline:none;
	display: block;
	margin:0;
	-webkit-apperance:none;
}
/*---start-content-----*/
.content span{
	text-align: center;
}
.mainsub p{
	text-align: center;
}
.top-grid{
	width: 31.33%;
	float: left;
	text-align: center;
	margin-right: 3%;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	background:#fefefe;
	padding: 1.5em 0;
	border-top:30px solid #f48200;
	margin-top: -4em;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
	border-bottom-style: solid;
	border-bottom-color: #FDC921;
	border-bottom-width: 3px;
}
.top-grid h3{
	font-family: 'Cookie', cursive;
	color: #151616;
	font-size:2.0em;
	
}
.top-grid h2{
	font-family: 'Tisa Sans Pro Regular', Helvetica, sans-serif;
	color: #151616;
	font-size:1.5em;
	font-weight: bold;
}
.top-grid h4{
	font-family: 'Tisa Sans Pro Regular', Helvetica, sans-serif;
	color: #151616;
	font-size: 1.0000em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0.5em auto 0.8em auto;
	width: 90%;
}
.top-grid h5{
	font-family: 'Tisa Sans Pro Regular', Helvetica, sans-serif;
	color: #151616;
	font-size: 1.2em;
	font-weight: bold;
	background-color:#ffde22;
}
.top-grid p{
	font-family: 'Tisa Sans Pro Regular', Helvetica, sans-serif;
	font-size: 1em;
	color:#151616;
	line-height: 1.5em;
	margin: 0.5em auto 0.8em auto;
	width: 90%;
}
.top-grid img{
	display: inline-block;
}
.top-grid span{
	font-weight: bold;
}
.enquire h4{
	padding: 2px;
	font-weight: bold;
	border-width: 5px;
	border-radius: 1.5px;
	border-color: yellow;
	border-style: dotted;
	
}
.top-grid input{
	flex-grow: 1;
}
.button{
	color: #FFF;
	font-size: 0.875em;
	text-transform: uppercase;
	padding:10px 15px;
	border:none;
	display: inline-block;
	background: #151616;
	margin-top:10px;
	-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;
}
.button:hover{
	background:#151616;
	color:#FFF;
}
.button-article{
	color: #FFF;
	font-size: 0.875em;
	text-transform: uppercase;
	padding:10px 15px;
	border:none;
	display: inline-block;
	background:#151616;
	margin-top:10px;
	-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;
}
.button-article:hover{
	background:#c53211;
}
.top-grids {
	margin: 0 0 3em 0;
}
.last-topgrid{
	margin:0;
	margin-top: -4em;
}
.button-top-grid{
	color: #FFF;
	font-size: 0.875em;
	text-transform: uppercase;
	padding:10px 15px;
	border:none;
	display: inline-block;
	background: #c53211;
	margin-top:10px;
	-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;
}
.button-top-grid:hover{
	background:#151616;
	color:#FFF;
}
/*----start---mid-grid-----*/

#cname h1{
	font-size:2.5em;
	font-family: 'Cookie', sans-serif;
	color:#f6bb0a;
	text-decoration: none;
}
.count{
	font-size: 3em;
	font-weight: bold;
	color: #f6bb0a;
}
.count span{
	font-size: 2em;
}
.specials{
	font-size: 2em;
	font-weight: bold;
	color:whitesmoke;
	padding: 10px;
	font-weight: bold;
	border-width: 5px;
	border-radius: 1.5px;
	border-color: yellow;
	border-style: dotted;
}
.servicesm{
	font-size: 2em;
	font-weight: bold;
	color:#f6bb0a;
	padding: 10px;
	border-width: 5px;
	border-radius: 1.5px;
	border-color: whitesmoke;
	border-style: dotted;
}
.mid-grid p{
	font-size: 0.875em;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	color:#816943;
	width: 73%;
	margin: 0 auto;
	line-height: 1.8em;
	margin-bottom: 1em;
}
.mid-grid {
	text-align: center;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	margin: 4em 0 0em 0;
	background:#bd2e95;
	padding: 3em 0;
	border-top-style: dotted;
	border-top-color: #FDC921;
	border-top-width: 4px;
	border-bottom-style:dotted;
	border-bottom-color: #FDC921;
	border-bottom-width: 4px;
}

.mid-grid.button{
	display:block;
}
.button1{
	color: #FFF;
	font-size: 0.875em;
	text-transform: uppercase;
	padding:10px 15px;
	border: 1px solid #EEE;
	margin-top:10px;
	display: inline-block;
	background: #f6bb0a;
	-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;
}
.button1:hover{
	background:#151616;
	color:#FFF;
}
/*-----bottom-grids----*/
.bottom-grid1 {
	width: 25%;
	float:left;
	margin-right: 3%;
	background-color: #FDC921;
	border-radius: 25px;
	padding: 20px;
	padding-bottom: 30px;
	box-shadow: 5px 10px #888888;
	margin-top: 1.5em;
}
.bottom-last {
	margin-right:0;
}
.bottom-grids{
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	padding: 2em 0 3em 0;
}
.bottom-grid1 h3,.bottom-grid2 h3{
	color: #090A0A;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	font-size:1.6em;
	font-weight: bold;
	padding: 15px 0px 15px 0px;
	border-bottom: 2px solid #958989;
	margin-bottom: 13px;
	text-transform: uppercase;
	text-align: center;
}
.bottom-grid1 span,.bottom-grid2 span{
	color:#090A0A;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}
.bottom-grid1 p,.bottom-grid2 p{
	font-size: 1em;
	color:#090A0A;
	line-height: 1em;
	font-family: 'Tisa Sans Pro Regular', Helvetica, sans-serif;
	padding: 8px 0px 10px 0px;
}
.bottom-grid1 ul li a{
	display:block;
	color: #816943;
	font-family: Tisa Sans Pro Regular, Helvetica, sans-serif;
	font-size:1.2em;
	padding:8px 0px 8px 10px;;
	background:url(#) no-repeat 0;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.bottom-grid1 ul li a:hover{
	color:#f48200;
}
.bottom-grid-fristlink{
	background: #026660;
	padding: 10px;
	color: #fff;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	font-weight: bold;
	transition: all 0.3s;
}
.bottom-grid-fristlink img{
	vertical-align:middle;
}
.bottom-grid-fristlink:hover{
	color:#000;
}
.bottom-grid2 ul li{
	display: inline-block;
	width:46%;
	padding: 0px 5px;
}
.bottom-grid2 {
	float:left;
	width:33%;
	margin-right: 3%;
	background-color: #FDC921;
	border-radius: 25px;
	padding: 15px;
	box-shadow: 5px 10px #888888;
	margin-top: 1.5em;
}
.bottom-mid span{
	color:#151617;
}
.bottom-mid a{
	background:#c53211 ;
}
.bottom-last a{
	background:#c53211 ;
}
.bottom-grid1 a{
		background:#c53211 ;
}
.bottom-last span{
	color:#151617;	
}
.gallery li a img{
	display:block;
}
.bottom-grids li{
	font-size: 0.950rem;
}
/*---footer----*/
.footer{
	background:#682bd7;
	padding:20px 0px;
	margin-top: 30px;
	border-top-style: dotted;
	border-top-color: #FDC921;
	border-top-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #FDC921;
	border-bottom-width: 4px;
}
.footer-grid{
	float:left;
	width: 24%;
	margin-right: 2%;
}
.footer-grid h3{
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	color: #ffde22;
	font-size:1.2em;
	text-transform: uppercase;
	padding: 10px 0 3px 0px;
	font-weight: bold;
}
.footer-grid p{
	font-size: 1em;
	padding:5px 0;
	color: white;
	line-height: 1.8em;
	font-family:  'Tisa Sans Pro Regular', Helvetica, sans-serif;
}
.footer-grid a{
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	color: #fff;
	font-size: 1.000em;
}
.footer-grid a:hover{
	background:#090A0A;
	color:#FFF;
}
.footer-grid ul li{
	display:block;
}

.footer-grid cbt{
    min-height: fit-content;
    max-width: fit-content;
}
.center-grid a{
	background: none;
	padding: 0px;
	color:#ffde22;
	margin: 5px;
	border-bottom: 1px ridge rgba(192, 192, 192, 0.13);
	padding: 0px 5px 9px 0px;
}
.center-grid{
	width:20%;
}
.center-grid a:hover{
	background:none;
}
.center-grid ul{
	margin-top:5px;
}
.twitts p {
    font-family: 'Tisa Sans Pro Regular';
	font-size:0.8125em;
	cursor:pointer;
	padding-right:5px;
	padding-left:5px;
}
.twitts span{
	display:block;
	color:#ffde22;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	-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;
	font-size:1.0000em;
}
.twitts span:hover{
	color:#fff;
	cursor:pointer;
}

/*----copy-right-----*/
.copy-right{
	text-align:center;
	padding:10px 0px;
	background:#3a3153;
	position:relative;
}
.copy-right p{
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	color: #FFF;
	font-size: 1em;
	
}
.copy-right p a{
	color:#f6bb0a;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	-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;
}
.copy-right p a:hover{
	color:#fff;
}
.tag span{
	color: red;
	font-size: 1.5em;
}
/*---about-us----*/
.about-us {
	padding: 30px 0 50px 0;
}
.about-header h2{
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	font-size: 1.8em;
	color: #151616;
	text-transform: none;
	text-align: center;
}
.about-header h3{
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	font-size: 1.5em;
	color:#090A0A;
	text-transform: uppercase;
}
.about-info a{
	text-transform: uppercase;
	font-size:1em;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	color:#202020;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 1em 0 0.5em 0;
	display: block;
}
.about-info p{
	font-size: 0.95em;
	color: #151616;
	font-family: 'Tisa Sans Pro Regular', Helvetica, sans-serif;
	line-height: 1.8em;
}
.about-info h3{
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	font-size: 1.5em;
	color:#090A0A;
	
}
article{
	margin: 20px;
	padding: 20px 0 20px 20px;
}
.article a{
	text-transform: none;
	font-size:1em;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	color:#202020;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 1em 0 0.5em 0;
}
.article p{
	font-size: 0.95em;
	color: #151616;
	font-family: 'Tisa Sans Pro Regular', Helvetica, sans-serif;
	line-height: 1.8em;
	float:left;
}
.article span{
	font-size: 13px;
}
.book-box{
	border-top: 5px solid #EEE;
	padding-top: 10px;
	padding-bottom: 10px;
}
.book-box p,
.book-box a{

			   display: inline-block;
               vertical-align: top;
               line-height: 30px;
}
/*-----specials-heading----*/
.specials-heading h5{
	float: left;
	width: 33%;
	height: 1px;
	background: #D1D1D1;
	margin: 24px 0px 0px 0px;
}
/*----special-grid------*/
.special-grid {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}
.specials {
	margin-top: 2em;
}
.special-grid img{
	width:100%;
}
.special-grid a{
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	color:#f48200;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 0.3em 0;
	display: block;
}
.special-grid p{
	font-size: 0.85em;
	color: #816943;
	font-family: Tisa Sans Pro Regular, Helvetica, sans-serif;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
}
.spe-grid{
	margin: 0px;
}
.specials-grids {
	padding: 25px 0 60px 0;
}
/*-----specials-heading----*/
.specials-heading h3{
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	font-size: 1.5em;
	color:#151616;
	text-transform: uppercase;
}
/*----start-testmonial-grid----*/
.testmonial-grid{
	text-align:center;
}
.testmonial-grid h3{
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	font-size:1.8em;
	color: #151616;
	text-align: center;
	text-transform: uppercase;
	padding: 0em 0 0.5em 0;
}
.testmonial-grid p{
	font-size: 0.875em;
	color:#816943;
	font-family: Tisa Sans Pro Regular, Helvetica, sans-serif;
	padding: 0em 1em 1em 1em;
	line-height: 1.8em;
}
.testmonial-grid a{
	font-size: 1.2em;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	color:#f48200;
}
.testmonials{
	background:#EAE4D8;
	padding: 30px 0;
}
/*---start-services----*/
.services {
	padding: 30px 0 0px 0;
}
.services-header h3{
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	font-size: 1.5em;
	color: #090A0A;
	text-transform: uppercase;
}
.services-grid{
	width:33.3%;
	float:right;
}
.services-grid a{
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	color:#151617;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 1em 0 0.5em 0;
	display: block;
    align-content: center;
}
.services-grid p{
	font-size: 0.875em;
	color:#151616;
	font-family: 'Tisa Sans Pro Regular', Helvetica, sans-serif;
	line-height: 1.5em;
	padding: 1em 1em 1em 1em;
}
.services-grids a img{
	border-style: solid;
	border-color: black;
	border-width: 5px;
}
.services-grids span{
	font-family:'Open Sans', sans-serif; 
	font-size: 1.2em;
	color: #151617;
}
/*---start-gallery---*/
.gallerys {
	font-family: 'Tisa Sans Pro Regular', sans-serif;
}
.gallerys h3{
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	font-size: 1.5em;
	color: #151616;
	text-transform: uppercase;
	padding:1em 0;
	text-align: center;
	font-weight: bold;
}

.gallery-grid{
	width: 31.44%;
	float:left;
	border-style: solid;
	border: 2px solid white;
	background-color:#ffde22;
	
}
.gallery-grid p {
	font-size: 0.875em;
	padding: 0.3em 0.8em 1.2em 0.6em;
	color: #000000;
	line-height: 1.8em;
	text-align: justify;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
}
.gallery-button-lane{
	text-align: center;
}
.gallery-button a {
	color: #FFF;
	font-size: 0.85em;
	text-transform: uppercase;
	padding:8px 10px;
	border: 1px solid #EEE;
	display: inline-block;
	background:#c53211;

	display: inline-block;

}
.gallery-button a:hover {
	background: #f6bb0a;
	color: #FFF;
}
.grid2{
	margin: 0px 35px;
}
.gallery-grids {
	margin-bottom: 30px;	
}
.gallery-grid a{
	display:inline-block;
	position:relative;
}
.gallery-grid a img{
	display:block;
	width: 300;
	height: 250;
	border: 1px solid white;
}
.gallery-grid a span {
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align:center;
	line-height:4em;
	color:#fff;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	text-shadow: 0px 1px 1px #000;
	font-size:2em;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgba(64, 72, 109, 0.61);
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.gallery-grid a:hover span {
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.projects-bottom-paination ul li{
	display:inline-block;
}
.projects-bottom-paination{
	text-align: center;
	padding: 55px 0;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
}
.projects-bottom-paination li a{
	font: 400 12px/1.2em Tisa Sans Pro Regular;
	color: #5a5a5a;
	padding: 11px 18px;
	background: #fff;
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #e9e9e9;
	margin-top: 16px;
}
.projects-bottom-paination li.active a, .projects-bottom-paination li a:hover {
	background:#00303F;
	color:#fff;
}
.gallery-grid h4{
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	text-transform: none;
	color: #151616;
	-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;
	cursor: pointer;
	padding: 13px 0px 2px 0px;
}
.gallery-grid h4:hover{
	color:#f48200;
}

/*---contact----*/
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	font-size: 1.5em;
	color: #151617;
	text-transform: uppercase;
	padding:5px 0;
	margin-bottom:10px;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size: 0.875em;
	color: #151617;
	padding-bottom:5px;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			border: none;
			outline:none;
			color:#151616;
			font-size:1.2em;
			font-family:Tisa Sans Pro Regular, Helvetica, sans-serif;
			border: 1px solid rgba(192, 192, 192, 0.41);
			-webkit-appearance:none;
}
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
	border:1px solid #F1DDBD;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.mybutton{
	color: #FFF;
	font-size: 0.875em;
	text-transform: uppercase;
	padding:8px 15px;
	border: 1px solid #EEE;
	display: inline-block;
	background:#f48200;
	border:none;
	outline: none;
	cursor:pointer;
	font-family: 'Tisa Sans Pro Regular', sans-serif;
	-webkit-appearance:none;
}
.mybutton:hover{
	background:#222;
	color: #FFF;
}
.company_address{
}
.company_address p{
	font-size: 0.875em;
	color:#151616;
	line-height: 1.8em;
	font-family:  'Tisa Sans Pro Regular', Helvetica, sans-serif;
}
.company_address p span a{
	text-decoration:underline;
	color:#151616;
	cursor:pointer;
}
.company_address p span a:hover{
	text-decoration:none;
}
.map{
	margin-bottom:15px;
}

.icons a{
	margin-right: 30px; 
}

.icons a:last-child {
 margin-right: 0;
}
#omenu{
	font-weight: bold;
}

.vgallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .video-item {
      text-align: center;
      cursor: pointer;
    }

    .video-item img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
      transition: transform 0.2s;
	  box-shadow: 5px 8px #FFF;
    }

    .video-item img:hover {
      transform: scale(1.05);
    }

    .video-item span {
      display: block;
      margin-top: 8px;
      font-weight: bold;
	  font-family:'Tisa Sans Pro Regular', Helvetica, sans-serif;
	  font-size: 22px;
	  color:#FFF;
	  background-color: #090A0A;
	  box-shadow: 5px 8px #f6bb0a;
    }

	h2{
		font-family: 'Tisa Sans Pro Regular', Helvetica, sans-serif;
		font-size: 34px;
		font-weight: bold;
		color: #090A0A;
		background-color: #f6bb0a;
	}

    /* Modal styles */
    .vmodal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.85);
      align-items: center;
      justify-content: center;
      padding: 20px;
    }

    .vmodal-content {
      position: relative;
      max-width: 900px;
      width: 100%;
      background-color: #000;
      border-radius: 8px;
	  align-content: center;
	  display: flex;
      justify-content: center;
    }

    .vmodal video {
      width: 85%;
      height: auto;
      display: block;
      border-radius: 8px;
    }

    .vclose {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 30px;
      color: #fff;
      cursor: pointer;
    }


  .map-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #eee;
  }

  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .legal p{
	font-family: inherit;
	font-size: 1em;
	color: whitesmoke;
	background-color: #000;
	box-shadow:#f6bb0a;
  }
  .legal a{
	color: #f6bb0a;
  }
  .legal active a, .legal a:hover {
   color: whitesmoke;
  }


    .bpost-wrapper {
      margin-top: 25px;
      position: relative;
      max-width: 100%;
      background-color: #3a3153;;
    }

    .bpost-label {
      position: absolute;
      top: -28px;
      left: 16px;
      background-color: #151616;
      color: white;
      padding: 4px 12px;
      font-size: 18px;
      border-radius: 6px;
      font-weight: bold;
      z-index: 2;
    }

      .bpost-label::after {
      content: " ➡️"; /* Adds arrow after the label text */
    }

    .bpost-container {
      background: #c53211;
      padding: 16px;
      overflow: hidden;
      position: relative;
    }
      .bpost-track {
      display: inline-block;
      white-space: nowrap;
      animation: scroll-alternate 150s linear infinite alternate;
    }

    .bpost-track a {
      display: inline-block;
      margin-right: 40px;
      font-size: 18px;
      color: #fff8e1;
      text-decoration: none;
    }

    .bpost-track a::before {
      content: "📘 ";
    }

    .bpost-track a:hover {
        color: #FDC921;
      text-decoration: none;
    }

   @keyframes scroll-alternate {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-100%);
      }
    }

.gmb-reviews {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px;
  max-width: 800px;
  margin: 2rem auto;
  box-shadow: 0 0 12px rgba(0,0,0,0.08);
}
.gmb-reviews h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 1.5rem;
}
.gmb-reviews .review {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.gmb-reviews .review span {
  display: block;
  margin-top: 0.5rem;
  font-style: italic;
  color: #777;
}
.gmb-link {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #4285f4;
  text-decoration: none;
  font-weight: bold;
}
.gmb-link:hover {
  text-decoration: underline;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	} 
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
   .vmodal video {
        height: auto;
	    width: 80%;
      }
	  .vmodal-content{
		  align-content: center;
	 	 display: flex;
     	 justify-content: center;
	  }
	  .slider{
		display: none;
	  }
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin:0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}

.contact-footer{
	border-top: 1px solid rgba(69, 69, 69, 0.13);
	padding: 25px 0px 0px 0px;
}
 .vmodal video {
        height: auto;
		width: 80%;
      }
	    .vmodal-content{
		  align-content: center;
	 	 display: flex;
     	 justify-content: center;
	  }
	  .slider{
		display: none;
	  }
}
/*----responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}	
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1024px){
	.wrap{
		width:90%;
	}
	.bottom-grid2 ul li {
		width: 45.5%;
	}
	.bottom-grid2 ul li{
		padding:8px 5px;
	}
	.gallery-grid a span{
		line-height:3em;
	}
	.grid2 {
		margin: 0px 34px;
	}
	.gallery-grid {
		width: 30.7%;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.bottom-grid2 ul li{
		width:44.5%;
	}
	.gallery-grid {
		width: 30%;
   }	
}
@media only screen and (max-width: 640px) {
	.wrap{
		width:95%;
	}
	.top-nav-left ul li a{
		padding:20px 8px;
		font-size:0.8em;
	}
	.top-grid h3{
		font-size:2.2em;
	}
	.mid-grid p{
	   width:100%;
	}
	.mid-grid{
		padding:1em 0;
	}
	.bottom-grid1,.bottom-grid2{
		width:94%;
		padding:3%;
		margin-right:0;
	}
	.bottom-grids{
		padding:10px;
	}
	.bottom-grid1 h3, .bottom-grid2 h3{
		padding:0;
	}
	.footer{
		margin-top:0;
		padding:0;
	}
	.footer-grid{
		width:94%;
		padding:3%;
		margin-right:0;
	}
	.services-grid{
		float:none;
		width:100%;
	}
    .gallery-grid{
       width:29%;
    }
	 .vmodal video {
        height: auto;
		width: 80%;
      }
	    .vmodal-content{
		  align-content: center;
	 	 display: flex;
     	 justify-content: center;
	  }
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.logo p{
		font-size: 2em;
		margin-top: 20px;
	}
	.logo ul li img{
		margin-top: 1px;
		width: 72px;
		height: 72px;
	}
	.top-nav-left ul li a{
		padding:15px 18px;
	}
	.top-grid{
		float:none;
		width:94%;
		padding:3%;
		margin-right:0;
		margin-top:15px;
	}
	.top-grids{
		margin:0;
	}
	.mid-grid{
		margin:1em 0 0 0;
	}
	.specials-grids{
		padding:5px 0;
	}
	.special-grid{
		float:none;
		width:94%;
		padding:3%;
		margin-right:0;
	}
	.gallery-grid{
		float:none;
		width:94%;
		padding:3%;
	}
	.grid2{
		margin:0;
	}
	.gallerys h3{
		padding:5px 0;
	}
	.gallery-grid a span{
		line-height:4em;
	}
	.gallery-grids{
		margin-bottom:0;
	}
	.projects-bottom-paination{
		padding:10px 0 20px 0;
	}
	 .vmodal video {
        height: auto;
		width: 80%;
      }
	    .vmodal-content{
		  align-content: center;
	 	 display: flex;
     	 justify-content: center;
	  }
	  .slider{
		display: none;
	  }
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.logo p{
		font-size: 1.8em;
		margin-top: 20px;
	}
	.logo ul li img{
		margin-top: 1px;
		width: 48px;
		height: 48px;
	}
	.social-icons ul li a img{
		padding-right:0;
	}
	.top-header{
		padding:10px 0;
	}
	.top-nav-left ul li a {
		padding: 15px 6.5px;
		font-size:0.7em;
   }
	.gallery-grid h4{
		padding:5px 0;
		font-size:1em;
	}
	.gallery-grid a span{
		line-height:3em;
	}	
	 .vmodal video {
        height: auto;
		width: 80%;
      }
	    .vmodal-content{
		  align-content: center;
	 	 display: flex;
     	 justify-content: center;
	  }
	  .slider{
		display: none;
	  }
}
/* Iphone 5*/ 
@media only screen
    and (device-width : 375px)
    and (device-height : 812px)
    and (-webkit-device-pixel-ratio : 3) {

		.wrap{
			width:95%;
		}
		.logo p{
			font-size: 1.8em;
			margin-top: 20px;
		}
		.logo ul li img{
			margin-top: 1px;
			width: 48px;
			height: 48px;
		}

	 }
/* Iphone */ 
@media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) { 

		.wrap{
			width:95%;
		}
		.logo p{
			font-size: 1.8em;
			margin-top: 20px;
		}
		.logo ul li img{
			margin-top: 1px;
			width: 48px;
			height: 48px;
		}
		 .vmodal video {
        height: auto;
		width: 80%;
      }
        .vmodal-content{
		  align-content: center;
	 	  display: flex;
     	  justify-content: center;
	  }
	}
/* Iphone */ 
@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) {

		.wrap{
			width:95%;
		}
		.logo p{
			font-size: 1.8em;
			margin-top: 20px;
		}
		.logo ul li img{
			margin-top: 1px;
			width: 48px;
			height: 48px;
		}
		 .vmodal video {
         height: auto;
		  width: 80%;
       }
	    .vmodal-content{
		  align-content: center;
	 	 display: flex;
     	 justify-content: center;
	  }
	 }
/* Iphone 5 */ 
	 @media only screen and (min-device-width: 320px) and (max-device-width: 568px) 
	 and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71)
	 {
		.wrap{
			width:95%;
		}
		.logo p{
			font-size: 1.8em;
			margin-top: 20px;
		}
		.logo ul li img{
			margin-top: 1px;
			width: 48px;
			height: 48px;
		}
		 .vmodal video {
        height: auto;
		 width: 80%;
      }
	    .vmodal-content{
		 align-content: center;
	 	 display: flex;
     	 justify-content: center;
	  }
	  .slider{
		display: none;
	  }
	 }
/* Iphone 4 */ 
	 @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3)
	 {
		.wrap{
			width:95%;
		}
		.logo p{
			font-size: 1.8em;
			margin-top: 20px;
		}
		.logo ul li img{
			margin-top: 1px;
			width: 48px;
			height: 48px;
		}
		 .vmodal video {
         height: auto;
		  width: 80%;
      }
	    .vmodal-content{
		  align-content: center;
	 	 display: flex;
     	 justify-content: center;
	  }
	  .slider{
		display: none;
	  }
	 }

	 @media screen and (max-device-width: 600px) and (orientation: portrait) {
		.hidden-desktop {
		  display: inherit !important;
		}
		.visible-desktop {
		  display: none !important;
		}
		.visible-phone {
		  display: inherit !important;
		}
		.hidden-phone {
		  display: none !important;
		}
		 .vmodal video {
        height: auto;
		 width: 80%;
      }
	    .vmodal-content{
		  align-content: center;
	 	 display: flex;
     	 justify-content: center;
	  }
	  }

	  @media screen and (max-device-width: 600px) and (orientation: landscape) {
		.hidden-desktop {
		  display: inherit !important;
		}
		.visible-desktop {
		  display: none !important;
		}
		.visible-phone {
		  display: inherit !important;
		}
		.hidden-phone {
		  display: none !important;
		}
		 .vmodal video {
        height: auto;
		 width: 80%;
      }
	    .vmodal-content{
		  align-content: center;
	 	 display: flex;
     	 justify-content: center;
	  }
	  }
/* Menu bar CSS */

.tab {

	-moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
   cursor: default;
 }
 .dropdown {
 position: relative;
 display: inline-block;
}

 .dropdown-content {
 display: none;
 right: 0;
 position: absolute;
 background-color: #c53211;
 min-width: 160px;
 box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.2);
 z-index:1;
 top:100%;
}


.dropdown-content a {
 color:#f9f9f9;
 padding: 10px 12px;
 text-decoration: none;
 display: block;
 font-size: 1em;
}


.dropdown-content a:hover {background-color:#00303F;}


.dropdown:hover .dropdown-content {
 display: block;
}

.dropdown:hover #dropbtn {
 background-color: #c53211;
}

/* Menu bar CSS */

/* Lightbox CSS */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* Lightbox CSS */

/* slider css */
.slider{
}
.camera_wrap a, .camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
   background: none;
   border: 0;
   font: inherit;
   font-size: 100%;
   margin: 0;
   padding: 0;
   vertical-align: baseline;
   list-style: none
}
.camera_wrap {
   display: none;
   float: left;
   position: relative;
   z-index: -1;
}
.camera_wrap img {
   max-width: none!important;
}
.camera_fakehover {
   height: 100%;
   min-height: 60px;
   position: relative;
   width: 100%;
   z-index: 1;
}
.camera_wrap {
   width: 100%;
}
.camera_src {
   display: none;
}
.cameraCont, .cameraContents {
   height: 100%;
   position: relative;
   width: 100%;
   z-index: 1;
}
.cameraSlide {
   bottom: 0;
   left: 0;
   position: absolute;
   right: 0;
   top: 0;
   width: 100%;
}
.cameraContent {
   bottom: 0;
   display: none;
   left: 0;
   position: absolute;
   right: 0;
   top: 0;
   width: 100%;

}
.camera_target {
   bottom: 0;
   height: 100%;
   left: 0;
   overflow: hidden;
   position: absolute;
   right: 0;
   text-align: left;
   top: 0;
   width: 100%;
   z-index: 0;
}
.camera_overlayer {
   bottom: 0;
   height: 100%;
   left: 0;
   overflow: hidden;
   position: absolute;
   right: 0;
   top: 0;
   width: 100%;
   z-index: 0;
}
.camera_target_content {
   bottom: 0;
   left: 0;
   overflow: hidden;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 2;
}
.camera_target_content .camera_link {
   display: block;
   height: 100%;
   text-decoration: none;
}
.camera_loader {
   background: #fff url(../images/camera-loader.gif) no-repeat center;
   background: rgba(255, 255, 255, 0.9) url(../images/camera-loader.gif) no-repeat center;
   border: 1px solid #ffffff;
   -webkit-border-radius: 18px;
   -moz-border-radius: 18px;
   border-radius: 18px;
   height: 36px;
   left: 50%;
   overflow: hidden;
   position: absolute;
   margin: -18px 0 0 -18px;
   top: 50%;
   width: 36px;
   z-index: 3;
}
.camera_bar {
   bottom: 0;
   left: 0;
   overflow: hidden;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
   height: 100%;
   position: absolute;
   width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
   height: auto;
   position: absolute;
   width: 100%;
}
.camera_nav_cont {
   height: 65px;
   overflow: hidden;
   position: absolute;
   right: 9px;
   top: 15px;
   width: 120px;
   z-index: 4;
}
.camera_caption {
   bottom: 0;
   display: block;
   position: absolute;
   width: 100%;
}
.camera_caption > div {
   padding: 10px 20px;
}
.camerarelative {
   overflow: hidden;
   position: relative;
}
.imgFake {
   cursor: pointer;
}
.camera_prevThumbs {
   bottom: 4px;
   cursor: pointer;
   left: 0;
   position: absolute;
   top: 4px;
   visibility: hidden;
   width: 30px;
   z-index: 10;
}
.camera_prevThumbs div {
   background: url(#) no-repeat -160px 0;
   display: block;
   height: 40px;
   margin-top: -20px;
   position: absolute;
   top: 50%;
   width: 30px;
}
.camera_nextThumbs {
   bottom: 4px;
   cursor: pointer;
   position: absolute;
   right: 0;
   top: 4px;
   visibility: hidden;
   width: 30px;
   z-index: 10;
}
.camera_nextThumbs div {
   background: url(#) no-repeat -190px 0;
   display: block;
   height: 40px;
   margin-top: -20px;
   position: absolute;
   top: 50%;
   width: 30px;
}
.camera_command_wrap .hideNav {
   display: none;
}
.camera_command_wrap {
   left: 0;
   position: relative;
   right:0;
   z-index: 4;
}
.camera_wrap .camera_pag .camera_pag_ul {
   list-style: none;
   margin: 0;
   padding: 0;
   text-align:center;
}
.camera_pag_ul li {
   background: #EEE;
}
.camera_wrap .camera_pag .camera_pag_ul li {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   cursor: pointer;
   display: inline-block;
   height: 16px;
   margin: 20px 5px;
   position: relative;
   text-align: left;
   text-indent: -9999px;
   width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   height: 8px;
   left: 4px;
   overflow: hidden;
   position: absolute;
   top: 4px;
   width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
   -moz-box-shadow:
       0px 1px 0px rgba(255,255,255,1),
       inset 0px 1px 1px rgba(0,0,0,0.2);
   -webkit-box-shadow:
       0px 1px 0px rgba(255,255,255,1),
       inset 0px 1px 1px rgba(0,0,0,0.2);
   box-shadow:
       0px 1px 0px rgba(255,255,255,1),
       inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
   -moz-box-shadow: 0;
   -webkit-box-shadow: 0;
   box-shadow: 0;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
   background:#FFAF2C;
}
.camera_pag_ul li img {
   display: none;
   position: absolute;
}
.camera_pag_ul .thumb_arrow {
   border-left: 4px solid transparent;
   border-right: 4px solid transparent;
   border-top: 4px solid;
   top: 0;
   left: 50%;
   margin-left: -4px;
   position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
   cursor: pointer;
   height: 40px;
   margin-top: -20px;
   position: absolute;
   top: 50%;
   width: 40px;
   z-index: 2;
}
.camera_prev {
   left:15px;
}
.camera_prev > span {
   background: url(#) no-repeat 10px 0;
   display: block;
   height:45px;
   width:60px;
}
.camera_next {
   right:35px;
}
.camera_next > span {
   background: url(#) no-repeat -50px 0;
   display: block;
   height:45px;
   width:60px;
}
.camera_commands {
   right: 41px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   cursor: pointer;
   display: inline-block;
   height: 16px;
   margin: 20px 5px;
   position: relative;
   text-indent: -9999px;
   width: 16px;
}
.camera_thumbs_cont {
   -webkit-border-bottom-right-radius: 4px;
   -webkit-border-bottom-left-radius: 4px;
   -moz-border-radius-bottomright: 4px;
   -moz-border-radius-bottomleft: 4px;
   border-bottom-right-radius: 4px;
   border-bottom-left-radius: 4px;
   overflow: hidden;
   position: relative;
   width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
   -moz-box-shadow:
       0px 1px 0px rgba(255,255,255,1),
       inset 0px 1px 1px rgba(0,0,0,0.2);
   -webkit-box-shadow:
       0px 1px 0px rgba(255,255,255,1),
       inset 0px 1px 1px rgba(0,0,0,0.2);
   box-shadow:
       0px 1px 0px rgba(255,255,255,1),
       inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
   float: left;
   width: 100%;
}
.camera_thumbs_cont ul {
   overflow: hidden;
   padding: 3px 4px 8px;
   position: relative;
   text-align: center;
}
.camera_thumbs_cont ul li {
   display: inline;
   padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
   border: 1px solid;
   cursor: pointer;
   margin-top: 5px;
   vertical-align:bottom;
}
.camera_clear {
   display: block;
   clear: both;
}
.showIt {
   display: none;
}
.camera_clear {
   clear: both;
   display: block;
   height: 1px;
   margin: -1px 0 25px;
   position: relative;
}
/* slider css */

/* font-face rules */

  /* latin */
  @font-face {
	font-family: 'Cookie';
	font-style: normal;
	font-weight: 400;
	src: url(https://www.foodnfood.online/fonts/cookie.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
}

@font-face {
    font-family: 'Neuropol';
    font-style: normal;
    font-weight: normal;
    src: url('https://www.foodnfood.online/fonts/NEUROPOL.woff') format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	font-display: swap;
    }

	@font-face {
		font-family: 'IndianRupee';
		font-style: normal;
		font-weight: normal;
		src: url('https://www.foodnfood.online/fonts/IndianRupee.woff') format('woff');
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
		font-display: swap;
		}
	
		@font-face {
			font-family: 'Inter';
			font-style: normal;
			font-weight: normal;
			src: url('https://www.foodnfood.online/fonts/Inter.woff') format('woff');
			unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
			font-display: swap;
			}
		
			@font-face {
				font-family: 'Tisa Sans Pro Regular';
				font-style: normal;
				font-weight: normal;
				src: url('https://www.foodnfood.online/fonts/Tisa Sans Pro Regular.woff') format('woff');
				}
				
			
				@font-face {
				font-family: 'Tisa Sans Pro Italic';
				font-style: normal;
				font-weight: normal;
				src: url('https://www.foodnfood.online/fonts/Tisa Sans Pro Italic.woff') format('woff');
				}
				
			
				@font-face {
				font-family: 'Tisa Sans Pro Extra Light';
				font-style: normal;
				font-weight: normal;
				src: url('https://www.foodnfood.online/fonts/Tisa Sans Pro ExtraLight.woff') format('woff');
				}
				
			
				@font-face {
				font-family: 'Tisa Sans Pro Extra Light Italic';
				font-style: normal;
				font-weight: normal;
				src: url('https://www.foodnfood.online/fonts/Tisa Sans Pro ExtraLight Italic.woff') format('woff');
				}
				
				@font-face {
					font-family: 'Tisa Sans Pro Light';
					font-style: normal;
					font-weight: normal;
					src: url('https://www.foodnfood.online/fonts/Tisa Sans Pro Light.woff') format('woff');
					}
					
				
					@font-face {
					font-family: 'Tisa Sans Pro Light Italic';
					font-style: normal;
					font-weight: normal;
					src: url('https://www.foodnfood.online/fonts/Tisa Sans Pro Light Italic.woff') format('woff');
					}
					
			
				@font-face {
				font-family: 'Tisa Sans Pro Medium';
				font-style: normal;
				font-weight: normal;
				src: url('https://www.foodnfood.online/fonts/Tisa Sans Pro Medium.woff') format('woff');
				}
				
			
				@font-face {
				font-family: 'Tisa Sans Pro Medium Italic';
				font-style: normal;
				font-weight: normal;
				src: url('https://www.foodnfood.online/fonts/Tisa Sans Pro Medium Italic.woff') format('woff');
				}
				
			
				@font-face {
				font-family: 'Tisa Sans Pro Bold';
				font-style: normal;
				font-weight: normal;
				src: url('https://www.foodnfood.online/fonts/Tisa Sans Pro Bold.woff') format('woff');
				}
				
			
				@font-face {
				font-family: 'Tisa Sans Pro Bold Italic';
				font-style: normal;
				font-weight: normal;
				src: url('https://www.foodnfood.online/fonts/Tisa Sans Pro Bold Italic.woff') format('woff');
				}
				
			
				@font-face {
				font-family: 'Tisa Sans Pro Extra Bold';
				font-style: normal;
				font-weight: normal;
				src: url('https://www.foodnfood.online/fonts/Tisa Sans Pro ExtraBold.woff') format('woff');
				}
				
			
				@font-face {
				font-family: 'Tisa Sans Pro Extra Bold Italic';
				font-style: normal;
				font-weight: normal;
				src: url('https://www.foodnfood.online/fonts/Tisa Sans Pro ExtraBold Italic.woff') format('woff');
				}
				
			
				@font-face {
				font-family: 'Tisa Sans Pro Black Italic';
				font-style: normal;
				font-weight: normal;
				src: url('https://www.foodnfood.online/fonts/Tisa Sans Pro Black Italic.woff') format('woff');
				}
				
			
				@font-face {
				font-family: 'Tisa Sans Pro Black';
				font-style: normal;
				font-weight: normal;
				src: url('https://www.foodnfood.online/fonts/Tisa Sans Pro Black.woff') format('woff');
				}



/* font-face rules */

/* contact form */

input[type=text], select, textarea {
    width: 100%;
    padding: 12px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px;
    margin-bottom: 16px; 
    resize: vertical 
}


input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


input[type=submit]:hover {
    background-color: #45a049;
}


.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}


/* contact form */

/* accordian-faq */
.accordion {
    font-family: 'Tisa Sans Pro Regular', sans-serif;
    background-color: #eee;
    font-size:1.0em;
    color: #363638;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    color: #202020;
    font-size:0.85em;
    font-family: 'Tisa Sans Pro Regular', sans-serif;
    background-color: white;
    max-height: 0;
    line-height: 30px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* accordian-faq */

menu-list p{
	text-align:left;
}
.grid-centre li{
	line-height: 1.5em;
}
.diwali{
	padding-left: 100px;
}

.lamp {
	position:relative;
	top: 20px;
	margin: 0 auto;
	height: 100px;
	width: 100px;
	background-color: rgb(214, 23, 92);
	border-radius: 0px 10px 100% 0px;
	border-bottom: 3px solid rgb(144, 17, 58);
	box-shadow: inset 0 -50px 50px -20px rgb(144, 17, 58);
  }
  
  .lamp:before {
	content: '';
	display: block;
	height: 100px;
	width: 100px;
	margin-left: -100px;
	background-color: rgb(214, 23, 92);
	border-radius: 10px 0px 0px 100%;
	box-shadow: inset 0 -50px 50px -20px rgb(144, 17, 58);
	border-bottom: 3px solid rgb(144, 17, 58);
  }
  
  .lamp:after {
	position: absolute;
	top: 100px;
	left: -85px;
	width: 200px;
	content: 'Happy Diwali!';
	font: 30px 'Open Sans Condensed', sans-serif;
	color: rgb(229, 252, 22);
	word-spacing: 3px;
	letter-spacing: 3px;
	color: rgb(215, 248, 26);
  }
  
  .flame {
	position: absolute;
	top: -65px;
	left: -30px;
	width: 60px;
	height: 60px;
	background: OrangeRed;
	border-radius: 0 110px 20px 110px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
  }
  
  .flame:after {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	background: #d1ff03;
	border-radius: 0 210px 20px 210px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	animation: flame_glare 1.5s linear infinite;
	-webkit-animation: flame_glare 1.5s linear infinite;
	-moz-animation: flame_glare 1.5s linear infinite;
  }
  
  .top {
	position: absolute;
	top: -40px;
	left: -100px;
	height: 90px;
	width: 180px;
	background-color: brown;
	border-radius: 100%;
	border-left: 10px solid rgb(144, 17, 58);
	border-right: 10px solid rgb(144, 17, 58);
	transform: rotateX(-60deg);
	-webkit-transform: rotateX(-60deg);
	-moz-transform: rotateX(-60deg);
	background: radial-gradient(OrangeRed, rgb(214, 23, 92) 40%, rgb(144, 17, 58));
	background: -webkit-radial-gradient(OrangeRed, rgb(214, 23, 92) 40%, rgb(144, 17, 58));
	background: -moz-radial-gradient(OrangeRed, rgb(214, 23, 92) 40%, rgb(144, 17, 58));
  }
  
  @keyframes flame_glare {
	0% {
	  transform: scale(0);
	  opacity: 0;
	}
	50% {
	  transform: scale(1.3);
	  opacity: 0.5;
	}
	100% {
	  transform: scale(1.5);
	  opacity: 0;
	}
  }
  
  @webkit-keyframes flame_glare {
	0% {
	  -webkit-transform: scale(0);
	  opacity: 0;
	}
	50% {
	  -webkit-transform: scale(1.3);
	  opacity: 0.5;
	}
	100% {
	  -webkit-transform: scale(1.5);
	  opacity: 0;
	}
  }
  
  @moz-keyframes flame_glare {
	0% {
	  -moz-transform: scale(0);
	  opacity: 0;
	}
	50% {
	  -moz-transform: scale(1.3);
	  opacity: 0.5;
	}
	100% {
	  -moz-transform: scale(1.5);
	  opacity: 0;
	}
  }