*
{
    margin: 0px;
    padding: 0px;
}
html, body {
    max-width: 100%;
    overflow-x: hidden!important;
    font-family: verdana;
    
}


/* Bookmark */
:target {
  animation: highlight 6s ease;  
  transform: translateZ(20px); 
  animation-iteration-count: 2    
}
@keyframes highlight {
  0% { background-color:#e8c885b3;}
  100% { background-color:none; }
}
/* Bookmark */

/*******************************************************************************************************/

/* start standard style sheet for apple phones*/
a
{
  cursor: pointer;
}

 a[href^="tel"] {
  color: #a5aa25;
  text-decoration: none;
  }

  a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* End of standard style sheet for apple phones*/

/*******************************************************************************************************/

/*Start of Nav Bar*/

/* slider*/
    .slider_Setting
    {
      margin-top: 0px;  
      width: 100%;
      height: 800px;
    }
    /*close slider*/
    .dropdownmenu_gallery_setting
    {
        width: 200px;
    }

/*End of Nav Bar*/

/*****************************************************************************************************/
/*Body Section starts*/

/*****************************************************************************************************/

/*standard style sheet*/
.Page_Heading
{
  font-size: 25px;
  font-family: verdana;
  text-transform: uppercase;
  text-align: center;
  color:#c30848;
  font-weight: 700;
  margin:50px 0px;
  /*text-shadow: 2px 2px 4px #000;*/
}


.boxforheading {
  width:auto;
  height:auto;
 text-align:center;
  padding-top:0px;
  background-color:red; 
  box-shadow: 5px 5px #DCDCDC;
  border-radius:5px;
/*background-image: linear-gradient(to right, #c13c6c, #e0bac7);*/
background-image: linear-gradient(to right, #d29944, #e2b533, #d29944);


 
}

.Paragraph_Heading_Main
{
  font-size: 18px;
  margin: 0px 20px;
  font-family:verdana;
  /*font-weight: bold;*/
  color: #e7842e;;
  /*text-shadow: 2px 2px 4px #000;*/
  position: relative;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  
  
}
.Paragraph_Heading_Main::after {
    position: absolute;
    content: "";
    background-color: #e7842e;
    height: 3px;
    width: 50px;
    bottom: -1px;
    left: 0;
}

.Paragraph_Heading
{
    font-size: 18px;
    padding: 0px 0px;
    margin: 0px 20px;
    font-weight: bold;
    font-family:verdana;
    color:#342a2c;
}

.Paragraph_Sub_Heading
   {
    font-size: 16px;
    padding: 0px 0px;
    margin: 0px 20px;
    /*font-weight: bold;*/
    font-family: verdana;
    color:#342a2c;

    /*text-shadow: 2px 2px 4px #000;*/
   }


.Paragraph
{ 
  font-size: 16px;
  padding: 0px 0px;
  margin: 0px 20px;
  text-align: justify;
  /*font-family: verdana;*/
  color:#474747;
  font-family:Georgia, "Times New Roman", Times, serif;

}


@media (min-width: 1200px) and (max-width: 1500px)
{
  .Page_Heading
  {
  font-size: 20px;  
  } 
  .Paragraph_Heading
  {
    font-size:17px;
  }
  .Paragraph_Sub_Heading
    {
    font-size:14px;
    
    } 
  .Paragraph
  {
  font-size:14px;
  
  } 
  .Paragraph_Heading_Main
  {
    font-size: 17px;
  }
}   


@media (min-width: 992px) and (max-width: 1199px)
{
  .Page_Heading
  {
  font-size: 19px;
  } 
   .Paragraph_Heading
  {
    font-size:17px;
  
  }
  .Paragraph_Sub_Heading
    {
    font-size: 14px;
    
    } 
  .Paragraph
  {
  font-size: 14px;
  
  } 
    .Paragraph_Heading_Main
  {
    font-size: 17px;
  }
}

@media (min-width: 768px) and (max-width: 991px)
{
  .Page_Heading
  {
  font-size: 17px;
  } 
  .Paragraph_Heading
  {
    font-size: 15px;
  
  }
  .Paragraph_Sub_Heading
    {
    font-size:13px;
    
    } 
  .Paragraph
  {
  font-size: 13px;
  
  } 
    .Paragraph_Heading_Main
  {
    font-size: 15px;
  }
} 

@media (min-width: 481px) and (max-width: 767px)
{
  .Page_Heading
  {
  font-size: 16px;
  } 
  .Paragraph_Heading
  {
    font-size: 14px;
  
  }
  .Paragraph_Sub_Heading
    {
    font-size:13px;
    
    } 
  .Paragraph
  {
  font-size: 13px;
  
  } 
  .Paragraph_Heading_Main
  {
    font-size: 14px;
  }  
}

@media (max-width:480px)
{
  .Page_Heading
  {
  font-size: 15px;
  } 
  .Paragraph_Heading
  {
  font-size: 13px;
  margin:0px 25px;
  } 
  .Paragraph_Sub_Heading
    {
    font-size: 12px;
    
    } 
  .Paragraph
  {
  font-size:12px; 
  margin:0px 25px;
  } 
  .Paragraph_Heading_Main
  {
    font-size: 13px;
  }  
}


/* End of standard style sheet*/

/***************************************************************************************************/


/*************************************************************************************************/




/*Start of Testimonials*/


.testimonials-padding{
  padding-bottom:70px;
}

#testimonials{
  /*background: #f2f7fa none repeat scroll 0 0;*/
  background:url(../images/Ring.jpg) 50% 0 repeat fixed;
  /*opacity: 0.4;*/
  min-height:570px;
  color:#fff;
  text-rendering:optimizelegiblity;
  -webkit-font-smoothing:antialiased;
  padding:70px 0;
}

.text{
  background:#fff;
  text-align:left;
  padding:25px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.text p{
  color:#414141;
}

.profile-image{
  margin:0 auto;
  text-align:center;
  margin-top:30px;
}

.profile-image img{
  height:100px;
  width:100px;
  border-radius:500px;
  -moz-border-radius:500px;
  -webkit-border-radius:500px;
  margin-bottom:10px;
}

.profile-image h4{
  font-size:18px;
  color:#e7842e;
  text-transform:uppercase;
  line-height:22px;
  font-weight:normal;
}

.profile-image p{
  font-size:14px;
  font-weight:normal;
  margin:0;
}


.carousel-indicators {
  top: 105%;
}

.carousel-indicators .active {
  background-color: #e7842e;
  height: 12px;
  margin: 0;
  width: 12px;
}

.carousel-indicators li {
 background-color: #e7842e;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}

/*End of Testimonials*/

/* Start Of Why choose Us */
#why_us {
    background: #f2f7fa none repeat scroll 0 0;
    padding-bottom: 50px;
    line-height: 18px;
}
#why_us h2 {
    margin: 70px 0 20px;
}
.why_us_item{ padding-top: 55px;}
#why_us .fa{
    border-radius: 10%;
    /*box-shadow: 0 0 0 0px, 0 0 0 10px #b99ce2, 0 0 10px 20px #d8c0f9;*/
    box-shadow: 0 0 0 0px, 0 0 0 10px #6c6b6b, 10px 10px 10px 10px darkgrey;
    padding: 38px;
    font-size:45px;
}
#why_us .fa:hover{

box-shadow:0 0 5px #fff;
}


.why_us_item > h5 {
    font-size: 14px;
    margin: 60px 0 20px;
    font-weight: bold;
}

/*End of Why choose Us*/

/*ABOUT US*/
.space{height: 20px;}

#servicesPro{
  background-image: url('Images/ContactBg.jpg');
  /*background: #fff;*/
  padding: 25px 0 25px;
  overflow: hidden;
}

#servicesPro .servicesPro-content{
  padding: 20px;
  font-weight: 700px;
  box-shadow: 10px 10px 0px #87837d;
  background: rgb(0 0 0 / 0%);
  font-weight: 500;
  transform: scale(1);
  transition: .8s;
  text-align: center;
}
#servicesPro .servicesPro-content:hover{
  transform: scale(1.03);
  box-shadow: none;
  border:1px solid #87837d;
}






/*Paragraph_Heading*/

.Page_Heading
{
  font-size: 25px;
  font-family: verdana;
  text-align: center;
  color:black;
  font-weight: bold;
  margin:8px 0px;
}

.Paragraph_Heading
{
  font-size: 20px;
  margin: 0px 50px;
  font-family: verdana;
  font-weight: bold;
  
  
}

.Paragraph_Sub_Heading
   {
    font-size: 16px;
    padding: 0px 0px;
    margin: 0px 47px;
    font-weight: bold;
    font-family: verdana;
    color:#666562; /*dark grey*/
    /*border-bottom: 2px solid #f91942;*/

   }


.Paragraph
{ 
  font-size: 16px;
  padding: 6px 0px;
  margin: 0px 50px;
  text-align: justify;
  font-family: verdana;
  color:black;

}

.Heading
{
  font-size: 20px;
  
}


@media (min-width: 1200px) and (max-width: 1500px)
{
  .Page_Heading
  {
  font-size: 20px;  
  } 
  .Paragraph_Heading
  {
    font-size:17px;
  }
  .Paragraph_Sub_Heading
    {
    font-size:14px;
    
    } 
  .Paragraph
  {
  font-size:14px;
  
  } 
  
}   


@media (min-width: 992px) and (max-width: 1199px)
{
  .Page_Heading
  {
  font-size: 19px;
  } 
   .Paragraph_Heading
  {
    font-size:17px;
  
  }
  .Paragraph_Sub_Heading
    {
    font-size: 14px;
    
    } 
  .Paragraph
  {
  font-size: 14px;
  
  } 
  
}

@media (min-width: 768px) and (max-width: 991px)
{
  .Page_Heading
  {
  font-size: 17px;
  } 
  .Paragraph_Heading
  {
    font-size: 15px;
  
  }
  .Paragraph_Sub_Heading
    {
    font-size:13px;
    
    } 
  .Paragraph
  {
  font-size: 13px;
  
  } 
  
} 

@media (min-width: 481px) and (max-width: 767px)
{
  .Page_Heading
  {
  font-size: 16px;
  } 
  .Paragraph_Heading
  {
    font-size: 14px;
  
  }
  .Paragraph_Sub_Heading
    {
    font-size:13px;
    
    } 
  .Paragraph
  {
  font-size: 12px;
  
  } 
  
}

@media (max-width:480px)
{
  .Page_Heading
  {
  font-size: 15px;
  } 
  .Paragraph_Heading
  {
  font-size: 13px;
  margin:0px 25px;
  } 
  .Paragraph_Sub_Heading
    {
    font-size: 12px;
    
    } 
  .Paragraph
  {
  font-size:12px; 
  margin:0px 25px;
  } 
  
}






/*about us Block service*/


/*.services {
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
}*/


.Aboutservices .box {
  background-color:#87837d;
  overflow:hidden;
  transition: .3s ease;
}
.Aboutservices .box i {
  color:#a52e1d;
  transition:inherit;
  transition-delay: 0s
}
.Aboutservices h4 {
  color:#fff;
  transition:inherit;
  transition-delay: .05s;
}
.Aboutservices p {
  color:#dfdfdf;
  font-weight: 700;
  transition:inherit;
  transition-delay: .1s;
}
.readmore {
  color:#fff;
  overflow: hidden;
    display: inline-block;
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-right: 2rem;
}
.readmore:before {
  animation: ts-link-arrow-effect-animation-out;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.6, .01, 0, 1);
    background-color: #a52e1d;
    bottom: 0;
    height: .125rem;
    margin: auto;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    transform: scaleX(.2);
    transform-origin: left center;
    z-index: 0;
}
.readmore span {
  position: relative;
    transform: translateX(-200%);
    display: inline-block;
    transition: .6s cubic-bezier(.6, .01, 0, 1);
}
.box:hover .readmore span {
    transform: translateX(0%);
}
.box:hover .readmore:before {
  animation: ts-link-arrow-effect-animation-in;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.6, .01, 0, 1);
}
.box:hover i,
.box:hover h4,
.box:hover p {
    transform: translateY(-0.625rem);
}
@keyframes ts-link-arrow-effect-animation-out {
    0% {
        transform-origin: right center;
        transform: scaleX(.2);
    }

    70% {
        transform-origin: right center;
    }

    71% {
        transform-origin: left center;
        transform: scaleX(1);
    }

    100% {
        transform-origin: left center;
        transform: scaleX(.2);
    }
}
@keyframes ts-link-arrow-effect-animation-in {
    0% {
        transform-origin: left center;
        transform: scaleX(.2);
    }

    70% {
        transform-origin: left center;
        transform: scaleX(1);
    }

    71% {
        transform-origin: right center;
    }

    100% {
        transform-origin: right center;
        transform: scaleX(.2);
    }
}

/*start css for Downloads & Video Gallery*/
.video_div {
    text-align: center;
    border: 1px solid #00BBF2;
    padding-top: 10px;
    margin: 10px 10px;
}

.dhanwantari_video
{
  height:300px;
  width:100%;
}

.Paragraph_Video_Heading
   {
    font-size: 16px;
    padding: 0px 0px;
   font-family: sans-serif;
    
   }
/*end css for Downloads & Video Gallery*/

/*Product categories */


a {
    text-decoration: none !important;
}
.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 400;
  font-size: 28px;
  color: #342b2c;
  letter-spacing: 1.1px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #C7E5FF;
}

.center-text p {
  margin-bottom: 30px;
}



.services-small-item {
  display: block;
  background: #daa6399c;
  box-shadow: 0 2px 5px 0 gray;
  border-radius: 40px;
  padding: 15px 15px; /*40px 28px;*/
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.services-small-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 40px;
  background-image: linear-gradient(185deg, #87837d 0%, #b7b0a6  100%); /*135deg, #b2c376 0%, #7a912a 100%*/
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.services-small-item.active:before, .services-small-item:hover:before {
  opacity: 1;
}

.services-small-item.active .icon:before, .services-small-item:hover .icon:before {
  opacity: .26;
}

.services-small-item.active .icon i, .services-small-item:hover .icon i {
  background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-small-item.active .services-title, .services-small-item:hover .services-title {
  color: #ffffff;

}

.services-small-item.active p, .services-small-item:hover p {
  color: #ffffff;
}

.services-small-item.active .button i, .services-small-item:hover .button i {
  background-image: linear-gradient(135deg, #fff 0%, #fff 100%) !important;
  color: #342a2c !important;
}

.services-small-item:hover {
  margin-top: -15px;
  box-shadow: none;
  border-radius: 40px;
  border:5px solid #daa6399c;
}

.services-small-item .icon {
  width: 139px;
  height: 80px; /*113*/
  margin: auto;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.services-small-item .icon i {
  display: block;
  height: 67px;
  line-height: 67px;
  position: absolute;
  width: 100%;
  top: 22px;
  z-index: 2;
  font-size: 50px;
  background-image: linear-gradient(135deg, #555 0%, #55574c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services-small-item .services-title {
  font-weight: 700;
  font-size: 16px;
  color: #342b2c;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services-small-item p {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.88px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 30px;
}

.services-small-item .button {
  position: relative;
  z-index: 2;
}

.services-small-item .button i {
  width: 42px;
  height: 42px;
   background-image: linear-gradient(135deg, #87837d 0%, #343a2c 100%);
  line-height: 42px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  padding-left: 3px;
}

.services-small-item:hover + .item-bg {
  bottom: 30px;

}

/*.item-bg {
  content: '';
  position: absolute;
  width: 80%;
  height: 15px;
  bottom: 15px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}*/

.soft-btn {
  color: #FFF;
  border: 0;
  width: 120px;
  height: 40px;
  border-radius: 10px;
  background-color:#342a2c;
  box-shadow: 9px 9px 16px        rgba(163,177,198,0.6), -9px -9px 16px    rgba(236, 240, 241, 0.6), 0px 0px 0px        rgba(163,177,198,0.6) inset, -0px -0px 0px rgba(255,255,255, 0.3) inset;
  margin: 20px;
  transition: all 0.3s;
  cursor: pointer;
  outline: 0;
}

.soft-btn:hover, .soft-btn:focus {
  box-shadow: 0 0 0        rgba(163,177,198,0.6), -0 -0 0    rgba(236, 240, 241, 0.6), 3px 3px 5px        rgba(163,177,198,0.6) inset, -3px -3px 3px rgba(255,255,255, 0.3) inset;
  background-color:#87837d;  
  border:3px solid #342a2c;
}




/*Start of Card container Hover Effect Patch*/
.card-container {
  flex: 300px;
  margin: 20px;
}
.card-container .card {
  font-weight: bold;
  position: relative;
  width: 100%;
}
.card-container .card a {
  padding: 20px;
  width: 100%;
  height: 250px;
  border: 2px solid #c30848;
  background: white;
  text-decoration: none;
  text-align: center;
  color: black;
  display: block;
  transition: 0.25s ease;
}
.card-container .card a:hover {
  transform: translate(-30px, -30px);
  border-color: #000d45;
}
.card-container .card a:hover .card--display {
  display: none;
}
.card-container .card a:hover .card--hover {
  display: block;
}
.card-container .card a .card--display b {

  font-size: 25px;
  margin-top: 150px;
}
.card-container .card a .card--display h2 {
  margin: 20px 0 0;
}
.card-container .card a .card--hover {
  display: none;
}
.card-container .card a .card--hover h2 {
  margin: 20px 0;
}
.card-container .card a .card--hover p {
  font-weight: normal;
  line-height: 1.5;
}
.card-container .card a .card--hover p.link {
  margin: 20px 0 0;
  font-weight: bold;
  color: #c30848;
}
.card-container .card .card--border {
  background-color: #000d45;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px dotted #000d45;
  z-index: -1;
}
.card-container .card.card--dark a {
  color: white;
  background-color: black;
  border-color: black;
}
.card-container .card.card--dark a .card--hover .link {
  color: #c30848;
}
/*End of Card container Hover Effect Patch*/


/*start css for button*/
.buttons {
    margin: 10%;
    text-align: center;

}

.btn-hover {
    width: 104px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 14px;
    /* height: 55px; */
    text-align:center;
    padding: 0px;
    border: none;
    background-size: 300% 100%;
   
    border-radius: 0px;
    transition: all .4s ease-in-out;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    
    
}

.btn-hover:hover {
    background-position: 100% 0;
    text-decoration: none;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}
.btn-hover.color-6 {

    /*background-image: linear-gradient(to right, #009959, #ff8524, #ff8524, #009959);*/
    padding: 10px
    box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
    background-color: #a5aa25;
    border: 1px solid #fff;
    text-decoration: none;
}
/*end css for button*/


/* .Prod_hover_div */
.text1 
    {
      color: white;
      font-size: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
    }


.ProdBox
{
    width:25%;
}
.ProdBox1
{
    width:50%;
}
@media(min-width: 320px) and (max-width: 500px)
{
    .ProdBox , .ProdBox1
    {
        width:100%;
    }

}
@media(min-width: 501px) and (max-width: 767px)
{
    .ProdBox
    {
        width:50%;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    .ProdBox
    {
        width:50%;
    }
}  
@media(min-width: 992px) and (max-width: 1920px)
{
    .ProdBox
    {
        width:25%;
    }
}

.Prod_hover_div
  {
    /*margin: 20px;*/
    /*background: url('../Images/Products/Prod_Health_WheatGrassCap_W1000xH700.jpg') no-repeat;*/
    /*background-size: 200px 200px;*/
    border-radius: 2%;
    position: relative;
    /*width: 100%;*/
    height: 100%;
    /*line-height: 200px;
    font-size: 1.5em;*/
    /*text-shadow: 0 0 2px white;*/
    border: 2px solid #7952b3;
    text-align:center;
    display:inline-block;
    transition: all 1.2s ease;
    margin-bottom: 10px;
  }
  .overlay6 
    {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color:rgba(0,0,0,0.5);
      -moz-background-color: rgb(121, 82, 179,0.6);
      -webkit-background-color: rgb(121, 82, 179,0.6);
      /*background-color: rgba(58, 94, 162, 0.73);*/
      overflow: hidden;
      width: 100%;
      height: 100%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: .3s ease;
      transition: .3s ease;
      border-radius: 1%;

      /*border: 0.1px solid black;*/
    }

  .Prod_hover_div:hover .overlay6
  {
    /*box-shadow:  0 250px #ffcb0f inset;*/
      -webkit-transform: scale(1.5);
      -ms-transform: scale(2);
      transform: scale(1);
  }

/*End of Product Hover Patch*/



.about_image
{
    animation-name: fadeInLeft;
    animation-duration: 5s;
    text-align: center;
}
.about_image img 
{
  outline: 2px solid hsl(0, 0%, 100%);
  outline-offset: -14px;
}
@media(min-width: 320px) and (max-width: 767px)
{
  .about_image img 
  {
    width:70%;
    text-align: center;
  }
}
.about_text
{
    animation-name: fadeInRight;
    animation-duration: 5s;
}
.table_div2
{
    margin:0 20px
}
#space4top
{
  padding: 17px 0px 0px 0px;
}

#space
{
    padding-left: 4px;
}
#line
{
     height:1px;
     border:none;
     color:#7952b3;
     background-color:#7952b3;
     width:50%;
     text-align:center;
     margin: 0 auto;
}

#color4icon i
{
    color: #87837d; /*c30848;*/
}

#textcolor
{
  color: #222;
  font-weight: bold;
}
#shadow4box
{
   /* box-shadow: 1px 2px 2px;
     border-style: groove;
     border: 1px;
     padding:0px;*/
    -moz-box-shadow:    inset 0 0 10px #87837d;
    -webkit-box-shadow: inset 0 0 10px #87837d;
    box-shadow: inset -2px -2px 4px 6px #87837d;
    padding: 25px;
}

#aboutusimg
{
     box-shadow: 1px 2px 2px;
     border-style: groove;
     border: 1px;
      
     margin-left:0px;
     margin-right:30px;
     float:left;
     margin-bottom: 10px;
}
#space4icon
{
    padding-left: 6px;
}
@media(max-width: 767px)
{
    #aboutusimg
    {
        box-shadow: 1px 2px 2px;
        /*border: 1px solid #ffcb0f;*/
        margin-right: 10px;
        
        margin-bottom: 10px;
    }
    #space4icon
    {
        padding-left: 6px;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
    #aboutusimg
        {
             box-shadow: 1px 2px 2px;
             border: 1px solid #ffcb0f;
             margin-right:10px;
             margin-left: 0px;
             margin-bottom: 10px;
        }
}
/*End of of some classes/div included in body part*/
/************************************************************/

.footerbg
{

/*background: linear-gradient(270deg, #d29944, #e2b533, #d29944);*/
    background: url(../Images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    border-top: 2px solid #f8bb29;
    
/*background-attachment: fixed;
background-repeat: no-repeat;
*/
/*-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
-o-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
*/

}
 /*contact Us*/

 input[type=text], select, textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        margin-top: 6px;
        margin-bottom: 16px;
        resize: vertical;
    }

    input[type=submit] 
    {
        padding: 6px 12px;
    }

    input[type=submit]:hover {
    }

    .cont11 {
        border-radius: 5px;
        /*background-color: #f2f2f2;*/
        padding: 20px;
    }
   
.loaction
{
  margin-top: 10px;
}

.loaction_word {
    text-align: center;
    margin-left: 27px;
    font-size: 20px;
    margin-top: 50px;
    font-family: verdana;
}

.getin
{
  color:#c93810;font-weight: bold;font-size: 22px;margin-bottom: -12px;
    margin-top: 14px;
}

.feedback_bg
{
    margin-top: 18px;
    font-size: 30px;
    text-align: center;
    padding: 50px;
    font-weight: bold;
    color: darkred;
}
 .map_setting_WxH
  {
    -webkit-width: 100%;
   -webkit- height:  500px;
  }
  .form_setting
  {
    padding: 0px 22px;
  }
@media (max-width: 767px)
{
 .map_setting_WxH {

    width: 100%;
    height: 200px;
    padding: 0px 22px;

}
 .loaction_word 
  {
         font-size: 13px;
         text-align: center;
         margin-top: 0px;
         margin-left: 0px;
  }
    .getin
    {
      font-size: 14px;
      margin-bottom: -52px;
      margin-top: 0px;
    }
    .feedback_bg
    {
         font-size: 12px;
    }
}
@media(min-width: 768px) and (max-width: 991px)
{
  .map_setting_WxH {

    width: 95%;
    height: 200px;
    padding-left: 22px;

}
  
   .loaction_word
{
  font-size: 14px;
}
      .getin
    {
      font-size: 14px;
      margin-bottom: -18px;
      margin-top: 1px;
    }
     .feedback_bg
    {
          font-size: 13px;
    }
}
@media(min-width: 992px) and (max-width:1199px)
{
    .form_setting
  {
    padding: 0px 5px;
  }
  .map_setting_WxH
   {
    padding-left: 22px;
    width: 100%;
    height: 300px;
    }
     
      .loaction_word
    {
      
      font-size: 15px;
      margin-left: 6px;
    }
  .getin
    {
    font-size: 17px;
    margin-bottom: -18px;
    margin-top: 1px;
  }  
   .feedback_bg
  {
        font-size: 14px;
  }
}
@media(min-width: 1200px) and (max-width:1599px)
{
  .map_setting_WxH
   {
    width: 100%;
    height: 350px;
    }
  .loaction_word 
    {
    font-size: : 16px;
  }
  .getin
    {
    font-size: 16px;
    margin-bottom: -18px;
    margin-top: 1px;
  }  
   .feedback_bg
  {
        font-size: 14px;
  }
}
/*close contact us*/

/*<!-- Style For Captcha -->*/
  <style type="text/css">
      
   


    button{
        background-color: #4CAF50;
        border: none;
        color: white;
        padding: 12px 30px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
    }
    canvas{
      /*prevent interaction with the canvas*/
      pointer-events:none;
    }

    fieldset {
        border: 1px solid #ccc;
        padding: 15px;
        max-width: 350px;
        background-color: #eee;
        border-radius: 5px;
    }

    .box {

        box-shadow: 0 5px 16px 0 rgba(165,165,165,.5);
        border: 1px solid #ccc;
        padding: 15px;
        max-width: 100%;
        background-color: #fff;
        border-radius: 25px;
    }

    .ReloadBtn

     { 

        background:url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat;   
        background-size : 100%;
        width: 32px; 
        height: 32px;
        border: 0px; outline none;
        position: relative; 
        bottom: 0px;
        left : 30px;
        outline: none;
        cursor: pointer; /**/

      } 

        .btnSubmit 
        {
              
              background-color: #c66;
              border: none;
              color: white;
              padding: 6px 15px;
              text-decoration: none;
              margin: 0px 13px;
              cursor: pointer;
        }


    </style>

/*<!--End Style For Captcha -->*/


