@import url('https://fonts.googleapis.com/css?family=Roboto|Oswald|Archivo|Roboto+Slab|Josefin+Sans');
@keyframes mymove {
    0%   {box-shadow:#3d6bf5 0px 7px 8px 0px;}
    /*25%  {box-shadow:#16348d 0px 7px 8px 0px;}*/
    50%  {box-shadow:#abb8e4 0px 7px 8px 0px;}
    /*75%  {box-shadow:#6b8bed 0px 7px 8px 0px;}*/
    100% {box-shadow:#3d6bf5 0px 7px 8px 0px;}
}
body{margin:0px;padding:0px;font-family:'Oswald', sans-serif;font-size:1.1em;color:#333333;background-color:#f0f0f0;}
h1{font-family:'Archivo',sans-serif;font-size:1.8em;}
h2{font-family:'Archivo',sans-serif;font-size:1.5em;text-align:center;}
.center1{font-weight:bold;color:#0a4417;}
.center2{font-weight:bold;color:#0a4417;}
p{font-size:1.1em;line-height: 30px;}
.prodhome{margin:20px 0;}
.bg-primary {    background-color: #0e381a!important;}
.leftalign{margin-left:5%;}.top10{margin-top:3%;}
.vdofont{color:#0e381a;}
.trick{
	margin-left:5%;
	margin-right:5%;
	font-size:15px;
}
.longcontent{    margin-left: 5%;
    margin-right: 16%;
    line-height: 2em;}
.zoom {
    padding: 50px;
    transition: transform .2s;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.zoom:hover {
    -ms-transform: scale(2.5); /* IE 9 */
    -webkit-transform: scale(2.5); /* Safari 3-8 */
    transform: scale(2.5); 
}
.gap{margin-top:1em;
margin-bottom:1em;width:65%;}.btn {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 0px 18px;
    cursor: pointer;
    font-size: 20px;    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.footerarea{padding-top:3% !important;padding-bottom:3% !important;background:white !important;}
/* Darker background on mouse-over */
.btn:hover {    background-color: RoyalBlue;}
.boldnew{font-weight:bold;}
.boldnormal{    color: #0a4417;
    font-size: 1.1em;
    /* font-weight: bold; */
    line-height: 2em;}
	.thin{
		margin-left:3%;
	}
.final1{margin-left:13%!important;margin-right:20% !important;}
.prodhome img{max-width:400px;}
.prodhome p{font-family:'KoHo',sans-serif;font-size:1.1em;padding:10px;margin-top:5px;}
.align{margin-left:9%;margin-right:15%;}.align1{margin-left:9%;margin-right:13%;}
.call .callnow{text-align:center;margin-top:1rem !important;color:#2e3192;}
.bg-primary{background-color:#2e3192;}
.col-offset-sm-6{margin-left:50%;}
.col-offset-sm-5{margin-left:41.6667%;}
.col-offset-sm-3{margin-left:25%;}
.col-offset-sm-2{margin-left:13%;}
.col-offset-sm-1{margin-left:7.5%;}

/* Navigation Bar - Megamenu Starts */
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {margin-bottom:1rem;}
.navbar .dropdown-menu {border:none;background-color:#0e381a !important;}
.navbar-expand-lg .navbar-nav{padding-left:3rem !important;font-size:1.1rem;}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link{color:white ; white-space: nowrap; margin-top: 0px; }
.navbar{box-shadow:#18582a 0px 7px 8px 0px;margin-bottom:2em;}
/* Navbar ends */
  /* Make the image fully responsive */
.carousel-inner img {width: 100%;max-height: 400px;}
/* Content area */  
.contentarea{background:white;width:100%;}
.contentarea img{overflow:hidden;width:auto;height:300px;}

.intro{width:100%;}
.intro ol li{font-family:'Roboto',sans-serif;font-size:1.1em;}

@keyframes example {
   0% {
    background-color: #f1a00c;
    color: #fff;
}

100% {
    background-color: rgba(245, 155, 66, 0.94);
    color: #fff;
}
    }
button.btn {
	animation-name: example;
animation-duration: 0.5s;
animation-iteration-count: infinite;
}	

@media screen and (min-width:992px){
	.splhead{
		padding:18%;
	}

	.navbar-nav{
		height:60px !important;
	}
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 1100px) {
	
/* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {padding-top:0px;padding-bottom:0px;font-family:'Oswald', sans-serif;font-size:1rem ;}
/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {padding:.5rem .5rem;margin:0 .25rem; flex: none; border: none;}
/* makes the dropdown full width  */
.navbar .dropdown {position:relative;}
.navbar .dropdown-menu {/*  height of nav-item  */ top:45px;
display:block;visibility:hidden;opacity: 0;transition: visibility 0s, opacity 0.3s linear;}
   /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;visibility: visible;opacity: 1;transition: visibility 0s, opacity 0.3s linear;}
.navbar .dropdown-menu {border: 1px solid rgba(0,0,0,.15);background-color: #fff;}

}.navbar-nav>.active>a,
.navbar-nav>.active>a:focus,
 .navbar-nav>.active>a:hover{
 background-color:#307730!important;
 border-radius:5px;
 	 color:white;
 }
 .navbar-nav a:hover{
background-color:#307730!important;
 border-radius:5px;
 	 color:white;
 	 
 }
 .xtraspace{ margin-left:2%; }.newspace{padding-left:2%;}
 .darkblue{color:#31318d;}
.qs{color:darkred !important;}
.btn-primary{    background-color: rgba(255, 140, 98, 1);    border-color:rgba(255, 140, 98, 1); border-radius:27%; margin-bottom:10px;}
.pad10{padding-top:10px;}
.head1{color:darkred;text-align:left;margin-top:15px;}
.heading1{text-align: center;color: #2c2f92;font-weight: bold;}
.fontclr{color:#0a4417;font-size:1.1em;}
.fontclr1{color:#0a4417;font-size:1.1em;line-height:2em;}
.left50{margin-left:15%;}
.dark{color:darkred;}
.left23{margin-left:23px;}
.italy{font-style:italic;}
.spl1{color:darkred !important;font-weight:bold;}
.bluefont{color:#0a4417;font-size:1.1em}
.bluefont1{color:#0a4417;font-size:1.1em;font-weight: bold;    line-height: 1.8em;}
/* slider */
.jumbotron{background:url(../images/bck.jpg);}
.jumbotron2{background:url(../images/22.jpg) repeat-x top right !important;padding-top:2%;padding-bottom:2%;}
.jumbotron .jumbcont{background-color:#0c0c0c8f;    width: 80%;
    margin: auto;padding:10px 0;}
	.jumbotron2 .jumbcont2{     background-image: radial-gradient(#ffdd8a, #fefb34);border-radius:7%;
    width: 40%;
    margin: auto;
    padding: 10px 0;}
	.jumbcont2 p {
    font-size: 1.1em;
    color: black;
    width: 90%;
	line-height:25px;
    margin: 0 auto;
    padding: 5px 0;
}
.article{margin:0px 15px auto !important;font-family: 'Josefin Sans', sans-serif;}
.jumbcont p{font-family: 'Roboto Slab', serif;font-size:1.2em;line-height:35px !important;font-weight: bold;color:white;width: 90%;margin: 0 auto;padding:5px 0;}
@media (min-width: 576px){
.jumbotron {
    padding: 2rem 6rem;
}}
@media (max-width: 776px){
    .dropdown-menu{padding:.2rem 0 !important;}
    .dropdown-menu li:last-child{border:none !important;}
     .navbar .dropdown-menu li a{color:#bfc81a !important;}
    .navbar-nav li a button{padding:6px 14px !important;}
    .navbar-nav li a button{font-size:16px !important;font-weight:normal !important;}
    .navbar-expand-lg .navbar-nav{padding-left:3rem !important;font-size:.9rem !important; line-height:.8;}
p,.bluefont,.intro ol li , .jumbcont p  ,.fontclr,.fontclr1,.trick,.bluefont1{  font-size:16px !important;}
p,.bluefont1{line-height: 25px; }
.align, .final1,.trick,.bluefont1,.align1,.little{margin-left:1% !important;margin-right:1% !important;}
.center2,.bluefont1,.spl1{font-weight:300!important;}
}
/*.box {
   
    text-align: center;
    margin: 1.5%;
    padding: 0px;
    background: whitesmoke;
    background: -webkit-linear-gradient(whitesmoke, white);
    background: -o-linear-gradient(whitesmoke, white);
    background: -moz-linear-gradient(white, whitesmoke);
    background: linear-gradient(white, whitesmoke);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 5;
    -ms-transition: -ms-transform 1.5s !important;
    -webkit-transition: -webkit-transform 1.5s !important;
    transition: transform 1.5s !important;
}.box:hover {
    -ms-transform: sacel(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 10;
}*/
/* Footer */

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {margin-top:1.5em;
    background: #3d3e42 !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}

#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}
#footer ul.quick-links li:last-child { border: none; }
	a{text-decoration:none!important;}
@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}
@media (min-width:767px){
	.logo{
width:20%;}
}a.lightzoom {
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.logotext{font-weight:700;margin-top:5%;}
.logotext a{color:#45539e!important;font-family: 'Josefin Sans', sans-serif;}
.back {
   
    height: 100px;
    float: left;
    border: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 5px 5px 5px;
}

.back:before {
   
    position: absolute;
    padding: 10px;
}

@media screen and (max-width: 1260px) {
    .back {
        width: 50%;
    }
}

@media screen and (max-width: 840px) {
    .back {
        width: 100%;
    }
}

.button_base {
    margin: 0;
    border: 0;
    font-size: 18px;
    position: relative;
 
    left: 50%;
    margin-top: -25px;
    margin-left: -100px;
    width: 120px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
}

.button_base:hover {
    cursor: pointer;
}
.right5{margin-right:1% !important;}
.b05_3d_roll {
    perspective: 500px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
}.recent{font-style:italic;}

.b05_3d_roll div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50px;
    padding: 10px;color: #000000 !important;
     background-image: linear-gradient(to bottom right, #0a8e6abf, #22d022);
    border: #000000 solid 1px;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.little{margin-left:5%!important;}
.b05_3d_roll div:nth-child(1) {
    color: #000000;

     background-image: linear-gradient(to bottom right, #0a8e6abf, #22d022);    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b05_3d_roll div:nth-child(2) {
  
    background-color: #ffffff;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b05_3d_roll:hover div:nth-child(1) {
    color: #ffffff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}

.b05_3d_roll:hover div:nth-child(2) {

    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
}
a.lightzoom {
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

#lz-container {
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  white-space: nowrap;
  position: absolute;
  z-index: 9999990 !important;
}

#lz-box {
  position: fixed;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  z-index: 9999998 !important;
}

#lz-overlay {
  display: block;
  opacity: 0.6;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999991 !important;
}

#lz-box:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#lz-box img {
  float: none;
  display: inline-block;
  max-height: 80%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  opacity: 0;
  position: relative;
  z-index: 9999995 !important;
    background-color: rgba(249, 240, 240, 0.82) !important;
}

#lz-box p {
  position: relative;
  bottom: 0;
  margin-top: -30px;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 18px;
  z-index: 9999997 !important;
}

#lz-close {
  display: block;
  position: absolute;
  top: 2%;
  right: 2%;
  background: url("../image/close.png") no-repeat;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
  background-position: bottom;
  cursor: pointer;
}

#lz-close:hover {
  opacity: 1;
}




#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9999999 !important;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
img{
	max-width:100% !important;
}
.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
#success-message {
  opacity: 0;
}

@import url('https://fonts.googleapis.com/css?family=Yantramanav:100,300');


 ul  {
  list-style: none !important;
  padding: 0;
}

.brand {
  text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.brand span {
  color: #ffffff;
}

.wrapper {
  box-shadow: 0 0 20px 0 rgba(57, 82, 163, 0.7);    margin-bottom: 4%;
}

.wrapper > * {
  padding: 1em;
}

/* ------------------- */
/* COMPANY INFORMATION */
/* ------------------- */

.company-info {
  background: #C3C9DD;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.company-info h3,
.company-info ul {
  text-align: center;
  margin: 0 0 1rem 0;
}

/* ------- */
/* CONTACT */
/* ------- */

.contact {
  background: #f0f0f0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;margin-left: 10%;
margin-right: 18%;
}

/* ---- */
/* FORM */
/* ---- */

.contact form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 992px){
	.contact form{
		display:inline;
	}
}
.contact form label {
  display: block;
}

.contact form p {
  margin: 0;
}

.contact form .full {
  grid-column: 1 / 3;
}

.contact form button,
.contact form input,
.contact form textarea {
  width: 100%;
  padding: 0.25em;
  border: solid 1px #627EDC;
  border-radius: 4px;
}

.contact form textarea {
  resize: none;
}

.contact form button {
  background: #374882;
  border: 0;
  font-family:'Archivo',sans-serif;
  color: #e4e4e4;
  text-transform: uppercase;
  font-size: 20px;  
  font-weight: bold;
  height: auto !important;
}

.contact form button:hover,
.contact form button:focus {
  background: #3952a3;
  color: #ffffff;
  outline: 0;
  transition: background-color 2s ease-out;
}
.form-control{    height: calc(2.55rem + 2px);    border: solid 1px #627EDC;}
.splnew{margin-right:7%;}
.splold{
	margin-left:13%;
}
/* ------------- */
/* MEDIA QUERIES */
/* ------------- */

@media only screen and (min-width: 700px) {
  .wrapper {
    display: inline;
    grid-template-columns: 1fr 2fr;
  }

  .wrapper > * {
    padding: 2em;
  }

  .company-info {
    border-radius: 4px 0 0 4px;
  }

  .contact {
    border-radius: 0 4px 4px 0;
  }

  .company-info h3,
  .company-info ul,
  .brand {
    text-align: left;
  }
}
.open-button {
	color: #000;
	cursor: pointer;
	text-decoration: underline !important;
}

/* The popup form - hidden by default */
.form-popup {
	display: none;
	position: fixed;
	top: 20px;
	left: 40%;
	border: 3px solid #f1f1f1;
	z-index: 999;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=textarea] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}
.form-container textarea {
  width: 100%;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}
/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

p.full input[type="checkbox"] { width: auto; }
p.full a { color: #000; text-decoration: underline !important; }

label.checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}

label.checkboxtext input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.75); /* IE */
  -moz-transform: scale(1.75); /* FF */
  -webkit-transform: scale(1.75); /* Safari and Chrome */
  -o-transform: scale(1.75); /* Opera */
  padding: 10px;
  margin-right: 20px;
}

label.checkboxtext a {
	text-decoration: none !important;
	color: #007bff;
}

@media (max-width: 640px){
	.short { display: none; }
}

@media (min-width: 768px) and (max-width: 950px) {
	.jumbcont2 { width: 50% !important; } 
}

@media (max-width: 767px){
	.jumbcont2 { width: 85% !important; } 
	.jumbcont2 .article .row div { text-align: center !important; } 
	.jumbcont2 .article .row div span {
		display: inline-block;
		width: 100%;
	}
}
.navbar-toggler { margin: auto; }
.navbar-expand-lg .navbar-nav, .flex-column { text-align: center; }

.navbar-nav li a button {
  width:100%;
  border-right:0;
  border-top:0;
  padding: 10px;
  background:#FFF;
  font-size:18px;
  font-weight:bold;
  height: auto !important;
  color:#999
}
li.active button {
  background:#F5F5F5;
  color:#000;
}

@media (max-width: 991px){
	.navbar-expand-lg .navbar-nav, .flex-column {
		text-align: center;
		margin: 0 !important;
		padding: 0 !important; 
	}
	.navbar-nav li a button {
		width: auto;
		padding: 10px 30px;
	}
}
@media (max-width: 575px){
	.receipe_image { margin: 0; }
}
@media (min-width: 992px) and (max-width: 1300px) {
	.navbar-expand-lg .navbar-nav { padding-left: 2rem !important; }
}

.intro .intro_mobile { display: none; }
@media (max-width: 575px) {
	.intro .intro_desktop { display: none; }
	.intro .intro_mobile { display: block; }
}