@import 'fontawesome-all.css';

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, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, 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%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1;
	background-color: #f6f6f6;
}
a {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #df2828;
}
a:active {
	text-decoration: none;
}
.wrapper {
	max-width: 1225px;
	width: 95%;
	margin: auto;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.split {
    clear: both;
}
/* slider start */
.slider-animation {
    padding: 0px 0 0 0px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 3px 20px #000;
}
.textbox {
   background: rgba(41,32,93,0.0);
   padding: 30px;
   width: 750px;
   box-sizing: border-box;
   box-shadow: none;
   display: none;
}
.slidetitle {
    color: #fff;
    font-size: 50px;
    font-family: 'Varela Round', sans-serif;
    font-weight: 100;
    margin: 0px;
}
.slidedescription {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin:  3px 0 30px 0px;
}
.slidelink {
    border: solid 1px #fff;
    padding:  10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
:hover.slidelink {
    border: solid 1px #fff;
    color: #fff;
    
}
.button-slider {
    background: none !important;
    opacity: 1 !important;
    
    font-size: 75px !important;
    top: 45% !important;
    margin-top: -20px !important;
}
.bar {
    background: rgba(255,255,255,.7) !important;
}
.nav-link {
    width: 33px !important;
    height: 33px !important;
    line-height: 28px !important;
    text-align: center !important;
    background-color: #fff;
}
.active {
  
}
/* slider end */

.fixed_header {
    position: fixed !important;
    top: 0 !important;
    height: 60px;
    background-color: rgba(255, 255, 255, 1) !important;
	width:100%;
    background: none;
    box-shadow: 0 1px 2px #ccc;
	
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;

    padding: 0px 0;
	z-index:999999;
}
.fixed_header .logo {
    display: none;
}
.fixed_header nav {
    margin-top: 12px;
}
.fixed_header nav ul li a {
    padding:  10px 15px 12px 15px;
    display: block;
    color: #333;
    font-size: 14px;    
}
.fixed_header nav ul li a:hover {
    color: #fff;
    background-color: #b82e2f;
    border-radius: 50px;
}
.fixed_header .slogo {
    float: left;
    display: block;
    margin:  10px 0 0 10px;
}

.slogo {
    display: none;
}
.slogo img {
    width: 160px;
}
header {
    width: 100%;
    background-color: #b83030;
    height: 100px;
    background-image: url(../imgs/headbg.jpg);
    background-repeat: repeat-x;
}
.logo {
    width: 260px;
    float: left;
    margin:  18px 0 0 15px;
}
.logo img {
    width: 100%;
}
nav {
    float: right;
    margin-right: 15px;
    margin-top: 30px;
}
nav ul {
    width: auto;
}
nav ul li {
    float: left;
}
nav ul li a {
    padding:  10px 15px 12px 15px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
nav ul li a:hover {
    color: #a31f1f;
    background-color: #fff;
    border-radius: 50px;
}
nav ul li:hover ul {
    display: block;
}
nav ul ul {
    display: none;
    background-color: #fff;
    position: absolute;
    padding: 12px;
    z-index: 999;
    border-radius: 8px;
}
nav ul ul li {
    float: none;
    width: 100%;
}
nav ul ul li a {
    padding:  10px;
    color: #333;
    font-size: 14px;
}
nav ul ul li a:hover {
    color: #fff;
    background-color: #b82e2f;
}
.homestuffbg {
    background-color: #a31f1f;
    min-height: 600px;
    width: 100%;
    background-image: url(../imgs/headbg.jpg);
    background-repeat: repeat;
}
#heading {	
	visibility:hidden;
}
.heading {
    font-family: 'Calligraffitti', cursive;
    font-size: 75px;
    font-weight: 100;
    color: #fe9b0d;
    letter-spacing: -1px;
    margin-bottom: 10px;
    animation: 1.0s mc ;
	-webkit-animation: 1.0s mc;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
}
.para {
    font-family: 'Comfortaa', cursive;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 20px;
}
#heading1 {	
	visibility:hidden;
}
.heading1 {
    font-family: 'Calligraffitti', cursive;
    font-size: 75px;
    font-weight: 100;
    color: #333;
    letter-spacing: -1px;
    margin-bottom: 10px;
    animation: 1.0s mc ;
	-webkit-animation: 1.0s mc;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
}
.para1 {
    font-family: 'Comfortaa', cursive;
    font-size: 25px;
    line-height: 35px;
    color: #333;
    margin-bottom: 20px;
}
.tab {
    border: solid 1px #ddd;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Comfortaa', cursive;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}
:hover.tab {
    border: solid 1px #fff;
    color: #ccc;
}
.tab1 {
    border: solid 1px #333;
    padding: 10px 20px;
    color: #333;
    font-family: 'Comfortaa', cursive;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}
:hover.tab1 {
    border: solid 1px #000;
    color: #000;
}
.leftpanel {
    width: 49%;
    float: left;
    margin: 111px 0 0 0px;
}
.rightpanel {
    width: 49%;
    float: right;
    margin: 111px 0 0 0px;
}
#sweets {
    width: 100%;
}
#milkcake {	
	visibility:hidden;
}
.milkcake {
    position: absolute;
    z-index: 9;
    margin-top: -75px;
    margin-left: 275px;
    
	animation: 1s mc ;
	-webkit-animation: 1s mc;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    
}
#ladoo {	
	visibility:hidden;
}
.ladoo {
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
    
    animation: 1.5s mc ;
	-webkit-animation: 1.5s mc;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
    
}
#mixfruit {	
	visibility:hidden;
}
.mixfruit {
    position: absolute;
    margin-top: 240px;
    margin-left: 100px;
    
    animation: 2.0s mc ;
	-webkit-animation: 2.0s mc;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
  
}
@-webkit-keyframes mc {
0% {
    -webkit-transform: translateX(-50%);
	opacity: 0;
}
100% {
    -webkit-transform: translate(0px,0px);
	opacity: 1;
}

}

@keyframes mc {
0% {
    transform: translateX(-50%);
	opacity: 0;
}
100% {
	transform:translate(0px, 0px);
	opacity: 1;
}
}


.homestuffbg1 {
    background-color: #6bc336;
    min-height: 600px;
    width: 100%;
    background-image: url(../imgs/headbg1.jpg);
    background-repeat: repeat;
}
#mathi {	
	visibility:hidden;
}
.mathi {
    position: absolute;
    z-index: 9;
    margin-top: -90px;
    margin-left: 200px;
    animation: 1.0s rc ;
	-webkit-animation: 1.0s rc;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
}
#namkeen {	
	visibility:hidden;
}
.namkeen {
    position: absolute;
    margin-top: 25px;
    animation: 1.5s rc ;
	-webkit-animation: 1.5s rc;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
}
#samosa {	
	visibility:hidden;
}
.samosa {
    position: absolute;
    margin-top: 280px;
    animation: 2.0s rc ;
	-webkit-animation: 2.0s rc;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
  
}
@-webkit-keyframes rc {
from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;  
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
  }

}

@keyframes rc {
from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}
.fest {
    width: 100%;
}
.fest img {
    width: 100%;
}
.headbar {
    width: 100%;
}
.headbar img {
    width: 100%;
}
.ipage {
    width: 100%;

    padding: 15px 0 50px 0px;
}
.ipage h1 {
    font-weight: 100;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Varela Round', sans-serif;
    color: #fff;
    background-color: #a77826;
    width: 444px;
    margin: -40px auto 25px auto;
    padding: 10px 0 10px 0px;
    border-radius: 8px;
    position: relative;
    border: solid 4px #f7f7f7;
}
.ipage h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 100;
    margin-bottom: 10px;
    text-align: center;
    color: #766434;
}
.ipage p {
    line-height: 26px;
    font-size: 16px;
}
.ipage p a {
    font-size: 16px;
}
.map {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 12px;
}
.line {
    border: solid 1px #ddd;
}
.textcenter {
    text-align: center;
}
.circlepic {
    width: 100%;
    border-radius: 50%;
    margin: 10px 5px 10px 5px;
}
.middle {
    max-width: 600px;
    width: 95%;
    margin: auto;
    overflow: hidden;
}

.user {
    float: left;
    width: 48%;
    margin: 1%;
    text-align: center;
    margin-bottom: 4%;
}
.user h4 {
    font-size: 22px;
    font-weight: 100;
        
}
.feedback_form {
    width: 100%;margin-top:30px;
}
.feedback_form input[type="text"] {
  padding-left: 11px;
    width: 32.9%;
    margin: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 14px;
    height: 45px;
}

.feedback_form label {
    width: 100%;
    margin: 16px 0 8px 0px;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    color: #666;
    font-size: 17px;
}

.feedback_form textarea {
    padding: 7px;
    width: 98%;
    margin: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #666;
    border: 1px solid #ddd;
    padding: 11px;
    box-sizing: content-box;
}



.feedback_form input[type="submit"] {
    padding: 8px;
    margin: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFF;
    cursor: pointer;
    background-color: #a42526;
    border: 1px solid #a42526;
    font-size: 17px;
    border-radius: 2px;
}

.feedback_form input[type="submit"]:hover {
    background-color: #666;
    border: 1px solid #666;
    text-decoration: none;
    color: #fff;
}
footer {
    width: 100%;
    min-height: 400px;
    padding:  25px 0 25px 0px;
}
.botlogo {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.botlogo img {
    width: 200px;
}
.botlink {
    width: 100%;
}
.botlink ul {
    width: 24%;
    float: left;
    margin: 0.5%;
}
.botlink ul p {
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
}
.botlink ul h3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 25px;
    font-weight: 100;
    color: #333;
    margin-bottom: 10px;    
}
.botlink ul li {
    line-height: 30px;
}
.botlink ul li a {
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
}
.highlight {
    font-size: 18px !important;
}
.social {
    width: 100%;
    text-align: center;
    padding:  20px 0 20px 0px;
}
.social h4 {
    font-family: 'Calligraffitti', cursive;
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 1px; 
    margin-bottom: 10px;
}
.social a {
    font-size: 33px;
    padding: 7px;
}
.social a:hover {
    color: #000;
}
.facebookcol {
    color: #4e71a8;
}
.twittercol {
    color: #1cb7eb;
}
.instacol {
    color: #444444;
}
.pincol {
    color: #ca3737;
}
.copyright {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #666;
}
.copyright a {
    font-size: 13px;
    color: #333;
    text-decoration: underline;
}
.about_ipage .h3_sweet{margin-bottom: 35px;}
.about_ipage .h3_hon {margin-top: 35px;}
section#coming_soon {padding: 50px;}
section.ipage form {margin-top: 15px;}
section.ipage form input:focus, textarea#comments:focus {outline: none;}
.mobmenu {display: none;}        

/*.button-previous.button-slider {*/
/*    color: #000 !important;}*/
/*.button-next.button-slider {*/
/*    color: #000 !important;}*/
/*suraj*/

/* Media Query */

@media(max-width:1024px){
 nav ul li a {
    padding:  10px 10px 12px 10px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;}
.ladoo{margin-left:0px;}
.milkcake{margin-left:200px;}
.mixfruit{margin-left:45px;}
.ipage p {line-height: 1.5;}
.feedback_form input[type="text"]{margin-bottom:15px;width:100%;}
input#captcha_text {width: 15% !important;}

}

@media(max-width:768px){
.mobmenu {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99999999999999;}       
.mobmenu a {
    padding: 15px 15px;
    display: block;
    color: #fff;
    font-size: 25px;}
.fixed_header a#navigation{ top: 25px;
    left: 10px;position:relative;}
#navigation {cursor: pointer; top: 25px;
    left: 10px;position:relative;}
 .mixfruit, .milkcake, .ladoo, .mathi, .namkeen, .samosa {
    position: inherit;
    margin-top: 0px;
    margin-left:0px;
    animation:inherit;
	-webkit-animation:inheritc;
    animation-iteration-count:inherit;
    animation-fill-mode: inherit;
    -webkit-animation-iteration-count:inherit;
    -webkit-animation-fill-mode:inherit;
	visibility:inherit;}   
.leftpanel {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;}
.rightpanel {
    width: 100%;
    float: right;
    margin-top:50px;}
.homestuffbg {
    background-color: #a31f1f;
    min-height: inherit;
    width: 100%;
    background-image: url(../imgs/headbg.jpg);
    background-repeat: repeat;
    height: auto;
    display: inline-block;}
.homestuffbg1 {
   background-color: #a31f1f;
    min-height: inherit;
    width: 100%;
    background-image: url(../imgs/headbg1.jpg);
    background-repeat: repeat;
    height: auto;float:left;
    display: inline-block;}
.rightpanel {text-align: center;}
.rightpanel a.tab1 {
    display: inline-block;
    margin-bottom: 18px;}
.logo {float: right;
    width: 250px;
    margin: 15px 30px}
.fixed_header .slogo img {width: 100%;} 
.fixed_header .slogo{float: right;width: 250px;margin: 15px 30px;}
.fixed_header a#navigation {color: #000;}
.fixed_header nav{margin-top:0px;}
.fixed_header nav ul li a{color:#fff;}
.fixed_header{height:auto;}
#navigation {cursor: pointer;}    
.fixed_header nav ul li ul li a{color:#000;}
body nav{display:none;}
nav {
	float:none;
	margin: 0px 0 0 0px;
    display: none;position: absolute;
    width: 100%;    overflow-y: scroll !important;
    height: 400px;
    top: 90px;
    z-index: 99;padding-top:10[x];
    background: #000000de;
}    
nav ul li {
	float:none;
    width: 100%;
    
}    
nav ul li:hover ul {
	display:none;}
nav ul li a:hover{background:transparent;color:#fff;}
nav ul ul {
	position:relative;
    padding: 5px;
}    
.fixed_header nav ul ul{position:relative;}
nav ul {width: 100%;}
.grid figure img {width: 100%;}
.grid figure {max-height: inherit !important;height: auto;}
figure.effect-chico h2 {
padding:0px !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;font-size:50px !important;
    top: 50%;}
.grid figure{margin:0px !important;}
.botlink ul {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;}
.copyright{font-size:15px;    line-height: 1.5;}
.botlogo img {
    width: 50%;
    margin-bottom: 20px;}
.botlink ul li {line-height: 25px}    
textarea#comments {
    padding: 0;
    padding-left: 11px;
    height: 120px;
    padding-top: 11px;
    box-sizing: inherit;
    width: 100%;} 
header{width: 100%;
    background-color: #b83030;
    height: auto;
    background-image: url(../imgs/headbg.jpg);
    background-repeat: repeat-x;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;}   
.slider-animation {
    display: inline-block;
    margin: 0;
    box-shadow: unset;
    padding: 0px;}
img.chole_img {float: left}
    
	
}


@media(max-width:414px){
h4.second_usr {margin-bottom: 25px;}
.mixfruit img, .milkcake img, .ladoo img, .mathi img, .namkeen img, .samosa img {width:70%;}
section.ipage h1 {width: auto;}
.user {width: 100%;}
.ipage h3{line-height:1.3;font-size:22px;}
.botlink ul h3{font-size:22px;}    
.social {padding-top: 0;}
.botlogo img {width: 80%;margin-bottom: 0px;}
 .feedback_form textarea{ padding: 0;
    padding-left: 11px;
    width: 100%;
    margin: 0;box-sizing: inherit;
    display: inline-block;
    height: 100px;}
input#captcha_text {width: 50% !important;}
.slider-animation {width: 100% !important;}
figure.effect-chico h2{font-size:30px !important;}
  p {
    font-family: 'Comfortaa', cursive;
    font-size: 20px !important;
    line-height: 1.2 !important;}  
.heading, .heading1 {font-size: 50px;}
  .logo, .fixed_header .slogo {
    width: 100%;
    float: left;
    margin: 0px;text-align:center;
    margin-top: 10px;}  
.logo img, .fixed_header .slogo img {  width: 80%;}
.mobmenu {
    display: inline-block;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;right:0px;
    text-align: center;}
header {height: auto;display: inline-block;}
    a#navigation {
    padding: 10px;
    float: left;
    display: inline-block;
    width: 100%;
        top: 15px !important;
    left: 0;
    margin-bottom: 15px;}
nav{top:150px;}    
section#coming_soon img {width: 100% !important;}
section#coming_soon h1{margin-bottom:0px;}
section#coming_soon {padding: 50px;    padding-bottom: 20px;}
    



       
    
}

@media(max-width:375px){    
nav{top:145px;}        
}    
    
@media(max-width:320px){    
nav{top:134px;} 
    
    
}    
    