@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&amp;family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300&amp;family=Oswald:wght@200;300;400;500;600;700&amp;display=swap');
/*
font-family: 'Kaushan Script', cursive;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
*/
html,body {
    padding-top:50px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 0.4s ease-in-out 0s;
	  -moz-transition: all 0.4s ease-in-out 0s;
	  transition: all 0.4s ease-in-out 0s;
}

.navbar { 
  -webkit-transition:padding 0.2s ease;
  -moz-transition:padding 0.2s ease; 
  -o-transition:padding 0.2s ease;        
  transition:padding 0.2s ease;  
  background-color: #ffffff75;
}
.innerheader .navbar { 
  background-color: #fff;
}
.affix {
	padding-top: .3em !important;
    padding-bottom: .3em !important;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;  
  -o-transition:padding 0.2s linear;         
  transition:padding 0.2s linear;  
}
.navbar-brand img{
	    position: absolute;
    width: 190px;
    top: 5vh;
    left: 19vh;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.innerheader .navbar-brand img{
	width: 109px;
    top: 1vh;
}
.navbar-light .navbar-brand img{
	width: 52px;
    top: 6px;
}
.content {
	width: 100%;
    height: 100vh;
    margin-top: -100px;
}
.content > section {
    float: left;
    width: 100%;
    height: 100vh;
	display: table;
	position:relative;
}
.bg1{
    display: block;
    width: 320px;
    height: 351px;
    background: url(../images/bg-2.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 5vh;
}
.bg2{
	display: block;
    width: 445px;
    height: 362px;
    background: url(../images/bg-1.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 5vh;
}
#founder_msg {
    background: url(../images/founder.jpg) no-repeat 0 -14vh;
    background-size: unset;
    background-attachment: fixed;
}
#product_range {
	    background: url(../images/products_bg.jpg) #ffffff no-repeat center bottom;
    background-size: cover;
}
#why_us { background-color: #67d602;}
#contact { background:url(../images/contact-bg.png) repeat #f5f5f5;}
#contact .contact_content{
	text-align: center;
    width: 160vh;
    margin: 0 auto;
    font-weight: 400;
    color: #757575;
    font-size: 18px;
}
#contact .contact-logo{
    margin: 11vh auto 32px;
    width: 300px;
}
.conatct_btns{
	margin: 60px auto 0;
}
.heading_whyus{
    position: absolute;
    margin-top: 10vh;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    left: 89vh;
}
.heading_whyus h1{
	font-size:54px;
}
.heading_whyus h1 img{
	display: inline-block !important;
    margin-left: 26px !important;
    margin-top: -5px;
}
ol.process_flow{
    margin: 0;
    padding: 0 0 15px 0;
    position: relative;
    display: table-cell;
    vertical-align: bottom;
}
ol.process_flow li{
    list-style-type: none;
    background: url(../images/process-box.png) no-repeat;
    display: block;
    background-size: contain;
    width: 154px;
    height: 73px;
    position: relative;
    margin-bottom: 35px;
	
}
ol.process_flow li span{
    font-family: 'Kaushan Script', cursive;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 69px;
    font-weight: bold;
    font-size: 19px;
}
ol.process_flow li small{
	position: absolute;
    display: block;
    right: -189px;
    width: 183px;
    font-family: 'Open Sans', sans-serif;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 11px;
}

ol.process_flow li:after{
	content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/arrow.png) no-repeat;
    background-size: contain;
	position:absolute;
}
ol.process_flow li:first-child{left:5vh;}
ol.process_flow li:nth-child(2){left:25vh;}
ol.process_flow li:nth-child(3){left:38vh;}
ol.process_flow li:nth-child(4){left:25vh;}
ol.process_flow li:last-child{left:5vh;}
ol.process_flow li:first-child:after{left: 23vh;top: 7vh;}
ol.process_flow li:nth-child(2):after{left: 23vh;top: 62px;}
ol.process_flow li:nth-child(3):after{left: 8vh;transform: rotate(79deg);top: 80px;}
ol.process_flow li:nth-child(4):after{left: 3vh;transform: rotate(95deg);top: 74px;}
ol.process_flow li:last-child:after{background:transparent;width:0;height:0;}
.why_circle{
position: absolute;
    width: 343px;
    top: 35%;
    transform: translateY(-50%) translateX(-50%);
    left: 38%;
}
.why_content{
	display: table-cell;
    vertical-align: middle;
    padding: 17vh 32vh 0 10vh;
    font-size: 22px;
    color: #fff;
    line-height: 33px;
    font-weight: 400;
    text-align: left;
}
#product_range h1{
font-family: 'Kaushan Script', cursive;
    font-size: 77px;
    color: #61c506;
    text-shadow: 1px 3px 2px #0000001f;
    text-align: center;
    width: 100%;
    position: absolute;
    margin-top: 11vh;
    line-height: 52px;
}
#product_range h1 span{
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 0px 0px transparent;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
    display: block;
    color: #54c11f;
}
#wrapper {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#wrapper div {
  position: absolute;
  background-position: center center;
  background-size: cover;
}
#wrapper .p1 {
  width: 1776px;
  height: 1183px;
  z-index: 6;
  background-image: url('../images/pouch-img.html');
  left: -89px;
  top: -191px;
}
#wrapper .p2 {
    width: 440px;
    height: 367px;
    z-index: 8;
    background-image: url(../images/pouch-img.png);
    left: 60px;
    top: 49.7vh;
}
#wrapper .p3 {
    width: 400px;
    height: 335px;
    z-index: 10;
    background-image: url(../images/mutton-curry-img.png);
    right: 19px;
    top: 21vh;
}
#product_container{
	position:relative;
}
#product_wrapper div {
  position: absolute;
  background-position: center center;
  background-size: cover;
  z-index:13;
}
#product_wrapper .p2 {
    width: 410px;
    height: 487px;
    z-index: 8;
    background-image: url(../images/1kg-pouch.png);
    left: 71vh;
    top: 25.7vh;
}
#product_wrapper .p3 {
    width: 290px;
    height: 305px;
    z-index: 10;
    background-image: url(../images/250gm-pouch.png);
    right: 66vh;
    top: 51vh;
}
#product_wrapper .onekg{
    font-family: 'Oswald', sans-serif;
    display: block;
    width: 30vh;
    height: 30vh;
    background-color: #116d00;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 88px;
    line-height: 72px;
    padding-top: 41px;
    position: absolute;
    top: 17vh;
    left: 40vh;
}
#product_wrapper .onekg small{
	display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 33px;
}
#product_wrapper .gm250{
    font-family: 'Oswald', sans-serif;
    display: block;
    width: 23vh;
    height: 23vh;
    background-color: #24da03;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 48px;
    line-height: 49px;
    padding-top: 41px;
    position: absolute;
    top: 34vh;
    left: 140vh;
}
#product_wrapper .gm250 small{
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
}
.letra {
  font-weight: 900;
  color: #24395A;
  font-size: 17.5em;
  top: 30%;
  margin-top: -115px;
  width: 100%;
  text-align: center;
  z-index: 7;
  text-transform: uppercase;
}
.home_content{
    display: block;
    width: 86vh;
    height: 52vh;
    margin: 0 auto;
    margin-top: 29vh;
	text-align:center;
}
.home_content h1{
    font-family: 'Kaushan Script', cursive;
    font-size: 95px;
    color: #61c506;
    text-shadow: 1px 3px 2px #0000001f;
}
h2.text_rotate{
	font-family: 'Oswald', sans-serif;
	margin-top:-13px;
}
h2.text_rotate span{
	display:block;
	width:100%;
}
.home_content p {
    font-size: 22px;
    font-weight: 300;
    line-height: 31px;
    padding: 25px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 25px;
}
.navbar-expand-sm .navbar-nav .nav-link{
	color: #171717;
    font-weight: 600;
    text-shadow: 3px 1px 1px #ffffff;
}
.navbar-expand-sm .navbar-nav .nav-link:hover, .navbar-expand-sm .navbar-nav .nav-link.active{
	    background-color: #50b91e;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 23px;
}

.arrow {
text-align: center;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 82vh;
    z-index: 12;
}
.arrow a{
	color:#585858;
	text-decoration:none;
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
ul.social_media_icon{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10vh;
    bottom: 35px;
    font-size: 22px;
	z-index:13;
}
ul.social_media_icon li{
	list-style-type:none;
	display:inline-block;
}
ul.social_media_icon li a{
display: block;
    width: 35px;
    height: 35px;
    background-color: #9ae049;
    border-radius: 35px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    margin: 0 4px;
	
}
ul.social_media_icon li a:hover{
	background-color:#dbdbdb;
	color:#000;
}
.founder_msg_heading {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    font-size: 4em;
    color: #000000;
    bottom: 10vh;
    left: 0;
    background-color: #aafb6a;
    padding: 18px 40px 22px 25px;
    /* text-shadow: 3px 3px 8px #000; */
    line-height: 79px;
    border-bottom-right-radius: 210px;
    border-top-right-radius: 210px;
}
.quote-card {
	background: #fff;
    color: #222222;
    padding: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    min-height: 120px;
    display: table-cell;
    height: 100vh;
    vertical-align: middle;
}
.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}
.quote-card cite {
font-size: 24px;
    margin-top: 10px;
    display: block;
    opacity: 0.8;
    font-weight: 700;
}
.quote-card:before {
    font-family: Georgia, serif;
    content: "“";
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 14em;
    color: rgba(238, 238, 238, 0.8);
    font-weight: normal;
}
.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: 0;
  line-height: 100px;
  right: 38px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card.green-card {
    background: #000000;
    color: #c3c3c3;
}
.quote-card.green-card:before, .quote-card.green-card:after {
  color:#6fda45 ;
}
.copyright_wrapper{
    position: absolute;
    width: 100%;
    height: 91px;
    background-color: #000;
    z-index: 14;
    left: 0;
    bottom: 0;
}
.copyright_wrapper .footer-logo{
	margin: 11px 0 0 16px;
}
.copyright_wrapper p{
	color: #a7f55a;
    line-height: 95px;
    padding-right: 19px;
}
.modal-lg {
    max-width: 80% !important;
}
/*** MEDIA QUERIES ***/
@media only screen and ( max-width: 40em ) {

    ol.process-chart {
        margin: 1em 0 0 0;
        padding: 1em 0 0 0;
    }

    ol.process-chart > li {
        background: linear-gradient(rgba(0,0,0,0.25) 0%, transparent 25%);
        flex-basis: inherit;
        margin: -1em 0 1em 0;
        min-width: inherit;
        padding: 1em 1em 0 1em;
    }

    ol.process-chart > li:before {
        left: 1em;
        top: 2em;
    }

    ol.process-chart > li:after {
        border-bottom: 0 solid transparent;
        border-left: 1em solid transparent!important;
        border-right: 1em solid transparent;
        border-top: 1em solid #fff;
        bottom: -1em;
        height: 0;
        left: 0;
        right: inherit;
        top: inherit;
        width: 100%;
    }

    ol.process-chart > li > div {
        padding: 1em 1em 0 1em;
    }

    /*** PRIMARY ***/
    ol.process-chart > li:nth-of-type(6n+1):after {
        border-top-color: #a2ed56;
    }

    /*** SECONDARY ***/
    ol.process-chart > li:nth-of-type(6n+2):after {
        border-top-color: #83e4e2;
    }

    /*** TERTIARY ***/
    ol.process-chart > li:nth-of-type(6n+3):after {
        border-top-color: #fd6470;
    }

    /*** QUATERNARY ***/
    ol.process-chart > li:nth-of-type(6n+4):after {
        border-top-color: #fca858;
    }

    /*** QUINARY ***/
    ol.process-chart > li:nth-of-type(6n+5):after {
        border-top-color: #fddc32;
    }

}

.split-left {
    width: 50%;
    height: 100%;
    float: left;
    background-image: url(../images/background-img.png);
    background-repeat: repeat;
    background-position: 0 80%;
    background-size: contain;
    display: table;
}
.split-right {
    width: 50%;
    height: 100%;
    float: right;
    display: table;
    background: url(../img/quality-bg.html) repeat-x bottom left #fff;
}
.mobile-logo{
	display:none !important;
}
@media only screen and (max-width: 992px){
	
	.split-right {
		width: 100%;
		min-height:0;
		float: none;
	}
}
@media (min-width: 768px){}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}
@media screen and (max-width : 800px){
	.navbar-collapse{
		background-color:#fff;
		padding:15px;
	}
	.navbar-nav{
		width:100%;
		text-align:center;
	}
	.mobile-logo{
		display: block !important;
		position: absolute;
		width: 109px;
		z-index: 10;
		TOP: 11VH;
		left: 50%;
		transform: translatex(-50%);
	}
	.innerheader .navbar-brand img {
		width: 65px;
		top: 1vh;
	}
	.content > section{
		display: block;
		height: auto;
	}
	.home_content{
		width:100%;
		margin-top: 38vh;
	}
	#wrapper .p3 {
		width: 170px;
		height: 145px;
		left: -65px;
		top: 9vh;
	}
	#wrapper .p2 {
		width: 180px;
		height: 155px;
		left: 280px;
		top: 110px;
	}
	.bg1 {
		width: 110px;
		height: 121px;
		top: 8vh;
	}
	.navbar-brand img{
		width: 49px;
		top: 5px;
		right: 14px;
		left: initial;
	}
	.home_content h1 {
		font-size:65px;
	}
	h2.text_rotate {
		font-size: 21px;
	}
	.home_content p {
		font-size: 18px;
		padding: 5px;
	}
	#home, #product_range{
		height:100vh;
	}
	#product_wrapper .p2 {
		width: 220px;
		height: 257px;
		left: 40px;
		top: 55.7vh;
	}
	#product_wrapper .p3 {
		width: 150px;
		height: 155px;
		right: 44px;
		top: 71vh;
	}
	#product_wrapper .onekg {
		width: 20vh;
		height: 20vh;
		font-size: 48px;
		line-height: 43px;
		padding-top: 25px;
		top: 40vh;
		left: 2vh;
	}
	#product_wrapper .onekg small {
		font-size: 23px;
	}
	#product_wrapper .gm250 {
		width: 13vh;
		height: 13vh;
		font-size: 24px;
		line-height: 24px;
		padding-top: 20px;
		top: 64vh;
		left: 250px;
	}
	#product_wrapper .gm250 small {
		font-size: 16px;
	}
	.heading_whyus {
		left: 0;
		width: 100%;
		text-align: center;
		margin-top: 2vh;
	}
	.why_content {
		vertical-align: top;
		padding: 92px 22px 22px;
		font-size: 16px;
		line-height: 21px;
		text-align: center;
		display: block;
	}
	.split-left {
		width: 100%;
		float: none;
		min-height: 0!important;
		height: 100vh!important;
		background-image: none;
		background-color: #94d94a;
		display: block;
	}
	.why_circle {
		position: absolute;
		width: 152px;
		height: 152px;
		top: 72vh;
		bottom: 0;
		left: 28%;
	}
	#contact .contact_content {
		text-align: center;
		width: 100%;
		margin: 0;
		font-weight: 400;
		color: #757575;
		font-size: 15px;
		padding: 0 23px;
	}
	ol.process_flow{
		display:block;
	}
	ol.process_flow li{
		list-style-type: none;
		background: url(../images/process-box.png) no-repeat;
		display: block;
		background-size: contain;
		width: 154px;
		height: 73px;
		position: relative;
		margin-bottom: 35px;
		
	}
	ol.process_flow li span{
		font-family: 'Kaushan Script', cursive;
		display: block;
		width: 100%;
		text-align: center;
		line-height: 69px;
		font-weight: bold;
		font-size: 19px;
	}
	ol.process_flow li small{
		position: initial;
		display: block;
		width: 100%;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 10px;
		text-align: center;
		margin-top: 20px;
	}

	ol.process_flow li:after{
		content: '';
		display: block;
		width: 50px;
		height: 50px;
		background: url(../images/arrow.png) no-repeat;
		background-size: contain;
		position:absolute;
	}
	ol.process_flow li:first-child{left: 50%;transform: translateX(-50%);}
	ol.process_flow li:nth-child(2){left: 50%;transform: translateX(-50%);}
	ol.process_flow li:nth-child(3){left: 50%;transform: translateX(-50%);}
	ol.process_flow li:nth-child(4){left: 50%;transform: translateX(-50%);}
	ol.process_flow li:last-child{left: 50%;transform: translateX(-50%);}
	ol.process_flow li:first-child:after{
		right: -32px;
		left: initial;
		top: 10vh;
		transform: rotate(45deg);		
	}
	ol.process_flow li:nth-child(2):after{
		left: -30px;
		top: 67px;
		transform: rotate(-40deg) rotateY(175deg);
	}
	ol.process_flow li:nth-child(3):after{
		right: -32px;
		left: initial;
		top: 10vh;
		transform: rotate(45deg);			
	}
	ol.process_flow li:nth-child(4):after{
		left: -30px;
		top: 67px;
		transform: rotate(-40deg) rotateY(175deg);
	}
	ol.process_flow li:last-child:after{background:transparent;width:0;height:0;}
	.bg2{
		width:100%;
	}
	.copyright_wrapper .footer-logo{
		display:none;
	}
	.float-right{
		float: none !important;
		text-align: Center;
	}
	#contact{
		height:100vh;
	}
	#contact .contact-logo {
		margin: 5vh auto 22px;
		width: 160px;
	}
	.navbar-light .navbar-brand img {
		width: 41px;
		top: 6px;
		right: 20px;
		left: inherit;
	}
	ul.social_media_icon{
		right: initial;
		left: 24%;
		bottom: 50px;

	}
	.quote-card {
		padding-left: 20px;
		display: block;
		height: 60vh;
		vertical-align: initial;
		margin-top: 53vh;
	}
	.quote-card p {
		font-size: 13px;
		line-height: 1.5;
		margin: 0;
		max-width: 100%;
		padding-left: 28px;
	}
	.quote-card:after {
		bottom: 0px;
		right: 38px;
		font-size: 7em;
	}
	.quote-card:before{
		font-size:4em;
	}
	#founder_msg {
		background: url(../images/founder.jpg) no-repeat -60px -4vh;
		background-size: cover;
		background-attachment: fixed;
	}
}
@media only screen and (min-width: 990px) {}

/*Huge Displays*/
@media (min-width: 3000px) {}

/*Projector Screens and Ver Large Monitors*/
@media (min-width: 2561px) {}

/*iMac 27, HD Screens and Large Monitors*/
@media (min-width: 1921px) and (max-width: 2560px) {}

/*Large Widescreen Monitors*/
@media (max-width: 1920px) {}

/*Medium Widescreen Monitors*/
@media (max-width: 1680px) {}

/*Large Widescreen Laptops*/
@media (max-width: 1440px) {}

/*Common Widescreen Laptops*/
@media (max-width: 1366px) {}
/*Very Large Tablets and Medium Laptops*/
@media (max-width: 1280px) {}

/*Notebooks and Small Laptops*/
@media (max-width: 1152px) {}

/*iPad Landscape Mode and Large Tablets */
@media (max-width: 1024px) {}


/*Medium Tablets */
/*iPad Portrait Mode, iPad Mini and Small Tablets */

@media (max-width: 991px) {}
/* Tabs v2*/
@media screen and (max-width: 800px) {}
/*Medium Smart Phones v2*/
@media screen and (max-width: 640px) {}
/*Google Nexus and Other Large Smart Phones v1*/
@media screen and (max-width: 600px) {}
	

/*iPhone Landscape Mode and Mediium Smart Phones*/
@media screen and (max-width: 480px) {}

/*Other Major Small Smart Phones*/
@media screen and (max-width: 360px) {}

/*iPhone Portrait Mode and Very Small Mobile Phones*/
@media screen and (max-width: 320px) {}
@media (max-width: 360px) {}
@media (max-width: 680px) {}
@media (max-width: 420px) {}
@media only screen and (max-width: 600px) {}


