/*font face*/

@font-face {
    font-family: robotoRegular;
    src: url(../font/Roboto-Regular.ttf);
}
@font-face {
    font-family: robotoBold;
    src: url(../font/Roboto-Bold.ttf);
}
@font-face {
    font-family: dinBold;
    src: url(../font/DIN Alternate Bold.ttf);
}
@font-face {
    font-family: robotoLight;
    src: url(../font/Roboto-Light.ttf);
}
@font-face {
    font-family: highbinder;
    src: url(../font/Highbinder.ttf);
}

*{
    box-sizing:border-box;
}
body{
    height: 100vh;
    overflow-x: hidden; 
    text-align: center !important;
    margin: 0;
        animation: scaleUp .7s ease both;

}
.container{
    width: 95%;
    margin: 0 auto;
    margin-top: 2em;
}
a{
    color: #000;
    text-decoration: none;
}
h1,h2,h3,h4{
    text-transform: uppercase;
    color: #1f45a0;
    font-family: robotoBold !important;
}
img{
    max-width: 100%;
    height: auto;
}
.logo{
    width: 100%;
    max-width: 280px;
    text-align: center;
    margin-top: 0.6em;
}
img.lansonlogo {
    max-width: 100px;
    float: right;
    margin-top: 1em;
    margin-right: 2.6em;
}
header .fa-2x {
    float: left;
    padding: 0.1em;
    /* margin-top: 0.5em; */
    padding-top: 0.4em;
}
/*typography*/

.title{
    font-size: 3.5rem;
    text-decoration none;
    color: #1f45a0 !important;
}
h1.title.first-title {
    text-transform: uppercase;
    color: #1f45a0;
    font-family: highbinder !important;
}
.sub-title{
    font-size: 1.8rem; 
    color: #b57f11;
    text-decoration none;
}

.home{
    -webkit-animation-duration : 1s;
}
/*Header*/
header{
    /*position: absolute;*/
    /*margin-top: 1em;*/
    left: 0;
    right: 0;
    background: url('../media/pattern-bg.jpg');
    background-repeat: repeat;
}
nav ul{
    margin: 0;
    padding-top: 0;
    list-style: none;
}
nav li{
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2vw;
    font-weight: 400;
    padding: 1em 1em;
}
nav a:hover,
    a:focus{
        color: #000;
        text-decoration: none;
    }
#nav{
    background: url(../media/nav.png);
    background-size: contain;
    /*padding: 5% 0%;*/
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    object-fit: cover;
    padding-top: 5.2vw;
    padding-bottom: 5.09vw;
}
#nav a {
    color: #fff;
}
li.first-li {
    -webkit-transform: rotate(-11deg);
    -webkit-transform-origin: -50% -144%;
    -moz-transform: rotate(-11deg);
    -moz-transform-origin: -50% -144%;
    -ms-transform: rotate(-11deg);
    -ms-transform-origin: -50% -144%;
    -o-transform: rotate(-11deg);
    -o-transform-origin: -50% -144%;
    transform: rotate(-11deg) !important;
    transform-origin: -50% -144%;
}
li.second-li {
    -webkit-transform: rotate(-9deg);
    -webkit-transform-origin: -259% -132%;
    -moz-transform: rotate(-9deg);
    -moz-transform-origin: -259% -132%;
    -ms-transform: rotate(-9deg);
    -ms-transform-origin: -259% -132%;
    -o-transform: rotate(-9deg);
    -o-transform-origin: -259% -132%;
    transform: rotate(-9deg);
    transform-origin: -259% -132%;
}
li.last-li {
    -webkit-transform: rotate(13deg);
    -webkit-transform-origin: 146% -318%;
    -moz-transform: rotate(13deg);
    -moz-transform-origin: 146% -318%;
    -ms-transform: rotate(13deg);
    -ms-transform-origin: 146% -318%;
    -o-transform: rotate(13deg);
    -o-transform-origin: 146% -318%;
    transform: rotate(13deg);
    transform-origin: 146% -318%;
}
li.fifth-li {

    -webkit-transform: rotate(8deg);
    -webkit-transform-origin: 355% -390%;
    -moz-transform: rotate(8deg);
    -moz-transform-origin: 355% -390%;
    -ms-transform: rotate(8deg);
    -ms-transform-origin: 355% -390%;
    -o-transform: rotate(8deg);
    -o-transform-origin: 355% -390%;
    transform: rotate(8deg);
    transform-origin: 355% -390%;
}
li.fourth-li {
    -webkit-transform: rotate(3deg);
    -webkit-transform-origin: 1840% -408%;
    -moz-transform: rotate(3deg);
    -moz-transform-origin: 1840% -408%;
    -ms-transform: rotate(3deg);
    -ms-transform-origin: 1840% -408%;
    -o-transform: rotate(3deg);
    -o-transform-origin: 1840% -408%;
    transform: rotate(3deg);
    transform-origin: 1840% -408%;
}
li.third-li {
    -webkit-transform: rotate(-3deg);
    -webkit-transform-origin: -604% -43%;
    -moz-transform: rotate(-3deg);
    -moz-transform-origin: -604% -43%;
    -ms-transform: rotate(-3deg);
    -ms-transform-origin: -604% -43%;
    -o-transform: rotate(-3deg);
    -o-transform-origin: -604% -43%;
    transform: rotate(-3deg);
    transform-origin: -604% -43%;
}

li.event-li {
    -webkit-transform: rotate(4deg);
    -webkit-transform-origin: 1072% -610%;
    -moz-transform: rotate(4deg);
    -moz-transform-origin: 1072% -610%;
    -ms-transform: rotate(4deg);
    -ms-transform-origin: 1072% -610%;
    -o-transform: rotate(4deg);
    -o-transform-origin: 1072% -610%;
    transform: rotate(4deg);
    transform-origin: 1072% -610%;
}

/*banner*/
a.left.carousel-control {
    background: none !important;
    z-index: 3;
}
a.right.carousel-control {
    background: none !important;
    z-index: 3;
}
span.glyphicon.glyphicon-chevron-left {
    color: #b57f11 !important;
}
span.glyphicon.glyphicon-chevron-right {
    color: #b57f11 !important;
}
section#banner {
    margin-top: -1%;
}

/*products*/
.products{
    position: relative;
    background-color: rgba(179, 128, 44, 37%);
    padding-top: 1px;

}
.products a {
    font-size: 1.2em;
    left: 0;
    right: 0;
    color: #b57f11;
    text-decoration: none;
    text-align: center;
    display: grid;
}

/*about*/

.about h3{
    text-align: left;
}
.about p{
    text-align: left;
} 
.about a {
    font-size: 1.2em;
    left: 0;
    right: 0;
    color: #b57f11;
    text-decoration: none;
}
.about-content{
    text-align: left;
}
.about .sub-title {
    padding-top: 5em;
}

.product-img{
    transition: all 200ms;
}
.popodax-tomato{
    transition: all 200ms;
}
.popodax-onion{
    transition: all 200ms;
}
.popodax-classic{
    transition: all 200ms;
}

img.popodax-tomato:hover,
img.popodax-tomato:focus {
    -webkit-transform: scale(1.1);
    -ms-transition: all 400ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 400ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 400ms ease-in;
    transform: scale(1.1);
    
}
img.popodax-onion:hover,
img.popodax-onion:focus {
    -webkit-transform: scale(1.1);
    -ms-transition: all 400ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 400ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 400ms ease-in;
    transform: scale(1.1);
    position: relative;
    /*z-index: 3;*/
}
img.popodax-classic:hover,
img.popodax-classic:focus {
    -webkit-transform: scale(1.1);
    -ms-transition: all 400ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 400ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 400ms ease-in;
    transform: scale(1.1);
    position: relative;
    /*z-index: 3;*/
}
.popodax-tomato{
    position: relative;
    z-index: 1;
}
.popodax-classic{
    margin-left: -21vw;
    position: relative;
    z-index: 0;
    margin-top: 1vw;
}
.popodax-onion{
    margin-left: 12vw;
    position: relative;
    z-index: 0;
    margin-top: 1vw;
}
/*footer*/
#main-content{
    background: url(../media/pattern-bg.jpg);
    background-repeat: repeat;
    border-top: 4px solid #b57f12;
}
#main-content h3 {
    color: #1f45a0;
    text-align: left;
}
span.btn {
    border: 1px solid #585a59;
    border-radius: 50px !important;
    background: #585a59;
    color: #fff;
}
.fa-2x {
    font-size: 2em;
    color: #585a59;
}
.fa-2x:hover {
    color: #1f45a0;
}
p.copy-rights {
    margin-top: 2.4em;
    font-size: 0.9em;
}

#target{
    -webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}

.contain-demo {
  margin: 10px auto;
  text-align: center;
}

.social-icon .fa-2x {
    padding: 0.4em;
}
#movies {
  ul {
    list-style: none;
    li {
      display: inline-block;
      position: relative;
    }
  }
}

/*banner video*/
video#myVideo {
    width: 100%;
    height: auto;
}

/*about us page*/
section.product-pack{
    margin-top: -1%;
}

h4.h4-title {
    font-size: 1em;
    color: #b57f11;
    font-weight: 300 !important;
}
/*popodax-language*/
.repeating-linear {
  margin-bottom: 4vw;
  border: 1.2vw solid white;
  border-image: repeating-linear-gradient( 50deg,  #c17b10, #c17b10 20px,transparent 20px, transparent 40px, #00509f 40px, #00509f 60px) 15;
}

.form-control {
    background-color: #ebebeb !important;
    height: 40px !important;
    border-radius: 0px !important;
    smargin: 20px;
}
.form-input {
    border: none !important;
    border-bottom: 1px solid #ebebeb !important;
    background-color: #fff !important;
    margin-top: 0px !important;
    -webkit-box-shadow: none !important;
}

button.btn.btn-default {
    border-radius: 0px !important;
    border: .2vw solid #b57f11;
    border-style: dashed;
    color: #b57f11;
    margin-top: 2vw;
    margin-bottom: 1vw;
}
input.btn.btn-default {
    border-radius: 0px !important;
    border: .2vw solid #b57f11;
    border-style: dashed;
    color: #b57f11;
    margin-top: 2vw;
    margin-bottom: 1vw;
}
/*scroll to top button*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/* Extra Things */
body{background: #eee ;font-family: 'Open Sans', sans-serif;}h3{font-size: 30px; font-weight: 400;text-align: center;margin-top: 50px;}h3 i{color: #444;}
/*parallax*/
.parrallax-content-1{
  background-image: url(../media/orange_bg.png);
}
.parrallax-content-2{
  background-image: url(../media/green_bg.png);
}
.parrallax-content-3{
  background-image: url(../media/red_bg.png);
}
.parrallax-content-4{
  background-image: url(../media/orange_bg.png);
}
.parrallax-content-5{
  background-image: url(../media/yellow_bg.png);
}
.parrallax-content{
  position: relative;
  overflow: hidden;
  height: 100vh;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  /*z-index: 1;*/
}

.parrallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*z-index: -1;*/
}

.parrallax:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 120% auto;
}
img.product-popodax-onion:hover {
    transition: all 400ms ease-in;
    transform: scale(1.1);
}
img.product-popodax-classic:hover {
    transition: all 400ms ease-in;
    transform: scale(1.1);
}
img.product-popodax-tomato:hover {
    transition: all 400ms ease-in;
    transform: scale(1.1);
}
img.product-popodax-biryani:hover {
    transition: all 400ms ease-in;
    transform: scale(1.1);
}
img.product-popodax-lime:hover {
    transition: all 400ms ease-in;
    transform: scale(1.1);
}
img.sub-product-popodax-onion-1 {
    position: absolute;
    right: 0;
    left: 20vw;
    top: -6vw;
    /*z-index: -1;*/
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in; 
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}


img.sub-product-onion-2 {
    position: absolute;
    right: 0;
    left: 10vw;
    top: 0vw;
    /*z-index: -1;*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-onion-5 {
    position: absolute;
    right: 0;
    left: 32vw;
    top: 10vw;
    /*z-index: -1;*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-onion-3 {
    position: absolute;
    right: 0;
    left: 30vw;
    top: -3vw;
    /*z-index: -1;*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-onion-3:hover {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-onion-4 {
    position: absolute;
    right: 0;
    left: 12vw;
    top: 12vw;
    /*z-index: 2;*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;

}
img.sub-product-onion-4:hover {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
img.sub-product-onion-7 {
    position: absolute;
    right: 0;
    left: 30vw;
    top: 25vw;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-onion-6 {
    position: absolute;
    right: 0;
    left: 20vw;
    top: 28vw;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-onion-8 {
    position: absolute;
    right: 0;
    left: 10vw;
    top: 24vw;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-onion-9 {
    position: absolute;
    right: 0;
    left: 5vw;
    top: 23vw;
    /*z-index: -1;*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-classic-2 {
    position: absolute;
    right: 0;
    left: 34vw;
    top: 24vw;
    /* z-index: -1; */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-classic-4 {
    position: absolute;
    right: 0;
    left: 9vw;
    top: 26vw;
    /* z-index: -1; */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-classic-3 {
    position: absolute;
    right: 0;
    left: 34vw;
    top: -4vw;
    /* z-index: -1; */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-classic-6 {
    position: absolute;
    right: 0;
    left: 20vw;
    top: -3vw;
    /* z-index: -1; */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}

img.sub-product-classic-5 {
    position: absolute;
    right: 0;
    left: 8vw;
    top: 4vw;
    /* z-index: -1; */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-classic-1 {
    position: absolute;
    right: 0;
    left: 32vw;
    top: 10vw;
    /* z-index: -1; */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-classic-7 {
    position: absolute;
    right: 0;
    left: 23vw;
    top: 30vw;
    /* z-index: -1; */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-tomato-1 {
    position: absolute;
    right: 0;
    left: 24vw;
    top: -3vw;
    /* z-index: -1; */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-tomato-4 {
    position: absolute;
    right: 0;
    left: 12vw;
    top: 12vw;
    /* z-index: -1; */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-tomato-9 {
    position: absolute;
    right: 0;
    left: 12vw;
    top: 26vw;
    /* z-index: -1; */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-tomato-6 {
    position: absolute;
    right: 0;
    left: 34vw;
    top: 26vw;
    /* z-index: -1; */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-tomato-7 {
    position: absolute;
    right: 0;
    left: 30vw;
    top: 10vw;
    /* z-index: -1; */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-tomato-3 {
    position: absolute;
    right: 0;
    left: 10vw;
    top: 4vw;
    /* z-index: -1; */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-tomato-5 {
    position: absolute;
    right: 0;
    left: 20vw;
    top: 26vw;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-tomato-8 {
    position: absolute;
    right: 0;
    left: 34vw;
    top: -3vw;
    /* z-index: -1; */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-tomato-2 {
    position: absolute;
    right: 0;
    left: 34vw;
    top: 18vw;
    /* z-index: -1; */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-biryani-1 {
    position: absolute;
    right: 0;
    left: 20vw;
    top: -6vw;
    /*z-index: -1;*/
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in; 
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}


img.sub-product-biryani-2 {
    position: absolute;
    right: 0;
    left: 10vw;
    top: 0vw;
    /*z-index: -1;*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-biryani-5 {
    position: absolute;
    right: 0;
    left: 32vw;
    top: 10vw;
    /*z-index: -1;*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-biryani-3 {
    position: absolute;
    right: 0;
    left: 30vw;
    top: -6vw;
    /*z-index: -1;*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}

img.sub-product-biryani-4 {
    position: absolute;
    right: 0;
    left: 12vw;
    top: 12vw;
    /*z-index: 2;*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;

}

img.sub-product-biryani-7 {
    position: absolute;
    right: 0;
    left: 30vw;
    top: 25vw;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-biryani-6 {
    position: absolute;
    right: 0;
    left: 20vw;
    top: 28vw;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-biryani-8 {
    position: absolute;
    right: 0;
    left: 10vw;
    top: 24vw;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}

img.sub-product-lime-1 {
    position: absolute;
    right: 0;
    left: 20vw;
    top: -6vw;
    /*z-index: -1;*/
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in; 
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}


img.sub-product-lime-2 {
    position: absolute;
    right: 0;
    left: 10vw;
    top: 0vw;
    /*z-index: -1;*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-lime-5 {
    position: absolute;
    right: 0;
    left: 32vw;
    top: 10vw;
    /*z-index: -1;*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-lime-3 {
    position: absolute;
    right: 0;
    left: 30vw;
    top: -6vw;
    /*z-index: -1;*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}

img.sub-product-lime-4 {
    position: absolute;
    right: 0;
    left: 12vw;
    top: 12vw;
    /*z-index: 2;*/
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;

}

img.sub-product-lime-7 {
    position: absolute;
    right: 0;
    left: 30vw;
    top: 25vw;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-lime-6 {
    position: absolute;
    right: 0;
    left: 20vw;
    top: 28vw;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
img.sub-product-lime-8 {
    position: absolute;
    right: 0;
    left: 10vw;
    top: 24vw;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}
/*img.sub-product-biryani-9 {
    position: absolute;
    right: 0;
    left: 5vw;
    top: 23vw;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4se;
    -o-transition: all .4s;
    transition: all .4s;
}*/
p.product-desc {
    padding-right: 12vw;
}
.ingradient a {
    color: #b57e12;
}
.info a {
    color: #b57e12;
}
.buy a {
    color: #b57e12;
}
.ingradient a:hover {
    color: #1f45a0;
    text-decoration: none;
}
.info a:hover {
    color: #1f45a0;
    text-decoration: none;
}
.buy a:hover {
    color: #b57e12;
    text-decoration: none;
}
h4.ingradient {
    color: #b57e12;
    text-align: left;
    padding-top: 0.1vw;
    cursor: pointer;
}
h4.info {
    color: #b57e12;
    text-align: left;
    cursor: pointer;
}
h4.buy {
    color: #b57e12;
    text-align: left;
    cursor: pointer;
}
hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0;
    border-top: 1px solid #000;
}
ul.ingradient-list {
    text-align: left;
}
.info-table {
    text-align: left;
    width: 50% !important;
}
.info-table tr {
    padding: 0rem !important;
    font-size: 1em !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 2px !important;
    line-height: 1.2 !important;
}
span.more {
    color: #000;
    font-size: 1.6rem;
}
/*blog*/
p.blog-heading {
    font-size: 1.6em;
    color: #b3802c;
}

.nav-tabs>li {
    font-size: 1.2em;
}
.blog-layout {
    box-shadow: 0px 8px 8px 0px #ebebeb;
    margin-bottom: 2em;
    padding-top: 10px;
    padding-bottom: 40px;
}
/*mobile nav*/
.navbar-inverse {
    background: url('../media/pattern-bg.jpg');
    border: none !important;
}
.mobile-logo{
    margin-top: -15vw;
    margin-left: 7vw;
    max-width: 285px;
}
li.menu-li {
    font-size: 3.2vw;
    font-weight: 700;
    padding: 0em 0em;
    /* color: #fff; */
    text-align: center;
}
.navbar-inverse .navbar-nav>li>a {
    color: #2044a0 !important;
}

/*.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }*/

/*preloader*/
#preloader { position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; overflow: visible; background: #333 url('http://files.mimoymima.com/images/loading.gif') no-repeat center center; }

/*media Query*/

@media only screen and (max-width:480px){
    .about .sub-title {
    padding-top: 1em;
}
}

@media only screen and (min-width:321px) and (max-width:768px){
    .about .sub-title {
    padding-top: 1em;
}
.about-img {
    margin-top: 10vw;
}
}

.row.mobile-product1 {
    background: url('../media/orange_bg.png');
}
.row.mobile-product2 {
    background: url('../media/green_bg.png');
}
.row.mobile-product3 {
    background: url('../media/red_bg.png');
}
.row.mobile-product4 {
    background: url('../media/yellow_bg.png');
}
.row.mobile-product5 {
    background: url('../media/orange_bg.png');
}
/*banner alt img*/

/*test video*/

.videoContainer {
    position: relative;
    width: 100%;
    height: 100%;
    //padding: 20px;
    border-radius: 5px;
    background-attachment: scroll;
    overflow: hidden;
    background-image: url('../media/Loading-Page-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
}
.videoContainer video {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
}
.videoContainer .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: transparent;
    opacity: 0.5;
}

/*news and events*/
.carousel-inner.event-border {
    border: 4px solid #1f45a0;
    box-shadow: 0 15px 12px -4px #777;
}
.event h3 {
    color: #1f45a0;
}
.event p {
    text-align: left;
}
.event span {
    color: #a5a3a3;
}
.col-md-6.event {
    position: relative;
    height: 280px;
}
.event-share {
    position: absolute;
    bottom: 0;
}
.events-indicator {
    bottom: -50px !important;
}
.events-indicator li {
    background-color: #9c9c9c !important;
}
.events-indicator li.active {
    background-color: blue !important;
}
img.event-share-icon {
    width: 40px;
    padding: 5px;
}
a.load-btn {
    border: 2px solid #b1810a;
    padding: 0.8vw;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    color: #1f45a0;
}
a.load-btn:hover {
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0px 3px #7b7979;
}
.carousel-inner.event-border:hover {
    transform: scale(1.112);
    z-index: 1;
}
/*product*/

.col-md-12.packs {
    margin-top: 12vw;
    margin-bottom: 12vw;
}

img.popodax-onion1 {
    -webkit-transform: scale(1.7);
    -ms-transition: all 400ms ease-in;
    -ms-transform: scale(1.7);
    -moz-transition: all 400ms ease-in;
    -moz-transform: scale(1.7);
    transition: all 400ms ease-in;
    transform: scale(1.7);
    position: relative;
    margin-left: -13vw;
}
img.popodax-onion1:hover {
    transition: all 400ms ease-in;
    transform: scale(1.9);
}

img.popodax-biryani1 {
    -webkit-transform: scale(2.4);
    -ms-transition: all 400ms ease-in;
    -ms-transform: scale(2.4);
    -moz-transition: all 400ms ease-in;
    -moz-transform: scale(2.4);
    transition: all 400ms ease-in;
    transform: scale(2.4);
    position: relative;
    z-index: 5;
}
img.popodax-biryani1:hover {
    transition: all 400ms ease-in;
    transform: scale(2.6);
}
img.popodax-lime1 {
    -webkit-transform: scale(2.0);
    -ms-transition: all 400ms ease-in;
    -ms-transform: scale(2.0);
    -moz-transition: all 400ms ease-in;
    -moz-transform: scale(2.0);
    transition: all 400ms ease-in;
    transform: scale(2.0);
    position: relative;
    margin-left: -8vw;
}
img.popodax-lime1:hover {
    transition: all 400ms ease-in;
    transform: scale(2.2);
}
img.popodax-tomato1 {
    -webkit-transform: scale(2.0);
    -ms-transition: all 400ms ease-in;
    -ms-transform: scale(2.0);
    -moz-transition: all 400ms ease-in;
    -moz-transform: scale(2.0);
    transition: all 400ms ease-in;
    transform: scale(2.0);
    position: relative;
    z-index: 4;
    margin-left: 4vw;
}
img.popodax-tomato1:hover {
    transition: all 400ms ease-in;
    transform: scale(2.2);
}
img.popodax-classic1{
    -webkit-transform: scale(1.7);
    -ms-transition: all 400ms ease-in;
    -ms-transform: scale(1.7);
    -moz-transition: all 400ms ease-in;
    -moz-transform: scale(1.7);
    transition: all 400ms ease-in;
    transform: scale(1.7);
    position: relative;
    margin-left: 6vw;
}
img.popodax-classic1:hover {
    transition: all 400ms ease-in;
    transform: scale(1.9);
}
/*blog*/
.blog-post h1, h2 {
    font-size: 36px;
    text-shadow: 2px 2px #b5c4e2;
    color: #1f45a0;
}
.blog-post p {
    font-size: 1.3vw;
}
section.blog-post {
    margin-top: -1%;
}
/*test*/
#gmap{
  width: 70%;
  height: 350px;
  margin: 0 auto;
}

#menu {
  width: 300px;
  margin: 15px auto;
  text-align:center;
}
#menu a.loc_link {
  background: #0f89cf;
  color: #fff;
  margin-right: 0px;
  display: inline-block;
  margin-bottom:10px;
  padding: 5px;
  border-radius: 3px;
  text-decoration: none;
}
#menu span#tool_tip {
  display: inline-block;
  margin-top: 10px;
}
.canvas_map {
    border: 4px solid #1f45a0;
}



/*map test*/

