.error-page{
  min-height: 400px;
  text-align: center;
}
.error-page .h1{
  font-size: 2em;
}

/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  color: #fff;
  display: none;
  font-size: 23px;
  height: 50px;
  line-height: 45px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 50px;
  z-index: 999;
  background: red;
}

.scrollToTop:hover,
.scrollToTop:focus {
  background-color: #FFF;
  text-decoration: none;
  outline: none;
}


.bg-home-about{
  background: #3CA55C;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #B5AC49, #3CA55C);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #B5AC49, #3CA55C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
 
.home-about{
  padding: 10px;
  margin-bottom: 15px;
}
.heynopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.text-box-vv{
  margin-top:10px;
  margin-bottom: 10px;
}
.vvbox{
  width: 90%;
  padding: 15px;
  box-shadow: 2px 2px 25px #CCCBCB;
  min-height: 200px;
  margin:0 auto;
  margin-bottom: 12px !important;
}
.colora{
  background: #c0c0aa;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #1cefff, #c0c0aa);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1cefff, #c0c0aa); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.colorb{
 background: #3494E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #EC6EAD, #3494E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #EC6EAD, #3494E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.colorc{
 background: #DBE6F6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #C5796D, #DBE6F6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #C5796D, #DBE6F6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.cover-image{

}
.about p{
  margin-top:20px;
  margin-bottom: 10px;
  
}
.btn-order{
      background: rebeccapurple;
    color: white;
    padding: 5px 50px;
    margin: 30px;
}

.error-message{
    color: red;
    font-size: small;
    margin: 5px;
}

.common-header{
  padding: 20px;
  background: #e1f0e3;
  color: #1b4921;
  margin-bottom: 10px;
}

.home-product-title{
  float: right;
}

.text-grid{
  min-height: 200px;
  box-shadow: 2px 2px 25px #CCCBCB;
}
/* endof timelime */
.slide_caption {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #66c8a566;
  width: 100%;
  color: white;
  text-align: center;
  font-size: x-large;
}
.slide_caption .slide_link{
  text-align: center;
  margin-bottom: 5px;
  background: green;
  cursor: pointer;
  width: 120px;
  margin: 5px auto;
  padding: 5px;
  color: white;
}
.slide_link a {
  text-align: center;
}
.blogheading{
  margin: auto 0;
  text-align: center;
  padding-bottom: 10px;
}
.blogpackage {
  position: relative;
  max-width: 800px; /* Maximum width */
  margin: 0 auto; /* Center it */
}

.blogpackage .blogcontent {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background:rgba(189, 207, 63, 0.46); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 15px; /* Some padding */

}
.blogpackage img {vertical-align: middle;}

ul.blog-info {
  list-style-type: none;
  text-align: center;
}
ul.blog-info li{
    font-weight: bolder;
    height: 75px;
    background: #e6ffe6;
    border: 2px double #d1e3bf;
    color: black;
    padding: 10px;
}

.aboutlink {
	background: #bdcf3f;
width: 190px;
padding: 5px;
text-align: center;
margin: 0 auto;
    margin-top: 0px;
margin-top: 10px;
}
/* Center the loader */

/* :: 3.5.0 Preloader */
.preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden; }
  .preloader .circle-preloader {
    text-align: center;
    overflow: hidden; }
    .preloader .circle-preloader .foode-preloader {
      position: relative;
      z-index: 10;
      width: 160px;
      height: 4px;
      border-radius: 2px;
      margin-top: 30px;
      background-color: #ebebeb;
      overflow: hidden; }
      .preloader .circle-preloader .foode-preloader span {
        width: 80px;
        height: 100%;
        position: absolute;
        background-color: #e59f80;
        top: 0;
        left: 0;
        border-radius: 2px;
        z-index: 100;
        -webkit-animation: line 1000ms infinite linear;
        animation: line 1000ms infinite linear; }

@-webkit-keyframes line {
  0% {
    left: -80px; }
  100% {
    left: 160px; } }
@keyframes line {
  0% {
    left: -80px; }
  100% {
    left: 160px; } }
/* end of loader */
.slidebanner{
	padding: 0 !important;
	margin:0 !important;
}
/**********************8 blog**/
.blog-post{
  	background: #bdcf3f;
    position: relative;
    border: 1px solid #1c4822;
    margin-bottom: 1em;
    min-height: 370px;
  }
.blog-post .readmore{
	margin: 15px;
	padding-bottom: 10px;
}

.blog-post h3{
	padding: 10px;
  font-size: .9em;
}
.blog-post .image{

}
.blog-post p{
	text-indent: 20px;
	text-align: left;
	color:  #00441b;
	padding: 10px;
}
.blog-post .info {
	position: absolute;
	  top: 20px;
	  right: 20px;
	  background-color: black;
	  color: white;
	  padding-left: 20px;
	  padding-right: 20px;
}
/******************blog-----------------*/

/*----------------star event----------*/
.event {
	background: #bdcf3f;
}
.event-image {
	position: relative;
}
.event img{
	width: 100%;

}
.event h4{
	padding: 10px 10px 20px 10px;

}
.event-image > .info{
	position: absolute;
    bottom: 0px;
    background: #86ec53a6;
    color: #07002bd6;
    width: 100%;
    padding: 15px;

}
/*** start brnads----------*/

.brand {
  	background: #bdcf3f;
    margin-bottom: 40px;
    min-height: 230px;
    -webkit-box-shadow: -2px 29px 0px 13px rgba(28,72,34,0.88);
    box-shadow: -2px 29px 0px 13px rgba(28,72,34,0.88);
}
.brand p{
	font-size: 0.9em;
	padding: 10px;
}
.brand h3{
  padding-top: 30px;
	padding-left: 10px;
	font-size: 1.2em;
}

/*********************start video *****************/

.video{
	
}

.video  h3{
	padding: 10px 10px 10px 0px;
    background: #bdcf3f;
    font-size: 1em;
    margin-top: -5px;
}
.v-box a{
  position: relative;
  min-height:250px;
  margin-bottom: 20px;
}
.v-caption{
background: #00ff4266;
padding: 10px;
color: black;
width: 100%;
word-wrap: break-word;
height: 70px;
}

/********************blog **************/

.blog-left {
	overflow: hidden;
}


/************about ****************/

.about ul{
	padding-left: 30px;
}

.about h4{
	font-size: 1.2em;
	font-weight: bolder;
}
.about img{

}

p.packetinfo small{
      margin-left: 5px;
    color: #f65a5b;
    text-transform: uppercase;
    font-size: .6em;
    -webkit-text-stroke: 0px;
    letter-spacing: 0px;
}