
body{
	margin:0; 
	font-family: 'Yantramanav', sans-serif;
	/* background: url(../images/rays.jpg) no-repeat top; */
background-size: cover; /* cover ki jagah contain use kare */
background-position: top center; /* image ko center align kare */
background-repeat: no-repeat;
}

body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	
	font-family: 'Berkshire Swash', cursive;
	
}
h1 {
 background: url(../images/h1-bottom-line.jpg) no-repeat center bottom;
 }
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
body a:focus {
    outline: none;
}
.banner {
    background: url(../images/banner3.jpg) no-repeat center;
    background-size:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover; 
}
.banner {
    background: url(../images/wafferban.jpg) no-repeat center;
    background-size:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover; 
}
.banner {
    background: url(../images/mixtureban.jpg) no-repeat center;
    background-size:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover; 
}
.banner-text1 {
    background: url(../images/wafferban.jpg) no-repeat center;
    background-size:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover; 
}
/*-- header --*/
.w3ls-header {
  background-image: url(../images/top-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 0px;

}

.w3ls-header-left {
    float: right;
}
.w3ls-header-right {
    float:none;
}
.w3ls-header-right p {
 font-size: 1em;

}
.w3ls-header-left p {
    font-size: 0.9em;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.w3ls-header-right ul li{
    display: inline-block;
    padding: 0 1em;
    font-size: 1.5em!important;
    color: #fff;
    font-weight: 900;
}

.w3ls-header-right ul li a{ 
	color: #fff;
	outline:none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
} 
.w3ls-header-right ul li a:hover{ 
	color: #4d0000;
	outline:none;
} 
.w3ls-header-right ul li i.fa {
    margin-right: 5px;
}

.w3ls-header-right ul li p,
.w3ls-header-right ul li i{
    color: #fff;
}

/*-- //header --*/  
/*-- logo --*/
.w3l_logo h1 {
    font-size: 4em;
    color: #fff;
    font-weight: 200;
}
.w3l_logo h1 a { 
    color: #fff;
    text-decoration: none;
}
.w3l_logo h1 a span {
    display: block;
    font-size: .2em;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-align: center;
    margin-top:0.4em;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 400;
} 
/*-- logo --*/
/*-- navigation --*/
.navigation {
    padding: 0 0 0em;
    text-align: center;
	background: url(../images/background.jpg);
	position: relative;
    border-bottom: 3px solid #cc1011;
    border-top: 3px solid #cc1011;
} 
.w3ls_products_pos h4 {
    font-size: 2em;
    text-align: right;
    margin-bottom: 1em;
}
.w3ls_products_pos h4 i {
    margin: .5em 0 0;
    text-align: left;
    padding-left: 0.3em;
    color: #ff5063;
}
li.w3pages .dropdown-menu > li > a {
    color: #999;
    font-size: .9em;
    padding: 5px 18px;
	text-transform: uppercase;
}
li.w3pages ul.dropdown-menu {
    left: 3%;
    padding: 10px 0;
    min-width: 120px;
}
li.w3pages .dropdown-menu > li > a:hover,li.w3pages .dropdown-menu > li > a.active{
    color: #000; 
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #3d3246; 
}
ul.nav.navbar-nav.navbar-right {
    margin: 3em 3em 0 0;
}
.navbar-nav > li { 
    margin: 0 1em;
}
.navbar-default .navbar-nav > li > a {
    padding: 5px;
    letter-spacing: 1px;
    color: #cc1011;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    font-size: 1.4em;
	font-weight: 600;
   
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
	color: #333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav > li > a.active{
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #333;
} 
.navbar-default {
    background: none;
    border: none;
    min-height: inherit;
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
} 
.dropdown-menu{  
	left: 0;  
	display:block;
	-webkit-transition:.3s ease-out; 
	-moz-transition:.3s ease-out;
	-o-transition:.3s ease-out; 
	-ms-transition:.3s ease-out; 
    transition:.3s ease-out; 
	-webkit-transform:scale(0); 
	-moz-transform:scale(0);
	-o-transform:scale(0); 
	-ms-transform:scale(0); 
    transform:scale(0); 
}
.navbar-right .dropdown-menu{  
	left: 0; 
	top: 119%;  
}
.dropdown-menu.columns-3 {
    min-width:500px; 
	padding: 25px;
}
li.dropdown.open .dropdown-menu,li.w3pages.open .dropdown-menu{ 
	-webkit-transform:scale(1); 
	-moz-transform:scale(1); 
	-o-transform:scale(1);
	-ms-transform:scale(1); 
    transform:scale(1); 
} 
ul.multi-column-dropdown h6 {
    font-size: 1.4em;
    color: #08cae2;
    margin: 0 0 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #E4E4E4;
    text-transform: capitalize;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 300;
}
.multi-column-dropdown li {
    list-style-type: none;
    margin: 7px 0;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    color: #9f4040; !important;
    white-space: normal;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.4em;
}
.col-xs-3 col-sm-3 footer-grids w3-agileits p {
font-weight:600;
}
.multi-column-dropdown li a:hover{
	color:#212121 !important;
}  
.dealsrow ul li {
color: #000000;
font-size:1.1em;
font-weight:500;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent; 
} 
/*-- //navigation --*/
/*-- banner-text --*/
.banner-text {
    padding: 13em 0;
}
.banner-text h2 {
    font-size: 5em;
    color: #fff;
    line-height: 1.3em;
    letter-spacing: 1px;
}
.banner-text h2 span {
    font-weight: 100;
    font-family: 'Yantramanav', sans-serif;
    letter-spacing: 0px;
    text-transform: lowercase;
}
/*-- search --*/
.agileits_search {
    width: 70%;
    margin: 3em 0 0;
}
.agileits_search form {
    border: 30px solid rgba(0, 0, 0, 0.55);
}
.agileits_search input[type="text"], #agileinfo_search {
    outline: none;
    border:none;
    background: #fff;
    color: #999;
    padding: 1.1em 1em;
    font-size: 1em;
    float: left;
}
.agileits_search input[type="text"]{
	width: 57%; 
}
#agileinfo_search {
    width: 23%;
    background: #e0e3e5;
    padding: 1.1em 1em;
    color: #555;
}
.agileits_search input[type="submit"] {
    outline: none;
    border: none;
    background: #fd463e;
    color: #fff;
    padding: 1.1em 1em;
    font-size: 1em;
    width: 20%;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.agileits_search input[type="submit"]:hover{
	background:#f71d16;
}
option {
    background: #fff;
}
/*-- //search --*/
/*-- //banner-text --*/
/*-- add-products --*/
.add-products,.wthree-order,.w3agile-deals,.w3agile-spldishes,.wthree-menu,.products,.about,.contact,.codes{
    padding: 5em 0; 
}
.color-box {
    /* background: #c80f17; */
}
.row {
    width: 100%;
    margin: 0 auto;
    clear: both;
    padding-bottom: 15px;
}
.row color-box {
background: red;
    text-align: center;
    font-size: 2em;
    color: white;
	}
	.row color-box p {
	font-size:1.2em;
	color:white;
	text-align:justify;
	}
	.footermain {
    background: url(images/footer-border.jpg) repeat-x top, url(images/footer-bg.jpg) repeat;
}
.row {
    width: 100%;
    margin: 0 auto;
    clear: both;
    padding-bottom: 0px;
}
.moreinfo {
    float: left;
    text-align: center;
    display: block;
    background: #e63333;
    border: 1px solid #a81414;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0;
   
    text-decoration: none;
}
.moreinfo {
font-size: 1.5em;
    background: red;
    width: 19%;
    color: white;
	}
	
   
	
.moreinfo a {
    padding: 0px 1px;
    color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.row footermain {
border-top: 7px solid red;
}
.contentmain {
    width: 1000px;
    margin: 0 auto;
}
.h2_div {
    padding-top: 20px;
    color: #fff;
    background: url(images/h2-bottom-line.jpg) no-repeat center bottom;
}
h1, .h2_div, .h1_div {
    width: 100%;
    text-align: center;
    font: 32px/24px "Calibri";
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 10px;
    background: url(images/h1-bottom-line.jpg) no-repeat center bottom;
    margin-bottom: 15px;
}
.h2_div span {
    font-weight: normal;
    text-transform: capitalize;
    font-size: 30px;
}
p.txt {
    line-height: 30px;
    padding: 10px 50px;
}
.white {
    color: #fff;
}
p {
    text-align: justify;
}
.readmore {
    padding: 10px 0;
    font: 14px Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    text-align: right;
    background: transparent;
    margin-right: 50px;
}
.readmore a {
    border: 3px solid rgba(255, 0, 0, 0.8);
    padding: 10px;
    color: #ff0000;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.add-products{  
	background: -webkit-linear-gradient(to bottom, #f1efef 51%,#00BCD4 125%);
	background: -moz-linear-gradient(to bottom, #f1efef 51%,#00BCD4 125%);
	background: -o-linear-gradient(to bottom, #f1efef 51%,#00BCD4 125%);
	background: -ms-linear-gradient(to bottom, #f1efef 51%,#00BCD4 125%);
	background: -ms-gradient(to bottom, #f1efef 51%,#00BCD4 125%);
	background: linear-gradient(to bottom, #f1efef 51%,#00BCD4 125%);
}
.w3ls-add-grids {
    background: url(../images/img1.jpg)no-repeat 0px 0px;
    background-size: cover;
    width: 45%; 
    float: left;
    margin: 0 0 0 2.5em;
}
.w3ls-add-grids.w3ls-add-grids-right{
    background: url(../images/img2.jpg)no-repeat 0px 0px; 
	background-size: cover;
	text-align: right;
} 
.w3ls-add-grids a {
    display: block;
    padding: 2em; 
    background: rgba(0, 0, 0, 0.56); 
}
.w3ls-add-grids a h4 {
    font-size: 1.5em;
    color: #e8ff00;
    letter-spacing: 2px;
    padding-top: 1em;
    outline: none;
    text-decoration: none;
    line-height: 2.2em;
    font-family: 'Yantramanav', sans-serif;
}
.w3ls-add-grids a h4 span {
    font-size: 2.5em;
    font-weight: 100;
    text-transform: uppercase;
}
.w3ls-add-grids a h5{
    font-size: 1.1em;
    color: #fff;
    letter-spacing: 2px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 8px;
    margin-top: 1em;
}
.w3ls-add-grids a h6 {
    font-size: 1.2em;
    color: #fff;
    margin: 2em 0 1em;
    font-family: 'Yantramanav', sans-serif;
    letter-spacing: 10px;
    font-weight: 400;
}
/*-- //add-products --*/
/*-- order --*/
.order-w3text {
    text-align: center;
    border: 5px dotted #08cae2;
    padding: 2.5em 0; 
    width: 160px;
    height: 160px;
    margin: 0 auto;
    position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.order-w3text i.fa {
    font-size: 2.5em;
    color: #08cae2;
}
.order-w3text h5{
    font-size: 1.4em;
    margin-top: 1em;
    color: #333;
} 
.order-w3text span {
    font-family: 'Yantramanav', sans-serif;
    font-size: 5em;
    color: #fff;
    font-weight: 900;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(8, 202, 226, 0.8);
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
    padding: 0.4em 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.order-w3text:hover  span{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
} 
p {
    font-size: 1.2em;
    color: #000000;
    line-height: 1.5em;
	
   
}
.list_content ul li {
font-size:1.2em;
line-height:1.6em;
}
h3.w3ls-title {
    font-size: 3em;
    color: #212121;
    text-align: center;
	background:url("../h1-bottom-line.jpg");
}
p.w3lsorder-text {
    margin-bottom: 5em;
    text-align: center;
    margin-top: 1em;
}
.wthree-order {
    position: relative;
}
img.w3order-img {
    position: absolute;
    width: 15%;
    left: 8%;
    top: 12%;
}
/*-- //order --*/
/*-- deals --*/  
.w3agile-deals { 
    background:url(../images/1.jpg)no-repeat center 0px fixed;
	background-size: cover; 
}
.w3agile-deals h3.w3ls-title {
    color: #fff;
}
.deals-left,.deals-right  {
    float: left;
    
     
}
.deals-grids {
    margin-top: 2em;
}
.deals-right { 
    width: 90%;
    margin-left: 2em;
}
.deals-left i.fa {
    font-size: 2em;
    border: 1px solid;
    color: #176aff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 2.4;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.deals-left i.fa.fa-birthday-cake{
	color: #00c57e;
}
.deals-left i.fa.fa-users{
	color: #e8ff00;
}
.deals-left i.fa.fa-building{
	color: #fd463e;
}
.deals-right h4 {
    font-size: 1.6em;
    margin-bottom: 0.5em;
    color: #fff;
    text-transform: capitalize;
}
.deals-right p {
    color: #cecece;
}
.deals-grids:hover i.fa {
    color: #fff;
}
/*-- //deals --*/ 
/*-- dishes --*/
.spldishes-w3left {
    padding: 4.3em;
    background-color: #fd463e;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.spldishes-agileinfo:hover .spldishes-w3left {

}
.spldishes-agileinfo {
    margin-top: 4em;
}
.spldishes-agileinfo h5{
    font-size: 2em;
    color: #fff;
}
.spldishes-w3left p {
    color: #fff;
    margin-top: 1.4em;
}
.spldishes-grids {
    padding: 0;
}
.g1 {
	position: relative;
	display: block;
}  
.agile-dish-caption {
    height: 100px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 999;
    background: rgba(5, 5, 3, 0.78);
    padding:3em 0.5em;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transform-style: preserve-3d; 
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
    border-radius: 10px;
}
.agile-dish-caption h4 {
    font-size: 1.8em;
    color: #fcb90f;
    margin-bottom: 0.5em;
    font-weight: 100;
    letter-spacing: 3px;
}
.agile-dish-caption h3 {
	font-weight: bold;
	color: #3d3d3d;
}
.agile-dish-caption span {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    color: #cecece;
    font-weight: 300;
}
.g1:hover .agile-dish-caption {
	display: block; 
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
#owl-demo .item img { 
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(161, 159, 159);
}
#owl-demo .item 
{
    margin: 0 5px; /* left-right 10px gap */
    
}


@media(max-width:480px) {
.agile-dish-caption {
	padding: 0.5em;
}
.agile-dish-caption span {
	font-size: 0.8em;
}
}
/*-- //dishes --*/
/*-- subscribe --*/ 
.subscribe {
    padding: 1em 0;
   
}
.subscribe-right h3.w3ls-title {
    text-align: right;
    text-transform: capitalize;
    line-height: 1.4em;
}
.subscribe h4 {
    background: url(../images/head-back1.jpg);
    font-size: 1.5em;
    color: #000000;
    margin-bottom: 1em; 
	padding: 8px;
} 
.subscribe-right{
	position:relative;
}
.subscribe input[type="email"] {
    width: 75%;
    padding: 1em;
    font-size: 1em;
    float: left;
    color: #999;
    outline: none;
    border: 1px solid #999; 
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
    border-radius: 3px;
}
.subscribe input[type="submit"] {
    float: right;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: 1em 1.8em;
    border: 1px solid #f44336;
	background: #fd463e;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
	transition: 0.5s all;
    -webkit-appearance: none; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
    border-radius: 3px;
}
.subscribe form:hover input[type="email"]{
    border-color: #f44336;
}
.subscribe form:hover input[type="submit"] { 
    background:#08cae2; 
	border: 1px solid #08cae2; 
}
.subscribe form {
    margin-top: 1.5em;
}
.subscribe img.sub-w3lsimg {
    position: absolute;
    top: -44%;
    width: 83%;
	left:14%;
 
    z-index: 0;
}
.subscribe img.sub-w3lsimg1 {
    position: absolute;
    top: -44%;
    width: 15%;
	left:27%;
 
    z-index: 0;
}
/*-- //subscribe --*/
/*-- social-icons --*/  
.social-icons.w3-agile-icons {
    margin-top: 0.8em;
}
.social-icons ul li {
    display: inline-block;
}
.social-icons ul li a.fa.icon{
    font-size: 1em;
    color: #fff;
    line-height: 2.3em;
    text-align: center;
	border:2px solid #3b5998;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%; 
	border-radius: 50%;
	background: #3b5998;
}  
.social-icons ul li a.fa.icon:hover {
    color: #3b5998;
    background: transparent;
}
.social-icons ul li a.fa.fa-twitter{
    background: #4099ff; 
	border-color:#4099ff;
}
.social-icons ul li a.fa.fa-twitter:hover {
    color: #4099ff;  
}
.social-icons ul li a.fa.fa-google-plus{
    background: #d34836;
	border-color:#d34836;
}
.social-icons ul li a.fa.fa-google-plus:hover {
    color: #d34836; 
}
.social-icons ul li a.fa.fa-dribbble{
    background: #ec4a89;
	border-color:#ec4a89;
}
.social-icons ul li a.fa.fa-dribbble:hover {
    color: #ec4a89; 
}
.social-icons ul li a.fa.fa-rss{
    background: #ee802f;
	border-color:#ee802f;
} 
.social-icons ul li a.fa.fa-rss:hover {
    color: #ee802f; 
} 
.icon {
    vertical-align: top;
    overflow: hidden;
    margin: 4px;
    width: 35px;
    height: 35px;
	position: relative;
} 
.social-icons  ul.apps {
    margin-top: 1em;
}
.social-icons ul.apps li h4 {
    font-size: 1em;
	margin: 0;
}
.social-icons ul.apps li a.fa {
    color: #999;
    font-size: 1.2em;
    margin-left: 0.6em;
}
.social-icons ul.apps li a.fa:hover {
    color: #fd463e;
}
/*-- //social-icons --*/ 
/*-- footer --*/ 
.footer {
   	background: url(../images/retail.jpg);
    background-size: cover; /* cover ki jagah contain use kare */
    background-position: top center; /* image ko center align kare */
    background-repeat: no-repeat;
	padding: 3em 0;
	border-top: 4px solid #fcb90f;
} 
.footer-top {
    background: url(images/footer-top-bg.png) repeat-x;
}
.footer-top {
    height: 6px;
    position: relative;
    margin-top: -6px;
}
.address-left {
    background: #fff;
    padding: 2em;
    z-index: 9;
} 
.footer-grids ul li {
    display: block;
    margin: 0.6em 0 0;
    font-size: 1em;
}
.footer-grids ul li a{ 
    color: #ffffff;
	font-weight: 600;
    font-size: 1.3em;
    
}
.footer-grids ul li a:hover {
    color: #fcb90f;
} 
.footer-grids h3 {
    font-size: 1.6em;
    color: #fcb90f;
    margin-bottom: 1em;
    text-transform: capitalize;
    margin-top: 20px;
}
.privacy-w3row ul li {
font-size:1.3em;
}
.copyw3-agile{
    text-align: center;
    padding: 2em 0;
    background: #222;
}
.copyw3-agile p {
    font-size: 1em;
    color: #fff;
    font-weight: 300;
	line-height:1.8em;
	text-align:center;
}
.copyw3-agile p a{
    color: #fff;
}
.copyw3-agile p a:hover{
    color: #fcb90f;
}
.copyw3-agile p {
color:#FF0000;
font-size:1.2em;
}
/*-- //footer --*/
/*-- slider-up-arrow --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
	z-index:999;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:hover {
	-webkit-box-shadow: 0px 0px 15px #08c9e1;
	-moz-box-shadow: 0px 0px 15px #08c9e1; 
    box-shadow: 0px 0px 15px #08c9e1;
}
/*-- //slider-up-arrow --*/  
/*-- banner-page --*/  
.banner.about-w3bnr .banner-text {
    padding: 6em 0;
}
.banner-text h2 {
    font-size: 3.5em;
    color: #000000;
    line-height: 1.3em;
    letter-spacing: 1px;
}
ol.breadcrumb.w3l-crumbs {
    padding: 1em 2em;
    background: #e3e3e3;
	margin: 0;
} 
.breadcrumb.w3l-crumbs li {
    font-size: 1.3em;
}
.breadcrumb li a {
    color: #e24945;
}
.breadcrumb li a i.fa{
    padding-right: 3px;
}
.breadcrumb li a:hover{
    color: #777;
}
/*-- //banner-page --*/ 
/*-- menu --*/
.wthree-menu {
    position: relative;
}
.wthree-menu p.w3lsorder-text {
    margin-bottom: 1em; 
} 
.menu-w3lsgrids {
    text-align: center;
    margin-top: 3em;
}
.wthree-menu img.w3order-img { 
    left: 4%; 
} 
.menu-w3lsgrids a {
    display: block;
    font-size: 1.2em;
    color: #08cae2;
    border: 1px solid #08cae2;
    padding: 0.8em;
    margin: 0 2em;
	position:relative;
}
.menu-w3lsgrids a:before {
    position: absolute;
    content: '';
    background: #08cae2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
    transform: scale(0);
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
	z-index: -1;
}
.menu-w3lsgrids a:hover:before {
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
.menu-w3lsgrids a:hover {
    color: #fff;
    z-index: 9;
}
h3.w3ls-title.w3ls-title1 {
    margin-bottom: 0.5em;
}
.w3spl-menu {
    margin-top: 6em;
    padding-top: 4em;
	-webkit-box-shadow: 0px -3px 9px 0px rgba(119, 117, 117, 0.2);
	-moz-box-shadow: 0px -3px 9px 0px rgba(119, 117, 117, 0.2); 
    box-shadow: 0px -3px 9px 0px rgba(119, 117, 117, 0.2);
}
/*-- //menu --*/
/*-- products-page --*/  
/*-- products-right --*/
.product-w3ls-right {
    float: right;
    padding: 0;
}
.breadcrumb.breadcrumb1  > li { 
    font-size: 1.1em;
    font-weight: 300;
}
.breadcrumb.breadcrumb1 li a {
    color: #08cae2;
} 
.breadcrumb.breadcrumb1  > .active,.breadcrumb.breadcrumb1 li a:hover{
    color: #000;
}
.breadcrumb.breadcrumb1 > li + li:before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    color: #464646;
    padding: 0 8px;
}
.product-top {
    background: #b81a1b;
    padding: 0.5em 2em;
    border-radius: 10px;
}
.product-top li.dropdown{
    display: inline-block;
    float: right;
	margin-left: 2em;
} 
.product-top h4 {
    font-size: 1.3em;
    color: #fff; 
    float: left;
}
.product-top ul li a.dropdown-toggle {
    color: #fff;
	padding: 1.2em 0;
}
.product-top ul li a span.caret {
    margin-left: 8px;
}
.product-top ul.dropdown-menu {
    margin-top: 11px;
    border-color: #bbb;
	min-width: 120px;
} 
.product-grids {
    margin-top: 3em;
} 
.agile-product-text {
    background: #b81a1b;;
    padding: 0.5em 2em;
    text-align: center;
}
.agile-product-text.agile-product-text2 {
    background: #fd463e;
}
.agile-product-text h5 {
    font-size: 1.5em;
    text-transform: capitalize;
    color: #ffffff;
    letter-spacing: 0px;
}
/*-- //team --*/  
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.team-heading h3{
	color:#999;
}
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
	transform-style: preserve-3d;
}
	/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back {
	-webkit-transform: rotateY(0deg); 
	-moz-transform: rotateY(0deg); 
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg); 
	transform: rotateY(0deg);
}
.flip-container:hover .front {
	-webkit-transform: rotateY(180deg); 
	-moz-transform: rotateY(180deg); 
	-o-transform: rotateY(180deg); 
	-ms-transform: rotateY(180deg); 
	transform: rotateY(180deg);
}

.flip-container, .back {
    width: 100%;
    height: 235px;
}
.flip-container.flip-container1, .flip-container1 .back {
    height: 329px;
}
/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d; 
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d; 
	position: absolute;
	top: 0;
	left: 0;
    
    
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	background:#000;
	-webkit-transform: rotateY(0deg); 
	-moz-transform: rotateY(0deg); 
	-o-transform: rotateY(0deg); 
	-ms-transform: rotateY(0deg); 
	transform: rotateY(0deg);
    border-top-left-radius: 40px; 
    
}
.front img{
	width:100%;
	height:220px;
    border-top-left-radius: 40px; 
    border: 2px solid #ffffff;
    
    
}
/* back, initially hidden pane */
.back {
	-webkit-transform: rotateY(-180deg); 
	-moz-transform: rotateY(-180deg); 
	-o-transform: rotateY(-180deg); 
	-ms-transform: rotateY(-180deg); 
    transform: rotateY(-180deg);
    background: #fd463e;
    padding:2em;
    text-align: center;
    
}
.flip-container
{
    margin-top: 20px;
    border-radius: 10px;
}

/* 
	Some vertical flip updates 
*/
.vertical.flip-container {
	position: relative;
} 
.vertical .back {
	-webkit-transform: rotateX(180deg); 
	-moz-transform: rotateX(180deg); 
	-o-transform: rotateX(180deg); 
	-ms-transform: rotateX(180deg); 
	transform: rotateX(180deg);
}

.vertical.flip-container:hover .back {
	-webkit-transform: rotateX(0deg); 
	-moz-transform: rotateX(0deg); 
	-o-transform: rotateX(0deg); 
	-ms-transform: rotateX(0deg); 
    transform: rotateX(0deg);
}

.vertical.flip-container:hover .front {
	-webkit-transform: rotateX(180deg); 
	-moz-transform: rotateX(180deg); 
	-o-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg); 
    transform: rotateX(180deg);
}
.back h4 {
    color: #fff;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 4px;
    font-family: 'Yantramanav', sans-serif;
}
.back p {
    margin: 0.8em 0;
    color: #fff;
    border-bottom: 1px solid rgba(238, 238, 238, 0.35);
    padding-bottom: 0.5em;
}
.back h6 {
    font-size: 3em;
    color: #fff;
    font-family: 'Yantramanav', sans-serif;
}
.back h6 sup {
    font-size: .5em;
    top: -.8em;
}
/*-- //team --*/ 
/*-- cart-button --*/ 
.back form {
    margin-top: 0.5em;
}
.w3ls-cart {
    font-size: 1em;
    color: #fff;
    margin: 0;
    text-decoration: none;
    text-transform: capitalize;
    border: none;
    background: none;
    outline: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    padding:5px 7px;
} 
.w3ls-cart i.fa {
    margin-right: 5px;
}
span.w3-agile-line {
    border-left: 1px solid #fff;
    margin: 0 1em;
}
.w3ls-cart:hover,.back a:hover {
	-webkit-box-shadow: 0 0 9px 2px rgba(224, 224, 224, 0.5);
	-moz-box-shadow: 0 0 9px 2px rgba(224, 224, 224, 0.5);
	-o-box-shadow: 0 0 9px 2px rgba(224, 224, 224, 0.5);
	-ms-box-shadow: 0 0 9px 2px rgba(224, 224, 224, 0.5);
    box-shadow: 0 0 9px 2px rgba(224, 224, 224, 0.5);
}
.back a {
    font-size: 1em;
    color: #fff;
    padding: 4px 7px;
    display: inline-block;
}
/*-- //products-right --*/ 
/*-- products-left --*/ 
.rsidebar {
    display: block;
    float: left;
    width: 22%;
	padding:0;
}
.rsidebar-top {
    padding: 2em;
	-webkit-box-shadow: 0 0 14px 7px rgba(224, 224, 224, 0.5);
	-moz-box-shadow: 0 0 14px 7px rgba(224, 224, 224, 0.5); 
    box-shadow: 0 0 14px 7px rgba(224, 224, 224, 0.5);
}
input.item_quantity {
    background: none;
    border: 1px solid #fff;
    padding: 0.8em 1em;
    width: 100%;
    text-align: center;
    font-size: 1em;
	outline: none;
    color: #fff;
}
input.item_quantity:hover{
	border-color: #000;
}
/*-- side-bar --*/
.sidebar-row {
    margin-top: 2em;
}
.rsidebar h4, .related-row h4 {
    font-size: 1.1em;
    color: #464646;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 1.2em;
    background: #eee;
    font-family: 'Yantramanav', sans-serif;
    padding: 5px 10px;
}
.checkbox {
    position: relative;
    padding-left:27px !important;
    cursor: pointer;
    line-height: initial;
    font-size: 1em;
    color: #353F49;
    font-weight: 500;
    margin: 0 0 1.5em;
}
.checkbox i {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 19px;
    height: 19px;
    outline: none;
    border: 2px solid #D8D8D8;
    background: #FFF;
}
.checkbox input + i:after{
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox input:checked + i:after{
    opacity: 1;
}
.checkbox input{
    position: absolute;
    left: -9999px;
}
.checkbox input + i:after {
    content: '';
    background: url("../images/tick.png") no-repeat 4px 3px;
    top: -1px;
    left: -1px;
    width: 17px;
    height: 17px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}
/*-- start scrollpane --*/
.sidebar-row .faq li a {
    color: #353F49;
	display: block;
}
.scroll-pane.jspScrollable {
    outline: none;
}
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
	outline: none;
	padding:5px 20px 10px 15px !important;
	width: inherit !important;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right:0px;
	width:3px;
	height: 100%;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: #B9B7B7;
	position: relative;
}
.jspDrag{
	background: #08cae2;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
.scroll-pane {
    height: 100px;
}
ul.list_content {
line-height:2.2em;
padding:13px;
}
input#amount {
    outline: none;
}
/*-- faq --*/
.sidebar-row .faq li {
    margin-top: 0.6em;
    display: block;
}
.faq > li > a {
    width: 100%;
    display: inline;
    position: relative;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
}
.faq > li > a:hover,.faq > li >a.active{
	color: #000;
}
.faq li a.active span {
	-webkit-transform: rotatex(180deg);
	transform: rotatex(180deg);
	-moz-transform: rotatex(180deg);
	-o-transform: rotatex(180deg);
	-ms-transform: rotatex(180deg);
}
.faq ul li a {
    line-height: 1.8em;
    display: block;
    position: relative;
    font-size: 1em;
    color: #999;
    text-decoration: none;
	font-weight: 400;
    padding-left: 1.5em;
}
.faq ul li a:hover{
    color: #ff590f;
}
.faq span.glyphicon {
    float: right;
}
/*-- //faq --*/  
.related-row {
    padding: 2em;
    -webkit-box-shadow: 0 0 14px 7px rgba(224, 224, 224, 0.5);
    -moz-box-shadow: 0 0 14px 7px rgba(224, 224, 224, 0.5);
    box-shadow: 0 0 14px 7px rgba(224, 224, 224, 0.5);
    margin-top: 2em;
}
.related-row ul li{
    display:inline-block;
}
.related-row ul li a {
    border: 1px solid #ccc;
    padding: 2px 5px;
    display: block;
    margin: 5px 0px;
    color: #999;
	font-size:1em;
}
.related-row ul li a:hover{
    border-color:#08cae2; 
    color: #08cae2;
}
.recommend {
    margin-top: 4em;
}
.w3agile-deals.prds-w3text {
    background-position: center;
}
.w3agile-deals.prds-w3text h5 {
    font-size: 3em;
    color: #fff;
    margin: 0 2em;
    text-align: center;
    line-height: 1.6em;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 200;
    letter-spacing: 8px;
}
/*-- //products-page --*/
/*-- cart icon --*/ 
.box_1 a {
  color:#3c43a4;
  font-size: 1em;
  margin: 0;
}
.total {
  display: inline-block;
  vertical-align: middle;
}
.box_1 a img {
  margin: 3px 0 0 0px;
}
.box_1 p {
	margin: 0;
    color: #999;
    font-size: 14px;
}
a.simpleCart_empty {
	color:#212121;
    font-size: 13px;
    text-decoration: none;
    text-align: right;
    display: block;
}
.w3view-cart {
    background: none;
    border: none;
    text-align: center;
    outline: none;
    position: absolute;
    top: 34%;
    right: 0%;
    z-index: 999;
}
.w3view-cart i.fa {
    font-size: 1.8em;
    color: #ffffff;
    vertical-align: middle;
}  
/*-- cart-css --*/ 
#staplesbmincart form {
    position: relative;
    padding: 1em;
    background: #fbfbfb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
    border-radius: 4px;
    color: #333;
	-webkit-box-shadow: 0px 0px 5px 2px #9a9a9a;
	-moz-box-shadow: 0px 0px 5px 2px #9a9a9a;
	-o-box-shadow: 0px 0px 5px 2px #9a9a9a;
	-ms-box-shadow: 0px 0px 5px 2px #9a9a9a;
    box-shadow: 0px 0px 5px 2px #9a9a9a;
}
#staplesbmincart form  ul {
    overflow-y: scroll;
    max-height: 300px;
}
#staplesbmincart {
    display: none;
    position: fixed;
    left: 68%;
    top:16.9%;
	width: 420px;
} 
.sbmincart-showing #staplesbmincart {
    display: block;
    z-index: 9999; 
    -webkit-animation: zoomIn .3s ease;
	-moz-animation: zoomIn .3s ease;
	-o-animation: zoomIn .3s ease;
	-ms-animation: zoomIn .3s ease;
	animation: zoomIn .3s ease;
}
#staplesbmincart form.sbmincart-empty {    font-size: 16px;    font-weight: bold;}
#staplesbmincart ul {    clear: both;    float: left;    width: 100%;    margin: 5px 0 20px;    padding: 1em;    list-style-type: none;    background: #fff;    border: 1px solid #ccc;    border-radius: 4px;    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);}
#staplesbmincart .sbmincart-empty ul {    display: none;}
#staplesbmincart .sbmincart-closer {
    float: right;
    margin:-3px -10px 0;
    padding: 0 10px;
    background: 0;
    border: 0;
    font-size: 25px;
    cursor: pointer;
    font-weight: bold;
    outline: none;
}
#staplesbmincart .sbmincart-item {
    clear: left;
    padding: 7px 0;
    min-height: 35px;
	font-size: 1em;
}
#staplesbmincart .sbmincart-item + .sbmincart-item {    border-top: 1px solid #f2f2f2;}
#staplesbmincart .sbmincart-item a {    color: #333;    text-decoration: none;}
#staplesbmincart .sbmincart-details-name {    float: left;    width: 62%;}
#staplesbmincart .sbmincart-details-quantity {    float: left;    width: 15%;}
#staplesbmincart .sbmincart-details-remove {    float: left;    width: 7%;}
#staplesbmincart .sbmincart-details-price {    float: left;    width: 16%;    text-align: right;}
#staplesbmincart .sbmincart-attributes {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #999;
    font-size: 12px;
    line-height: 22px;
    overflow: inherit;
    height: inherit;
}
#staplesbmincart .sbmincart-attributes li {    display: inline;}
#staplesbmincart .sbmincart-attributes li:after {    content: ",";}
#staplesbmincart .sbmincart-attributes li:last-child:after {    content: "";}
#staplesbmincart .sbmincart-quantity {    width: 30px;    height: 18px;    padding: 2px 4px;    border: 1px solid #ccc;    border-radius: 4px;    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);    font-size: 13px;    text-align: right;    transition: border linear 0.2s, box-shadow linear 0.2s;    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;}
#staplesbmincart .sbmincart-quantity:hover {    border-color: #0078C1;}
#staplesbmincart .sbmincart-quantity:focus {    border-color: #0078C1;    outline: 0;    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(0, 120, 193, 0.4);}
#staplesbmincart .sbmincart-remove {    width: 18px;    height: 19px;    margin: 2px 0 0;    padding: 0;    background: #b7b7b7;    border: 1px solid #a3a3a3;    border-radius: 3px;    color: #fff;    font-size: 13px;    opacity: 0.70;    cursor: pointer;}
#staplesbmincart .sbmincart-remove:hover {    opacity: 1;}
#staplesbmincart .sbmincart-footer {
    clear: left;
    text-align: center;
	margin-right: 1.5em;
    position: relative;
}
p.sbmincart-empty-text {
    color: #f44336;
    font-weight: 500;
}
#staplesbmincart .sbmincart-subtotal {
    bottom: 3px;
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: left;
}
#staplesbmincart .sbmincart-submit {
    margin-right: 6px;
    padding: 0;
    border: none;
    color: #ff5063;
    background: none;
    outline: none;
    font-size: 0.9em;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    right: 0;
    top: 0;
} 
/* Let's get this party started */
#staplesbmincart form  ul::-webkit-scrollbar {
    width: 5px;
} 
/* Track */
#staplesbmincart form  ul::-webkit-scrollbar-track { 
	-webkit-box-shadow: inset 0 0 6px #999; 
	-moz-box-shadow: inset 0 0 6px #999;
	-o-box-shadow: inset 0 0 6px #999;
	-ms-box-shadow: inset 0 0 6px #999; 
	box-shadow: inset 0 0 6px #999; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
} 
/* Handle */
#staplesbmincart form  ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
    border-radius: 10px;
    background: #3c43a4; 
	-moz-box-shadow: inset 0 0 6px #3c43a4;
	-o-box-shadow: inset 0 0 6px #3c43a4; 
	-ms-box-shadow: inset 0 0 6px #3c43a4; 
    -webkit-box-shadow: inset 0 0 6px #3c43a4;
	box-shadow: inset 0 0 6px #3c43a4; 	
} 
/*-- //cart-css --*/ 
/*-- modal --*/
.modal-dialog {
    width: 950px;
} 
.modal-header {
    border: none;
}
.modal-dialog .close { 
    font-size: 35px; 
	outline: none;
}
.modal-body {
    padding-bottom: 2.5em;
}
.modal_body_left img {
    width: 100%;
}
.single-top-right h3 {
    text-transform: capitalize;
    font-size: 2em;
    color: #f44336; 
	margin-bottom: .3em;
} 
.single-top-right ul li {
    display: inline-block;
    margin-left: 3px;
    color: #08cae2;
}
.single-top-right ul li.w3act {
    color: #999;
}
.single-top-right {
    padding-left: 2em;
} 
.single-rating {
    margin: 1.5em 0;
    border-bottom: 1px solid #ececec;
    padding-bottom: 1.5em;
}
.single-top-right ul li.rating {
    margin: 0 1.5em;
    color: #999;
    font-size: 1em;
}
.single-top-right ul li a{ 
    color: #999; 
}
.single-top-right ul li a:hover{ 
    color: #08cae2; 
}
.single-price ul li {
    margin-right: 1em;
    font-size: 1em;
    color: #999;
}
.single-price ul li:nth-child(1) {
    font-size: 2.8em;
    font-weight: 300;
	margin-right: 0.5em;
}
.single-price ul li span.w3off {
    font-size: 1.5em;
    color: #08cae2; 
}
.single-price.price ul li a {
    color: #f44336;
}
.single-price.price ul li a:hover{
    color: #999;
}
p.single-price-text {
    margin: 1.5em 0;
}
.single-top-right form {
    display: inline;
}
.single-top-right .w3ls-cart {
    width: 28%;
    font-weight: 300;
    padding: 0.6em 0;
    border: 1px solid #08cae2;
    display: inline-block;
    background: #08cae2;
}
.single-top-right .w3ls-cart:hover {
    background: #fd463e;
    border-color: #fd463e;
}
.single-top-right .w3ls-cart i.fa {
    margin-right: 3px;
}
.single-top-right .w3ls-cart.w3ls-cart-like {
    margin-left: 1em;
    background: none;
    border: 1px solid #08cae2;
    color: #08cae2;
	text-align: center;
}
.single-top-right .w3ls-cart.w3ls-cart-like:hover{ 
    background: #08cae2; 
    color: #fff;
} 
.single-page-icons.social-icons {
    margin: 3em 0 0;
}
.single-page-icons.social-icons ul li h4 {
    font-size: 1.1em;
    color: #999;
    margin-right: 1em;
}
.single-page-icons.social-icons ul li { 
    vertical-align: middle;
	margin: 0;
} 
/*-- //modal --*/
/*-- about --*/ 
.history h3.w3ls-title {
    font-size: 1.8em;
    margin: 2em 0 0.5em;
    text-align: left;
}
/*-- footer-top --*/  
.ftr-top-left {
    float: left; 
}
.ftr-top-right{
    float: right;
    width: 72%;
}
.ftr-top-grids {
    margin-top: 4em;
}
.ftr-top-left i.fa {
    font-size: 2.5em;
    border: 1px solid; 
    color: #176aff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 2;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.ftr-top-left i.fa.fa-user{
	color: #00c57e;
}
.ftr-top-left i.fa.fa-thumbs-o-up{
	color: #fb4602;
}
.ftr-top-right h4 {
    font-size: 1.4em; 
    margin-bottom: 0.5em;
    color: #000000;
}
.ftr-top-grids:hover i.fa {
    color: #999;
} 
/*-- //about --*/
/*-- contact --*/ 
.contact-grid {
    background-color: #9da4a5;
    padding: 3.5em;
    border-radius: 10px;
}
.contact-row.agileits-w3layouts { 
	background: #fff;
     position: relative;   /* OR just remove position completely */
    margin-top: 3em;
    max-width: 1150px;
    z-index: 9;
	padding: 2em 1em;
	-webkit-box-shadow: 0 0 14px 7px rgba(224, 224, 224, 0.5);
	-moz-box-shadow: 0 0 14px 7px rgba(224, 224, 224, 0.5);
	-o-box-shadow: 0 0 14px 7px rgba(224, 224, 224, 0.5);
	-ms-box-shadow: 0 0 14px 7px rgba(224, 224, 224, 0.5);
	box-shadow: 0 0 14px 7px rgba(224, 224, 224, 0.5);
    border: 1px solid grey;
} 
.contact-grid h4 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 1em;
    font-weight: 100;
}
.contact input[type="text"], .contact input[type="email"], .contact textarea {
    width: 100%;
    color: #555;
    background: #fff;
    outline: none;
    font-size: 1em;
    padding: .8em 1em;
    margin-bottom: 1.5em;
    border: solid 1px #fff;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
	font-family: 'Yantramanav', sans-serif;
}
.contact textarea {
    resize: none;
    min-height: 12em;
}
.contact input[type="submit"] { 
    outline: none;
    color: #fff;
    padding: .8em 4em;
    font-size: 18px; 
    -webkit-appearance: none;
    background: #fd463e;
	border: solid 1px #fd463e;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
	font-family: 'Yantramanav', sans-serif;	
}
.contact input[type="submit"]:hover {
    background: none;
    background-color: #000;
    color: #fff;
    border-color: #fff;
}
.contact ::-webkit-input-placeholder{
	color:#555 !important;
}
.address-row {
    margin-top: 3em;
}
.contact-w3lsright h6 {
    font-size: 2em;
    color: #525252;
    font-weight: 300;
    line-height: 1.8em;
    text-transform: uppercase;
    margin-top: 0em;
    font-family: 'Yantramanav', sans-serif;
    text-align: center;
}
.contact-w3lsright h6 span {
    color: #fd463e; 
} 
.address-left {
    padding: 0;
    text-align: center;
}
.address-row span.glyphicon {
    font-size: 1.2em;
    border: 2px solid #aaa;
    padding: 1em;
    color: #fd463e;
	transition:.5s all;
}
.address-row:hover span.glyphicon {
    border-color: #fd463e; 
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
    transform: rotatey(360deg);	
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
}
.address-row h5 {
    font-size: 1.4em;
    color: #000;
    margin-bottom: .4em;
    font-weight: 300;
}
.address-row p a {
    color: #fd463e;
}
.address-row p a:hover{
    color: #999;
}
.address h4 {
    font-size: 1.8em;
    color: #fd463e;
    margin-bottom: 0.6em;
    text-transform: uppercase;
}
.map iframe {
    width: 100%;
    min-height: 500px;
    border: none; 
	margin-bottom: -.5em;
}

.map.agileits {
    padding-top: 0em; 
}
.contact {
    position: relative;
}
/*-- //contact --*/
/*-- careers --*/
.careers h5 {
    font-size: 1.5em;
    margin-bottom: 0.5em; 
	color: #fd463e;
}
.w3careers-row {
    margin-top: 2em;
}
.w3careers-grids h6 {
    font-size: 1.3em;
    color: #555;
    margin: 1.5em 0 .5em;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 400;
    letter-spacing: 4px;
}
/*-- //careers --*/
/*-- login --*/
.login-agileinfo {
    width: 45%;
    margin: 3.5em auto 1em;
    padding: 1em 3em 2.5em;
	-webkit-box-shadow: 0 0 14px 7px rgba(224, 224, 224, 0.5);
	-moz-box-shadow: 0 0 14px 7px rgba(224, 224, 224, 0.5); 
    box-shadow: 0 0 14px 7px rgba(224, 224, 224, 0.5);
}
.agileits-top {
    padding: 0.5em 3em 3em; 
}
.login-agileinfo input[type="text"], .login-agileinfo input[type="password"], .login-agileinfo input[type="email"] {
    font-size: 1.1em;
    color: #999;
    margin: 2em 0 0;
    width: 100%;
    display: block;
    padding: 0.7em;
    border:1px solid #999;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	-moz-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1); 
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #999 4%);
	background: -moz-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #999 4%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #999 4%);
    background-position: -800px 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
.agile-ltext:focus,.agile-ltext:valid {
	box-shadow: none;
	outline: none;
	background-position: 0 !important;
}
.agile-ltext:focus::-webkit-input-placeholder, .agile-ltext:valid::-webkit-input-placeholder {
	color: #fd463e;
	font-size: .9em;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-28px);
	visibility: visible !important; 
}
::-webkit-input-placeholder {
   color: #999;   
} 
:-moz-placeholder { /* Firefox 18- */
   color: #999;  
} 
::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
} 
:-ms-input-placeholder {  
   color: #999;  
} 
.login-agileinfo input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background: #08cae2;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 1em;
    -webkit-appearance: none;
    width: 100%;
    margin: 2em 0; 
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
    transition: .5s all;
}
.login-agileinfo input[type="submit"]:hover {   
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.58);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.58);  
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.58);
	letter-spacing:3px; 
} 
.wthreelogin-text{
    margin-top: 3em;
}
.wthreelogin-text ul li {
    display: inline-block;
    float: left;
}
.wthreelogin-text ul li:nth-child(2) {
    float: right;
}
.wthreelogin-text ul li a {
    font-size: 1em;
    color: #999;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.wthreelogin-text ul li a:hover{ 
    color: #fd463e;
} 
.wthreelogin-text label.checkbox {
    margin: 0;
}
.wthreelogin-text span {
    color: #777;
}
.login-agileinfo p {
    text-align: center;
}
.login-agileinfo p a{
    color:#fd463e;
}
.login-agileinfo p a:hover{
    color:#777;
}
.login-page.about {
    position: relative;
}
.login-page img.login-w3img {
    position: absolute;
    right: 0%;
    top: 3%; 
}
/*-- //login --*/
/*-- offers --*/



                    
                        @media only screen and (max-width:768px){
                            .w3ls-header-right{
                                text-align: center;
                            }
                            .w3ls-header-right ul li,
                            .w3ls-header-right ul li p{
                                font-size: 1.em!important;
                                font-weight: 600;
                            }
                            .w3ls-header {
                                padding: 1.2em 0;
                            }
                        }


                        .bold-text{
                            margin-right: 8px;
                        }
                        .map-section{
                            margin-top: 50px;
                        }



/* Zoom-in animation for carousel images */
.zoom-slide {
    transition: transform 8s ease-in-out;
    width: 100%;
}

.carousel .item.active .zoom-slide {
    transform: scale(1.1); /* Zoom-in effect */
}

.carousel .item.next .zoom-slide,
.carousel .item.prev .zoom-slide {
    transform: scale(1);
}

.fssai-logo {
    width: 100px;
    height: auto;
    border-radius: 0px;
    margin-top: 0px;
    
    
}
.head-dpdn
{
    text-decoration: none;
}

.welcome-image {
    max-width: 600px;   /* desktop par image chhoti rahe */
    width: 100%;        /* mobile par responsive ho */
    height: auto;
    display: block;
    margin: 0 auto 20px; /* center align */
}
@media (max-width: 768px) {
    .welcome-image {
        max-width: 300px;
    }
}



/* Top Retail Chains section */

.anand-section {
    padding: 20px 0;
    background-image: url("../images/retail.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;

}

.w3ls-title2
{
    font-size: 2em;
    color: #fcb90f;
    text-align: left;
	background:url("../h1-bottom-line.jpg");
    margin-top: 10px;
    
}

/* Paragraph styling */
.anand-section p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #ffffff;
    margin-top: 20px;
}

/* Button styling */
/* .anand-section .btn-primary {
    background-color: #ff9800;
    border: none;
    padding: 7px 25px;
    border-radius: 25px;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s;
} */

.gw-all-products-btn {
    display: inline-block;
    padding: 7px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff; /* yellow text */
    background: #000; /* black background */
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #fcb90f;
    /* box-shadow: 0 0 15px rgba(255,255,255,0.4), 0 0 10px rgba(255,215,0,3); */
}

/* Shining overlay – left to right only */
.gw-all-products-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.1), rgba(255,255,255,0.8), rgba(255,255,255,0.1));
    transform: skewX(-60deg);
    animation: shineLTR 1.5s linear infinite;
    pointer-events: none;
}

/* Keyframes – only left to right */
@keyframes shineLTR {
    0% { left: -100%; opacity: 0; }
    10% { opacity: 0.8; }
    90% { opacity: 0.8; }
    100% { left: 100%; opacity: 0; }
}

/* Hover effect */
.gw-all-products-btn:hover {
    color: #ffffff;
    background: #c98911;
    /* box-shadow: 0 0 5px rgba(255,255,255,1), 0 0 20px rgba(255,215,0,0.5); */
    transform: translateY(-3px);
    
}
.anand-section .btn-primary:hover {
    background-color: #e68900;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .anand-section {
        padding: 50px 15px;
        text-align: center;
    }
    .anand-section .col-md-6 {
        margin-bottom: 30px;
    }
}


.quick-links {
    display: flex;
    gap: 30px;
}

.quick-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-logo
{
    border-radius: 10px;
    border: 2px solid #fcb90f;
}


/* about section */
.wthree-order img.small-img {
    width: 100%; /* aap chhota ya bada kar sakte ho, jaise 70%, 60% */
    max-width: 340px; /* max size limit */


}
.wthree-order img.company {
    width: 100%; /* aap chhota ya bada kar sakte ho, jaise 70%, 60% */
    max-width: 340px; /* max size limit */
    margin-top: 20px;
}
.welcome-para
{
    margin-top: 30px;
    float: left;
}

/* home product section */

.product-card {
    background: #f9f9f9;
    padding: 20px 15px 15px 15px; /* Balanced padding */
    margin-bottom: 20px;
    border-radius: 8px;
    min-height: 320px; /* Equal height */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border: 1px solid #919191;
    margin-top: 20px;
}

.product-card .product-icon {
    font-size: 45px; /* Safe size, na bada na cut */
    color: rgb(226, 13, 13);
    margin-bottom: 15px; /* Space between icon and heading */
    display: inline-block;
}

.product-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    
}

.product-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

h3.w3ls-company-title {
    font-size: 2.8em;
    color: #212121;
    text-align: center;
	background:url("../h1-bottom-line.jpg");
    margin-top: -80px;
    
}

/* founder section */
.founder-para
{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}
.founders
{
    color: rgb(226, 13, 13);
}

/* quality policy section */

.quality-policy {
    background: #f9f9f9;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    border-right: 4px solid rgb(226, 13, 13);
    border-left: 4px solid rgb(226, 13, 13);
    margin-top: 20px;
}

.quality-list {
    padding-left: 0;
    margin: 0;
}

.quality-list li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

/* Custom bullet */
.quality-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    margin-top: -15px;
    color: rgb(90, 90, 90);
    font-size: 40px;
}

h3.w3ls-benefits-title {
    font-size: 3em;
    color: #212121;
    text-align: center;
	background:url("../h1-bottom-line.jpg");
    margin-top: -80px;
}
/* packing section */

.packing-box {
    background: #f9f9f9;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3); /* Soft shadow */
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    border-left: 3px solid rgb(226, 13, 13);
    border-right: 3px solid rgb(226, 13, 13);
}

.packing-box p {
    margin-bottom: 15px;
}

.grams
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin-top: 0px;
    font-size: 18px;
}


/* contact us section */
.contact_img_border img {
    border-radius: 12px; /* Adjust value for roundness */
    display: block;
    width: 100%; /* Already added, safe */
    height: auto; /* Maintain aspect ratio */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* Optional: soft shadow */
    transition: transform 0.3s; /* Optional: hover zoom effect */
}

/* Optional: Hover effect for images */
.contact_img_border img:hover {
    transform: scale(1.05);
}



.contact {
    overflow: hidden;
}

.contact_form input,
.contact_form textarea {
    width: 100%;
    box-sizing: border-box;
}

.map-section iframe {
    width: 100%;
    height: 300px;
    border: 0;
    margin-top: -50px;
}

@media (max-width: 767px) {
    .address-left,
    .address-right {
        text-align: left;
    }

    .address-left {
        margin-bottom: 10px;
        
    }

    .map-section iframe {
        height: 250px;
    }
}


/* product section */
    /* Section styling */
    .magic-section {
      padding: 50px 15px;
    }

    .magic-title {
      text-align: center;
      margin-bottom: 40px;
      font-size: 28px;
      font-weight: bold;
    }

    /* Flex container for cards */
    .magic-row {
      display: flex;
      flex-wrap: wrap;
      margin: -10px;
    }

    /* Card wrapper ensures uniform size */
    .magic-card-wrapper {
      width: 240px;          /* Fixed width for all cards */
      height: 260px;         /* Fixed height for all cards */
      perspective: 1200px;
      margin: 10px;
      flex: 0 0 auto;        /* Prevent cards from shrinking */
    }

    .magic-card {
      width: 100%;
      height: 100%;
      transform-style: preserve-3d;
      transition: transform 0.7s;
      cursor: pointer;
      position: relative;
    }

    .magic-card:hover {
      transform: rotateY(180deg);
    }

    .magic-front, .magic-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      border-radius: 8px;
      border: 1px solid #ddd;
      text-align: center;
      padding: 0;
      background-color: #fff;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
      /* border: 1px solid #cc1011; */
    }

    .magic-front img {
      max-width: 100%;
      height: 230px;
      object-fit: cover;
      border-radius: 8px 8px 0 0;
    }

    /* Card name background */
    .magic-card-name {
      background-color: #cc1011; /* Blue background */
      color: #fff;
      padding: 8px 5px;
      font-weight: bold;
      border-radius: 0 0 8px 8px;
      
    }

    .magic-back {
      transform: rotateY(180deg);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 20px;
      font-weight: bold;
    }

    /* Product list box styling */
    .magic-list-box {
      border: 2px solid #908e8c;
      border-radius: 10px;
      padding: 20px;
      background: linear-gradient(to bottom, #eaf2f8, #fff);
      max-height: 400px;
      overflow-y: auto;
      margin-bottom: 20px;
    }

    .magic-list-box h4 {
      border-bottom: 2px solid #908e8c;
      padding-bottom: 8px;
      margin-bottom: 15px;
      color: #2c3e50;
      
    }

    .magic-list-box ul li a {
      display: block;
      padding: 8px 10px;
      margin-bottom: 5px;
      background: #fff;
      border-radius: 5px;
      text-decoration: none;
      color: #2c3e50;
      transition: all 0.3s;
      border: 1px solid #ddd;
    }

    .magic-list-box ul li a:hover {
      background-color: #3498db;
      color: #fff;
      border-color: #2980b9;
    }

    @media(max-width: 991px){
      .magic-row {
        flex-direction: column;
        align-items: center;
      }
      .magic-card-wrapper {
        width: 100%;
        height: 260px;
        margin: 10px 0;
      }
      .magic-list-col, .magic-cards-col {
        width: 100%;
        margin-bottom: 20px;
      }
    }

